@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;	
}

h1 {
	color:#4ca5ff;
	margin-bottom: 0px;
	font-size: 12px;
}

h2 {
	color:#4ca5ff;
	margin-bottom: 0px;
}

h3 {
	color:#4ca5ff;
	font-size:16px;
	margin-bottom: 0px;
}

img {
	border:0px;
}

ul li {
	list-style-image: url(img/list_dot.gif);
	vertical-align:middle;
	padding: 2px;
}

#head {
	height:60px;
	width:975px;
	min-width:770px;
	background-color:#FFFFFF;
	position:relative;
	background-image:url(img/head_bg.jpg);
	background-repeat:no-repeat;

}

#main {
	width:975px;
	min-width:770px;
	background-color:#FFFFFF;
	position:relative;
	background-image: url(img/nav_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-bottom:2px;
	margin-top: 2px;
}
#navi {
	float:left;
	width:200px;
	padding-top:44px;
	padding-bottom: 44px;
	position:relative;
}

a.navStep1 {
	color:#FFFFFF;
	text-decoration:none;
	line-height: 16px;
	display:block;
	padding:0px;
	padding-left:20px;
	margin:0px;
	margin-top:6px;
	text-decoration:none;
	width:180px;
    background-color: #6b7c8a;
	font-size:10px;
	font-weight:bold;
}

a.navStep1active {
	color:#FFFFFF;
	background-color:#4ca5ff;
	text-decoration:none;
	line-height: 16px;
	display:block;
	padding:0px;
	padding-left:20px;
	margin:0px;
	margin-top:6px;
	text-decoration:none;
	width:180px;
	font-size:10px;
	font-weight:bold;
}

a.navStep1:hover {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	background-color:#4ca5ff;
	text-decoration:none;
	line-height: 16px;
}

a.navStep2 {
	color:#FFFFFF;
	text-decoration:none;
	line-height: 16px;
	display:block;
	padding:0px;
	padding-left:20px;
	margin:0px;
	margin-top:6px;
	text-decoration:none;
	width:180px;
	font-size:10px;
}

a.navStep2:hover {
	color:#0057a4;
	background-color:#4ca5ff;
	text-decoration:none;
	line-height: 16px;
	font-size:10px;
	font-weight:bold;
}

#cont {
	float:left;
	width:700px;
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	min-height:250px;
	position:relative;
	font-size: 12px;
	
}

#headmenu {
	clear:both;
	width:975px;
	background-color:#5C8AD4;
	font-size:10px;
	height: 20px;
	line-height:16px;
	color:#FFFFFF;
	text-align:right;
	padding-bottom: 2px;
	padding-top: 2px;
	position:relative;
}

#headmenu a {
	color:#FFFFFF;
	text-decoration:none;
}

#headmenu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#footer {
	clear:both;
	width:975px;
	background-color:#5C8AD4;
	font-size:10px;
	height: 20px;
	line-height:16px;
	color:#FFFFFF;
	text-align:right;
	padding-bottom: 1px;
	padding-top: 1px;
	
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer2 {
	clear:both;
	width:975px;
	background-color:#FFFFFF;
	font-size:10px;
	color:#000000;
	text-align:left;
	margin-bottom:2px;
	margin-top: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	
}

/*
Stylesheets für die Gruppierungen in der Übersicht
*/

#GroupItem
    {
    background: #FFFFFF;
    border: 0px solid #ccc;
    float:  left;
    padding: 0px;
    text-align: center;
    width: 160px;
    height: 160px;
}

#GroupImgTitle
    {
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    padding-left: 5px;
    text-align: center;
    width: 160px;
}

#GroupImg
    {
    float:       left;
    background-repeat: no-repeat;
    padding-top: 0px;
    text-align:  center;
    vertical-align: middle;
    width:       160px;
}

#GroupImgBottom
    {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    float: left;
    height: 35px;
    padding: 0;
    text-align: center;
    width: 160px;
}
.h4 {
	font-size: 14px;
}

