@CHARSET "UTF-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2
, h3, h4, h5, h6, pre, form, fieldset, input, p, 
blockquote, th, td {
	margin:0pt;
	padding:0pt;
	
}



body {
	background-color: #e6f082;	
}

img {
	border: none;
}

a {
	color: black;
	text-decoration: none;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: white;
	-moz-user-select: none;
}

div {
	border: solid 0px green;
}

#container {
	position: relative;
	margin: auto;
	width: 1020px; 
	height: 650px;
	overflow: hidden;
	background-image: url(../gfx/hintergrund.gif);
}

#left {
	top:0px;
	height: 650px;
	width: 192px;
	
}

#right {
	position: absolute;
	top:0px;
	left: 828px;
	height: 650px;
	width: 188px;
}

#navigation {
	position: absolute; 
	top: 90px;
	left: 690px;
	width: 130px;
	background-color: #FFF;
	z-index: 2;
	text-align: right;
}
#navigationschau { background-color: #fff; text-align: left; position: absolute; z-index: 2; top: 300px; left: 195px; width: 130px; }
	
#navigation li {
	font-size: 12px;
	font-weight: bold;
	color: black;
	list-style: none;
	padding-bottom: 0px;
	text-transform:uppercase;
	padding-right: 15px;
}

#navigation li.active {
	background: url(/gfx/arrow_l.gif) no-repeat;
	background-position: 118px 3px;
	
}

#select {
	position: relative; 
	width: auto;
	height: auto;
	background-color: #FFF;
	z-index: 2;
}

#select a {
	font-size: 12px;
	font-weight: bold;
	color: black;
	line-height: 18px;
	padding-left: 14px;
	padding-bottom: 8px;
}

#select a:hover {
	background-Image: url(/gfx/arrow_r.gif);
	background-Repeat: no-repeat;
	background-Position: 4px 3px;
	color: red;
}

#select a.high {
	background-Image: url(/gfx/arrow_r.gif);
	background-Repeat: no-repeat;
	background-Position: 4px 3px;
	color: red;
}

#iContentLeft {
	position: absolute; 
	top: 200px;
	left: 195px;
	width: 290px;
	color: black;
}

h1 {
	font-size: 17px;	
	color: #fb3746;
	padding-bottom: 8px;	
}

h2 {
	font-size: 11px;	
	font-weight: bold;
	padding-bottom: 8px;
}

h3 {
	font-size: 11px;	
	color: #e6f082;
	font-weight: bold;
	padding-bottom: 8px;
}

h4 {
	font-size: 10px;	
	font-style: italic;
	padding-bottom: 8px;
	text-align: left;
	padding-bottom: 26px;
}

p {
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 8px;
}
		  
#iContentRight {
	position: absolute; 
	color: black;
	left: 510px;
	top: 200px;
	width: 325px;
}

#iImage {
	position: absolute; 
	top: 200px;
	left: 505px;
}
h5 { color: black; font-size: 30px; font-weight: lighter; }
h6 { color: black; font-size: 11px; font-weight: lighter; vertical-align: super; }

