/*
								basics
*/

body {
	color: #000;
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

a img { border-style: none; }
table { border-collapse: collapse; }
#container { font-family: helvetica, arial, sans-serif; }

/*
								layout
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap {
	margin: 0 auto 20px auto;
	width: 90%;
	padding: 0 24px;
	text-align: left;
}

#header {
	text-align: left;
	margin: 0;
	padding: 19px 0 12px 0;
	border-bottom: none;
}

#container {
	float: none;
	width: 100%;
}

#navigation { display: none; }

#content {
	float: none;
	width: 100%;
	margin: 42px 0 12px 0;
}

#extra { display: none; }
#footer { display: none; }

/*
								content
*/

h1 {
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1em;
	color: #635A00;
	background-color: inherit;
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: normal;
	color: #aaa;
	background-color: inherit;
}

h2:first-child { margin-top: 0; }

h3 {
	font-size: 1em;
	color: #000;
	background-color: inherit;
}

p.subhead {
	position: relative;
	top: -1.5em;
}

#content a:link, #content a:visited,
#extra a:link, #extra a:visited {
	color: #635A00;
	background-color: inherit;
}

#content a:focus, #content a:hover,
#extra a:focus, #extra a:hover {
	color: #000;
	background-color: inherit;
}

a.forward, a.download, a.back, a.up, a.down { display: none; }

.facts table th,
.contact table th {
	padding: 0 18px 0 0;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.facts table td,
.contact table td {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.press table th {
	padding: 0 18px 1em 0;
	font-weight: bold;
	color: #aaa;
	background-color: inherit;
	vertical-align: top;
	text-align: left;
}

.press table td {
	padding: 0 18px 1em 0;
	vertical-align: top;
}

/*
								specials
*/

.specials .special h2 { margin-bottom: 0; }
.specials p { margin-top: 0.5em; }

.thumbgroup {
	line-height: 0.8em;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.thumbgroup img {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}

.klicknote { display: none; }

.wahrebilder #logohead {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}

.home #extra, .dit50 #extra, .erstesjahr #extra {
	display: block;
	float: none;
}

.wahrebilder #logohead #logo1 { float: left; }
.wahrebilder #logohead #logo2 { float: right; }
.wahrebilder #extra { text-align: right; }
