a:link { color:#C0C0C0;  }
a:visited { color:#C0C0C0; }
a:active { color:#C0C0C0; }

body{
	background-color: #A52A2A;
	color:white;
	/*font-family:Comic Sans MS;*/
	font-size:0.9em;
}

.link2:link {color:#A52A2A; text-decoration:none;}
.link2:visited {color:#A52A2A; text-decoration:none;}
.link2:active {color:#A52A2A; text-decoration:none;}

.titel{
	color: yellow;
	font-size: 1.3em;
}

.subtitel{
	font-size: 1.1em;
}

.alt{
	text-decoration: line-through;
}

.klein{
	font-size:0.75em;
}

.tabelle{
	position: relative;
	width: 160px;
}

input, textarea.text{
	background: darkred;
	font-family: Courier New;
	font-size:0.9em;
	color: #FFFFFF;
	border:1px solid;
	border-color:#F4A460 #B64D4D #B64D4D #F4A460
}

#hintergrund{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1020px;
	height: 100%;
	background-color: #A52A2A;
	overflow: none;
	z-index: 0;
}

#anzeige{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 1000px;
	background: #A52A2A;
	overflow: none;
	z-index: 1;
}

#kopf{
	position: absolute;
	top: 20px;
	width: 974px;
	-width: 980px;
	height: 50px;
	border: solid rgb(244,164,96);
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	background: #F4A460;
}

#logo{
	position: absolute;
	top: 1px;
	left: 35px;
	height: 50px;
	width: 76px;
	background: #F4A460 url(data/img/logo_k.gif) no-repeat;
	z-index: 2;
}

#menue_button_info{
	position: absolute;
	text-align: center;
	font-weight: bold;
	top: 30px;
	left: 130px;
	width: 90px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background: #F4A460 url(data/img/button_kopf.gif);
	background-repeat: repeat-x;
	z-index: 2;
}

#menue_info{
	position: absolute;
	display: none;
	font-size:0.75em;
	top: 62px;
	left: 130px;
	width: 90px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
	background: #F4A460 url(data/img/menue_rand.gif);
	background-repeat: repeat-y;
	z-index: 2;
}

#menue_button_media{
	position: absolute;
	text-align: center;
	font-weight: bold;
	top: 30px;
	left: 230px;
	width: 90px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background: #F4A460 url(data/img/button_kopf.gif);
	background-repeat: repeat-x;
	z-index: 2;
}

#menue_media{
	position: absolute;
	display: none;
	font-size:0.75em;
	top: 62px;
	left: 230px;
	width: 90px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
	background: #F4A460 url(data/img/menue_rand.gif);
	background-repeat: repeat-y;
	z-index: 2;
}

#menue_button_others{
	position: absolute;
	text-align: center;
	font-weight: bold;
	top: 30px;
	left: 330px;
	width: 90px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background: #F4A460 url(data/img/button_kopf.gif);
	background-repeat: repeat-x;
	z-index: 2;
}

#menue_others{
	position: absolute;
	display: none;
	font-size:0.75em;
	top: 62px;
	left: 330px;
	width: 90px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
	background: #F4A460 url(data/img/menue_rand.gif);
	background-repeat: repeat-y;
	z-index: 2;
}

#menue_button_impress{
	position: absolute;
	text-align: center;
	font-weight: bold;
	top: 30px;
	left: 430px;
	width: 90px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background: #F4A460 url(data/img/button_kopf.gif);
	background-repeat: repeat-x;
	z-index: 2;
}

#menue_impress{
	position: absolute;
	display: none;
	font-size:0.75em;
	top: 62px;
	left: 430px;
	width: 90px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
	background: #F4A460 url(data/img/menue_rand.gif);
	background-repeat: repeat-y;
	z-index: 2;
}

#uebergang{
	position: absolute;
	top: 70px;
	width: 980px;
	height: 20px;
	background: url(data/img/uebergang.gif);
	background-repeat: repeat-x;
	z-index: 0;
}

#haupt{
	position: absolute;
	top: 80px;
	left: 10px;
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
	overflow: none;
	z-index: 1;
}

#inhalt{
	position: absolute;
	top: 20px;
	left: 10px;
	width: 755px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: medium double rgb(244,164,96);
	background: #B64D4D;
	-moz-border-radius: 5px;
	z-index: 2;
}

#daten{
	position: absolute;
	font-size:0.75em;
	top: 20px;
	left: 790px;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: medium double rgb(244,164,96);
	background: darkred;
	-moz-border-radius: 5px;
	z-index: 2;
}

#shout{
	position: relative;
	top: 140px;
	left: 790px;
	width: 160px;
	/*padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;*/
	border: medium double rgb(244,164,96);
	-moz-border-radius: 5px;
	z-index: 2;
}

#banner{
	position: absolute;
	top: 100px;
	left: 1010px;
	/*width: 1020px;
	height: 100%; */
	/*background-color: #A52A2A; */
	overflow: none;
	z-index: 10;
}
