/*
	Hintergrund: #C1B9AA;
	bunte Schrift: #D3532F;
	dunkle Schrift: #221c22;
	helle Schrift: #606060;
*/

* {
	border:0 none;
	margin:0;
	padding:0;
}

body {
	border:0 none;
	margin: 0px;
	padding: 0px;
	font-family: arial, Shado, tahoma, verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100.01%;
	background-color: #C1B9AA;
	color: #221c22;
}

#kopf {
	position: absolute;
	top: 20px;
	left: 250px;
	width: 520px;
	height: 100px;
	background-color: #C1B9AA;
	border: none;
}

#kopf img{
  background: url(elemente/kopf.jpg) no-repeat;
	position: absolute;
	top: 20px;
}

#menue {
	position: absolute;
	left: 0px;
	top: 148px;
	z-index: 3;
	width: 210px;
	border: none;
	text-align: right;
}

#pfeil_auf{
	position: absolute;
	left: 0px;
	top: 510px;
	z-index: 4;
	width: 210px;
  height: 35px;
  background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
	padding: 0px;
	margin: 0px;
  
}

#pfeil_ab{
	position: absolute;
	left: 0px;
	top: 555px;
	z-index: 4;
	width: 210px;
  height: 35px;
  background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
}


#impressum{
	position: absolute;
	top: 609px;
	left: 0px;
	height: 15px;
  z-index: 3;
	width: 210px;
	border: none;
	font-family: arial, Shado, tahoma, verdana, sans-serif;
	font-size: 9pt;
	text-align: right;
}

#inhalt {
	position: absolute;
  clear: both;
  float: left;
	left: 250px;
	top: 170px;
	z-index: 0;
	width: 520px;
	height: 405px;
  clip:rect(-1px 520px 405px 0px);
	font-family: arial, Shado, tahoma, verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	background-color: #C1B9AA;
	border: none;
	color: #221c22;
	margin-left: 0px;
	margin-right: 0px;
}

* html #inhalt{
	width: 570px;   /* IE 5.x */
	w\idth: 520px;   /* IE 6 */
}

#textspalte_links{
	position: absolute;
	display: block;
  clear: both;
  float: left;
	top: 0px;
	left: 0px;
	width: 280px;
	z-index: -1;
	font-family: arial, Shado, tahoma, verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	text-align: left;
	background-color: #C1B9AA;
	border: none;
	color: #221c22;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

#textspalte_links p.klein_i{
	display: inline;
	color: #D3532F !important;
	font-weight: bold;
}



#rep_note{
	position: relative;
	top: -2px;
	left: 0px;
	height: 20px;
	width: 50px;
}

#rep_ob{
	position: absolute;
	z-index: 10;
	top: -11px;
	left: 27px;
	height: 20px;
	width: 30px;
}

#cd1{
/*	position: absolute;
	display: block;*/
	z-index: 0;
  top: 0px;
  height: 330px;
  width: 337px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(elemente/cd1a.jpg);
  background-repeat: no-repeat;
}

#cd1:hover{
  background-image: url(elemente/cd1b.jpg);
  background-repeat: no-repeat;
}



#terminliste{
	position: absolute;
	display: block;
	z-index: 0;
  top: -4px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#terminliste tr.geplant{
	font-weight: bold !important;
}

.nl span{
	display: none;
}

.nl:hover span{
	display: block;
}

#abo{
	position: absolute;
	top: 25px;
	left: 0px;
	height: 120px;
	width: 520px;
	color: #606060 !important;
}


#fusszeile {
	position: absolute;
	top: 615px;
	left: 250px;
  clear: both;
	width: 630px;
	height: 30px;
	font-family: arial, Shado, tahoma, verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #606060;
	padding-top: 0px;
	vertical-align: bottom;
}

