/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #161616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #320A1E;
}

#wrapper {
	width: 770px;
	height: 494px;
	margin-top: -247px; /* Halber Wert aus Höhe "height" ... mit negativem Vorzeichen */
	margin-left: -385px; /* Halber Wert aus Breite "width"  ... mit negativem Vorzeichen */
	padding: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	background-image: url(media/start_oben01_30.jpg);
	background-repeat: no-repeat;
	background-color: #161616; /* #dddddd; */
	border: 1px solid #DC9C30;
}


#bg_unten {
	position: absolute;
	width: 770px;
	height: 199px;
/*	background-color: #00FF00;*/
	background-image: url(media/start_unten_20.jpg);
	background-repeat: no-repeat;
/*	border: 1px solid black;*/
	bottom: 0;
}


#termine {
	position: absolute;
	width: 770px;
	height: 50px;
	margin-top: -25px; /* Halber Wert aus Höhe "height" ... mit negativem Vorzeichen */
	margin-left: -385px; /* Halber Wert aus Breite "width"  ... mit negativem Vorzeichen */
	padding: 0;
/*	padding-top: 15px;*/
	top: 40px; /*30px; */ /*10%;*/
	left: 50%;
	z-index: 10;
}

#contenttxt {
	position: absolute;
	width: 330px; /* eigentlich richtig: 670px; Aber Großbild etwas mehr nach rechts ... u.a. wegen Schlagschatten */
	height: 130px;
/*	border: 1px solid black;*/
	top: 312px;
	right: 0;
	padding-right: 15px;
}

#content_li {
	position: absolute;
	width: 330px; /* eigentlich richtig: 670px; Aber Großbild etwas mehr nach rechts ... u.a. wegen Schlagschatten */
	height: 130px;
/*	border: 1px solid black;*/
	top: 312px;
	left: 0;
	padding-left: 15px;
}

.txt_klein {
	color: #161616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#bild {
  float:left;
  width: 110px;
}


#enter {
	position: absolute;
	width: 77px;
	height: 26px;
/*	border: 1px solid black;*/
	bottom: 5px;
	right: 200px;
/* Ich brauche hier kein Hintergrundbild, da ich das Bild "enter.jpg" direkt in das div reinladen und verlinken werde */
/*	background-image: url(media/enter_60.jpg);
	background-repeat: no-repeat;*/
}


#home {
	position: absolute;
	width: 55px;
	height: 25px;
	bottom: 4px;
	right: 261px;
/*	z-index: 5;	*/ /* brauche ich hier nicht unbedingt */
/*	background-color: #00FFFF;*/
/*	border: 1px solid black;*/

/* in Website das <img> mit border="0" versehen. Dann keine Hyperlinkrahmen um Link-Bild (hier trans. GIF) */
}

.txtfett { /* Texte werden fett dargestellt */
	font-size: 12px;
	color: #3F2016;
	font-weight: bold;
}

