/* CSS Document */

/**************** MASTER ***************/
body
{	
	text-align: left;
	font-family: Verdana, arial, Trebuchet MS, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background: #BBCDE5 url("../bilder/verlauf.png") repeat-x;
	color: #black;
	padding: 0; 
	margin: 0;
	list-style-image: url(../bilder/listenpunkt.gif);
	list-style-type: square;
}

h1{
	font-family: Verdana, arial, Trebuchet MS, sans-serif;
	font-size: 28px;
	color: #723B40;
	line-height: 28px;
}

h2{
	font-family: Verdana, arial, Trebuchet MS, sans-serif;
	font-size: 21px;
	color: #333333;
	line-height: 28px;
}

a {
	font-family: Verdana, arial, Trebuchet MS, sans-serif;
	line-height: 18px;
	color: #093679;
	text-decoration: none;

}
	
a:link {
	font-family: Verdana, arial, Trebuchet MS, sans-serif;
	line-height: 18px;
	color: #093679;
	text-decoration: none;

}

a:visited {
	font-family: Verdana, arial, Trebuchet MS, sans-serif;
	line-height: 18px;
	color: #093679;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, arial, Trebuchet MS, sans-serif;
	line-height: 18px;
	color: #4D87CB;
	text-decoration: none;
}

/**************** LAYOUT ***************/

#container_website{
	position:static;
	background-color: #fff;
	width: 970px;
	margin-left: 16px;
	min-height: 600px;
	overflow: auto;
}

* html #container_website { /* Korrektur fuer den IE 5 und 6 */
	height:600px;
}

#container_logo_pic{
	
	background-color:#FFF;
	width: 965px;
}

#logo {
	
	float:left;
	background-color: #FFF;
	background-image: url("../bilder/logo.gif");
	background-repeat: no-repeat;
	height:126px;
	width:543px;
	}

#pic_corner {
	float:left;
	background-color: #FFF;
	background-image: url(../bilder/pic_corner.jpg);
	height:126px;
	width:412px;
	background-repeat: no-repeat;
	}
	
#navigation {
	float:left;
	background-color: #FFF;
	background-image: url("../bilder/navigation.gif");
	height:20px;
	width:955px;
	margin-top:10px;
	background-repeat: no-repeat;
	}
	
#container_unavi_content_pic{
	clear:both;
	width:955px;
	min-height:600;
	}
* html #conatainer_unavi_content_pic{
	height:600;
}

#u_navigation {
	float:left;
	background-color: #fff;
	background-image: url(../bilder/u_navigation.gif);
	height:20px;
	width:955px;
	margin-top: 7px;
	background-repeat: no-repeat;
	background-position:center;
	
	}
	
* html #u_navigation{
	background-position:center;
}
	
#container_pic_content {
	background-color: #fff;
	width:955px;
	min-height:400px;

	}
	
* html #container_pic_content { /* Korrektur fuer den IE 5 und 6 */
	height: 400px;
}

#pic_left {
	float:left;
	position:relative;
	background-color: #FFF;
	/*background-image: url("../bilder/pic_left.jpg");*/
	height:376px;
	width:231px;

	}
	
#content {
	float:left;
	background-color: #FFF;
	width:670px;
	min-height:380px;
	height:auto;

	}


* html #content { /* Korrektur fuer den IE 5 und 6 */
	height: 380px;
}
	
#bar {
	float: left;
	background-color: #093679;
	width:54px;
	position:relative;



}

* html #bar { /* Korrektur fuer den IE 5 und 6 */
	height: 380px;
}


.imagefloat		
{
   float: left;
   padding: 0px;
   margin: 0 0px 1px 0px;
}

h1
{
	font-size: 19px;
	font-weight:normal;
	color:black;
	line-height: 25px;
}

