body {
	background-image: url(../img/back.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 100%;
}
a img {
	border: none;
}

#header {
	height: 281px;
	width: auto;
	background-image: url(../img/head_intro.jpg);
	background-repeat: no-repeat;
	background-position: 213px 0;
}
#menu {
	position: absolute;
	top: 281px;
	background-color: #AF0E0B;
	height: 23px;
	width: 100%;
	z-index: 50;
}
#menu ul {
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
}
#menu img {
	display: block;
}

#menu a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}
#menu a:hover img {
	visibility: hidden;
}	
* html #menu a:hover { /* buggy ie... */
	display: inline;
	height: 1%;
}

#main {
	position: absolute;
	top: 304px;
	width: 100%;
	margin: auto auto;
	padding: 0;
}
#left {
	position: absolute;
	top: 0;
	width: 213px;
	margin: 12px 15px 15px 17px;
	z-index: 30;
}
#content {
	position: absolute;
	top: 0;
	left: 213px;
	padding: 15px 15px 15px 15px;
	width: auto;
	font-size: 10pt;
}
#content p {
	margin: 0 0 1em 0;
	line-height: 140%;
}
#content p.header {
	margin: 1.5em 0 0.75em 0;
	line-height: 140%;
}
#content p.foto, #content div.foto {
	width: 360px;
	font-size: 8pt;
}
#content p.foto img, #content div.foto img {
	border: 1px solid #888;
	margin-bottom: 3px;
}
#content img.download {
	vertical-align: middle;
	border: none;
}
#content th, #content td {
	font-size: 10pt;
}
#content ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0;
}
#content li {
	margin: 0 0 0.5em 4ex;
	padding: 0;
}
#content a:link, #content a:visited {
	color: #000;
}
#content a:link:hover, #content a:visited:hover {
	color: #AF0E0B;
}
#columns {
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
#content1 {
	vertical-align: top;
	width: 50%;
	padding-right: 14px;
	/* border-right: 1px solid #a0a0a0; */
	background: url(../img/line_v.gif) right top no-repeat;
}
#content2 {
	vertical-align: top;
	width: 50%;
	padding-left: 15px;
}



#suche {
	position: absolute;
	top: 283px;
	left: 665px;
	z-index: 98;
}
#suche input {
	height: 19px;
	width: 90px;
}
* html #suche input {
	margin-top: -1px;
}

/*
#suche {
	color: black;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 2em;
}
#suche .box {
	width: 140px;
}
#suche .button {
	width: 30px;
	border: 1px solid black;
}
*/

h1.first {
	margin-top: 0;
}
#content > *:first-child, #content1 > *:first-child, #content2 > *:first-child {
	margin-top: 0;
}
h1 {
	font-family: Euphemia, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	margin: 1.5em 0 0.75em 0;
}
h2 {
	font-family: Euphemia, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #7A7979;
	margin: 1.25em 0 0.75em 0;
}
h3 {
	font-family: Euphemia, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	margin: 1em 0 0.25em 0;
}

.hidden {
	visibility: hidden;
}
