/* CSS Document */

/* allgemein */
body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
}

/* Inhaltscontainer für alles */
#wrapper {
	position:absolute;
	left: 50%;
	top:50%;
	margin-left: -390px;
	margin-top: -275px;
	width:780px;
/*	height: 550px; */
	padding:0px;
	text-align:left;
	border: 1px solid #999999;
}

#top {
	width:780px;
	height:130px;
	background-image: url("../pix/start-bg-top.jpg");
}

#top-folge {
	width:780px;
	height:106px;
	background-image: url("../pix/start-bg-top.jpg");
}

#navigation {
	position:relative;
	top: 80px;
	left: 325px;
	color: #FFFFFF;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}

#navigation a:hover {
	text-decoration: underline;
}

#inhalt-folgeseite {
	background-image: url("../pix/folge-bg-inhalt.jpg");
	width:780px;
	height:420px;
}

#content {
	width: 540px;
	float: left;
}

#content h1 {
	font-size: 13px;
	font-weight: bold;
	color:#F89A1F;
	text-indent: 42px;
	margin:0px 0px 10px 0px;
	padding: 0px;
}

#content p {
	padding-left:42px;
	margin:0px;
}

#illu-folgeseite {
	position:relative;
	left: 23px;
*	left: 20px;
	top: -24px;
	margin-bottom: -26px;
}

#illu-folgeseite-1 {
	width: 237px;
	height: 444px;
	float: right;
}

.breite300 {
	width: 300px;
}

.rechtsbuendig {
	text-align: right;
}


/* Einklinker */
#teaser {
	position:absolute;
	top: 180px;
	left: 46px;
	width: 164px;
	height: 112px;
	background-image: url(../pix/bg_diga.gif);
}
#teaser .teasertext {
	padding-top: 35px;
	margin-left: 7px;
	font: bold 12px/20px Arial,sans-serif;
	color: #222222;
}
#teaser a {
	display: block;
	width: 160px;
	height: 105px;
	text-decoration:none;
	color: #222222;
}

/* Termine-Teaser */
#terminekopf {
	position:absolute;
	top: 182px;
	left: 20px;
	width: 200px;
	height: 22px;
	cursor: pointer;
}
#terminedummy {
	position:absolute;
	top: 204px;
	left: 19px;
	width: 220px;
	height: 157px;
	background-color: transparent;
	z-index:99;
}
#terminebody {
	position:absolute;
	top: 204px;
	left: 19px;
	width: 200px;
*	width: 220px;
	height: 164px;
	background-image: url(../pix/termine_bg2.jpg);
	background-repeat: no-repeat;
	
	padding: 5px 0px 0px 16px;
	font: normal 10px/14px Verdana,Arial,sans-serif;
	border: 1px solid #3d6b3f;
	z-index:1;
}
#terminebody .us {
	color: #295c1b;
	font-weight: bold;
	line-height: 17px;
	border-bottom: 1px solid #5e8b4e;
}

