/* ------------------- GRUNDGERÜST ------------------- */
* {
  margin: 0px;
  padding: 0px;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 135%;
  	text-align: center;
	background-color: #ffffff;
	padding: 1px 0px 0px 0px;
}

 a:link { color:#808080; text-decoration:none;}
 a:visited { color:#000000; text-decoration:none;}
 a:focus { color:#808080;text-decoration:none;}
 a:hover { color:#000000; text-decoration:underline;}
 a:active { color:#000000;text-decoration:underline;}

#rahmen{
	text-align: left;
	margin: 10px 0px 0px 0px;
	width: 976px;
}




#top{
	height:27px;
	background-color: #ffffff;
	border-top: 1px solid #808080;
	
}

#top-right{
	text-align: center;
	float:right;
	height:24px;
	width:210px;
	border-top:3px solid #000000;
	
}
	
#header{
	float:left;
	height:122px;
	width:976px;
	background-color: #ffffff;
}	

#logo{
	float:left;
	height:122px;
	width:166px;
	background-color: #ffffff;
	background-image: url(../lay/logo_black.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
}

#logo a {
	height:122px;
	width:166px;
	display:block;
	}

#logo a:link{ background-image:url(../lay/logo_black.gif); background-position:right bottom; background-repeat:no-repeat;}
#logo a:visited{ background-image:url(../lay/logo_black.gif); background-position:right bottom; background-repeat:no-repeat;}
#logo a:active{ background-image:url(../lay/logo_red.gif); background-position:right bottom; background-repeat:no-repeat;}
#logo a:hover{ background-image:url(../lay/logo_red.gif); background-position:right bottom; background-repeat:no-repeat;}


#header-right{
	float:left;
	height:122px;
	width:570px;
	background-color: #ffffff;
	background-image: url(../lay/header.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
}

#threecolumn{
	float:left;
	width: 976px;
	height: 460px;
	background-color:#ffffff;
}


/* ----------------------- CONTENTNAVIGATION ------------------- */
#navleft{
	float:left;
	
	width:166px;
	background-color:#ffffff;
}


#navleft ul{
	margin: 0px 0px 4px 0px;
	list-style-type:none;
}

#navleft ul li{
	display: block;
	text-align:right;
	width:166px;
}

#navleft li {
	height:20px;
}

#navleft a {
	padding: 0px 7px 0px 0px;
}

#navleft a:link { color:#808080; text-decoration:none;background-image:url(../lay/nav_grey.gif); background-position:top right; background-repeat:no-repeat;}
#navleft a:visited { color:#000000; text-decoration:none;background-image:url(../lay/nav_grey.gif); background-position:top right; background-repeat:no-repeat;}
#navleft a:focus { color:#808080;text-decoration:none; background-image:url(../lay/nav_red.gif); background-position:top right; background-repeat:no-repeat;}
#navleft a:hover { color:#000000; text-decoration:none; font-weight:bold; background-image:url(../lay/nav_red.gif); background-position:top right; background-repeat:no-repeat;}
#navleft a:active { color:#000000;text-decoration:none; font-weight:bold; background-image:url(../lay/nav_red.gif); background-position:top right; background-repeat:no-repeat;}



/* ----------------------- Ende CONTENTNAVIGATION ------------------- */

#content{
	float:left;
	width:520px;
	height:500px;
	margin:0px 40px 0px 40px;
	background-color:#ffffff;
	border-top: 1px solid #808080;
}

#content-top{
	height:15px;
	width: 520px;
	margin:0px 0px 5px 0px;
}

#content-topright{
	text-align:center;
	float:right;
	height:15px;
	width: 140px;
	border-top: 2px solid #808080;

}
#content-space{	
	background-color:#CCCCCC;
	height:300px
}

#content-block{
	border-top: 1px dotted #444400;
	padding: 5px 0px 0px 7px;
	margin: 5px 0px 5px 0px;
}

/* ----------------------- 3.Spalte --------------------- */
#right{
	float:left;
	width:210px;
	height:400px;
	background-color:#CCCC00;
}


#right01{
	height:200px;
	width: 210px;
}

#right01-top{
	height:15px;
	width: 210px;
	border-top: 1px solid #808080;
}

#right01-topright{
	text-align:center;
	float:right;
	height:10px;
	width: 70px;
	border-top: 1px solid #808080;
}

#right01-space{

}



#right02{
	height:200px;
	width: 210px;
}

#right02-top{
	height:15px;
	width: 210px;
	border-top: 1px solid #808080;
}

#right02-topright{
	text-align:center;
	float:right;
	height:10px;
	width: 70px;
	border-top: 1px solid #808080;
}

#right02-space{

}

/* ----------------------- TEXTE --------------------- */
#ContentText{
	font-size: 12px;
	line-height: 135%;
	color: #333;
	padding: 20px 30px 20px 30px;

	min-height:500px;
	height:auto !important;
	height:500px;
}

#Content h1{
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	padding: 3px 0px 7px 0px;
}

#Content h2{
	font-size: 15px;
	font-weight: bold;
	color: #1c4c5c;
	margin: 10px 0px 6px 0px;
}

#Content h3{
	color: #000000;
	font-size: 13px;
	font-weight:bold;
	margin: 5px 0px 3px 0px;
	text-decoration:none;
}

#Content_Right h1{
	font-size: 13px;
	font-weight: bold;
	color: #1c4c5c;
	padding: 3px 0px 10px 0px;
}

#Content_Right h2{
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	padding: 3px 0px 10px 0px;
	margin: 0px;
}

#ContentText p{
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

#Content ul{
	margin: 0px 0px 10px 20px;
}

#Content ol {
	margin: 0px 0px 10px 25px;
}



/* ----------------------- FOOTER ------------------- */

#footer-top{
	float:left;
	width:166px;
	height:3px;
	background-color:#000000;
}

#footer{
	float:left;
	width:976px;
	height:20px;
	background-color:#ffffff;
	border-top: 1px solid #808080;
}

#footer-left{
	float:left;
	text-align:center;
	width:166px;
	height:14px;
	background-color:#ffffff;
}

#footer-text{
	float:left;
	text-align:center;
	width:580px;
	height:14px;
	background-color:#ffffff;
}


/* -------------------------- DIVERSES ---------------------------- */
/* ---- clear the new way ----- */
.clearer, .Clearer {
    display: block;
    height: 0;
		width: 0;
		line-height: 0;
		font-size: 0;
    clear: both;
    visibility: hidden;
}


a img{
	outline: 0;
	border: 0px none;
}

.hide{
	position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

hr{
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #64849F;
}

.fn {
font-weight:bold;
}