body {
	margin:0px; padding:0px;
	font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  text-align: center;	/* Zentrierung im Internet Explorer */
	
	background-image:url(img/lay/bkg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

#backgroundlayer {
	/*background-image:url(img/lay/rand.gif);
	background-repeat:repeat-x;
	background-color:red;
	height:700px;
	background-attachment:fixed;*/
}

#body {
	padding: 0px;
  margin: 0 auto;		/* Zentrierung für andere Browser */
  text-align: left;	/* Text wieder links ausrichten */

	width:80%;
	border:1px solid black;
	/*border-width:1px 1px 0px 1px;*/
	
	position:relative;
	top:30px;
	margin-bottom:50px;
	
	background-image:url(img/lay/rechts.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:white;
	
	min-height:1100px;
	
	overflow:visible;

}

/*** *** *** *** *** ***
 * HEAD
 *** *** *** *** *** ***/

#body #head {
	height:119px;
	background-image:url(img/lay/balken.gif);
	background-position:0px -20px;
	background-color:white;
}

#body #head img#kopf {
	position:absolute;
	right:0px; top:-20px;
}

#body #head img#schrift {
	position:absolute;
	left:0px; top:-20px;
}

/*** *** *** *** *** ***
 * LEFT
 *** *** *** *** *** ***/
 
#body #left {
	width:150px;
	
	position:absolute;
	left:0px;
	top:120px;

}

#body #left .menu {
	margin-top:25px;
}

/* Menüebene 1 */

#body #left div.menu div a {
	display:block;
	width:140px;
	margin:0px 0px 3px 0px;
	padding:2px 10px 1px 0px;
	
	background-color:#82A4D3;
	color:white;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

#body #left div.menu div a:hover {
	background-image:url(img/lay/black.gif);	/* Statt Farbe ein Bild: gegen IE6-Bug */
}

/* Menüebene 2 */

#body #left div.menu div div a {
	color:black;
	font-weight:normal;
	background-color:#DFDF78;
}

#body #left div.menu div div a:hover {
	background-image:url(img/lay/black.gif);	/* Statt Farbe ein Bild: gegen IE6-Bug */
	color:white;
}
 
 
#body #left #banner {
	margin-top:30px;
}

#body #left #banner img {
	margin-bottom:3px;
}
 
/*** *** *** *** *** ***
 * CENTER
 *** *** *** *** *** ***/
 
#body #center {
	margin-left:180px;
	margin-right:220px;
	margin-top:30px;
	margin-bottom:30px;
	
	padding-bottom:20px;
}
 
#body #center p, li {
	font-size:12px;
}

#body #center h1 {
	font-size:22px;
	color:#000000;
}

#body #center h2 {
	font-size:16px;
	color:#82A4D3;
}

#body #center h3 {
	font-size:12px;
	color:#82A4D3;
}

#body #center a {
	color:#000000;
	text-decoration:none;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	/*border-color:#82A4D3;*/
	border-color:red;
}

#body #center a:hover {
	/*color:#82A4D3;*/
	border-style:solid;
	border-width:0px 0px 1px 0px;
}

#body #center li {
	margin-bottom:5px;
}
 
/*** *** *** *** *** ***
 * RIGHT
 *** *** *** *** *** ***/
 
#body #right {
 	width:200px;
	
	position:absolute;
	right:0px;
	top:120px;
}

#body #right .end {
	width:200px;
	height:35px;
	
	background-color:#F3F3CD;
	background-image:url(img/lay/schatten-dunkel.gif);
	background-position:0px 15px;
	background-repeat:repeat-x;
}

#body #right .info {
	margin-top:25px;
	background-color:#F3F3CD;
}

#body #right .info h1 {
	color:black;
	font-size:12px;
	
	padding:2px 0px 2px 5px;
	
	padding-bottom:13px;
	margin-bottom:-5px;
	
	background-color:#DFDF78;
	background-image:url(img/lay/schatten-hell.gif);
	background-position:0px 20px;
	background-repeat:repeat-x;
}

#body #right .info h2 {
	font-size:12px;
	margin:15px 15px 3px 15px;
}

#body #right .info h2.datum {
	margin:15px 15px -15px 15px;
	font-weight:normal;
	font-size:11px;
}

#body #right .info p {
	font-size:11px;
	margin:0px 15px 0px 15px;
}

#body #right .info h2 > a,
#body #right .info h1 > a,
#body #right .info p > a {
	color:#000000;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:red;
	text-decoration:none;
}

#body #right .info h2 > a:hover,
#body #right .info h1 > a:hover,
#body #right .info p > a:hover {
	border-style:solid;
}

#body #right img.banner {
	border:solid 1px black;
	margin:10px 9px 5px 9px;
}

#body #right a:hover img.banner {
	border-color:red;
}

/*** *** *** *** *** ***
 * FÜR CMS
 *** *** *** *** *** ***/
 
img.img_links {
 	float:left;
	margin:0px 10px 5px 0px;
	border:0px solid black;
 }

#bild {
float:left;
}

bild_unter {
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#bildunterschrift{
	width:300px;
	font-size: 9px;
}

/*** *** *** *** *** ***
 * MINHEIGHT
 *** *** *** *** *** ***/
 
/*#body #minheight {
	width:0px; height:400px;
	float:left;
}*/

