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

  
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size :13px;
	margin-top:50px;
	padding:0px;
	background-color: #FFFFFF;
	text-align : left;
	line-height:14pt;
}
#mittelframe {
	width :800px;
	height:462px;
	border: 0px;
	margin-bottom:8px;
	margin-right:7px;
	margin:auto;
	padding:0px;
}
#innenframe {
	width :800px;
	height:462px;
}
#container {
	width : 560px;
	min-height :400px;
	float : left;
	background-color:#edeef9;
	overflow:visible;
	border : 0px;
	padding: 20px 20px 10px 20px;
}

#container a {
	color: #006699;
	text-decoration: underline;
}

#container a:visited {
	color: #006699;
	text-decoration: underline;
}

#container a:hover {
	color: #006699;
	text-decoration: underline;
}

#logo {
	width :800px;
	height : 80px;
	margin: auto;
	border : 0px;
}
#footer {
	width :800px;
	height : 25px;
	border : 0px;
	float:right;
	text-align:right;
	background-color: #8b9ed2;
}
/* Menu */

ul {
	list-style : none;
	padding:0px;
	margin:0px;
}
ul li {
	margin : 0px;
	padding:0px;
	list-style:none;
}

#header-nav {
	position : relative;
	height : 25px;
	width : 800px;
	margin : 0px;
	padding : 0px;
	background-color: #8b9ed2;
}
#header-nav ul.nav1st li {
	float : left;
	height : 25px;
	margin:0px;
	padding:0px;
	list-style:none;
}
#header-nav ul.nav1st a, #header-nav ul.nav1st a:link, #header-nav ul.nav1st a:visited {
	display : block;
	line-height : 25px;
	border-right: 1px solid #FFFFFF;
	padding-left : 24px;
	padding-right : 24px;
	color : #ffffff;
	font-size : 14px;
	background-color:#8b9ed2;
	text-decoration:none;
}
#header-nav ul.nav1st a:hover, #header-nav ul.nav1st li.active a, #header-nav ul.nav1st li.active a:link {
	text-decoration : none;
	background-color: #cddb2d;
}



#footer ul.nav3st li {
	float : right;
	height : 25px;
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer ul.nav3st a, #footer ul.nav3st a:link, #footer ul.nav3st a:visited {
	display : block;
	line-height : 25px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left : 24px;
	padding-right : 24px;
	color : #ffffff;
	font-size : 14px;
	background-color:#8b9ed2;
	text-decoration:none;
}
#footer ul.nav3st a:hover, #footer ul.nav3st li.active a, #footer ul.nav3st li.active a:link {
	text-decoration : none;
	background-color: #cddb2d;
}



#navigation2 {
	width : 170px;
	height: 400px;
	float : left;
	border : 0px;
	text-align:left;
	background-color: #ffffff;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
}
#navigation2 ul.nav2nd li {
	font-size : 12px;
	font-weight : normal;
	text-align:left;
}
#navigation2 ul.nav2nd a, #navigation2 ul.nav2nd a:link {
	color : #000;
	text-decoration:none;
	display:block;
}
#navigation2 ul.nav2nd a:hover, #navigation2 ul.nav2nd a.current, #navigation2 ul.nav2nd a.current:link {
	color : #006699;
	text-decoration:none;
	font-weight:bold;
}
/* Menu */


p {
	margin : 0px;
	line-height : 14pt;
	padding : 0px;
	margin-bottom: 10px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size :16px;
	font-weight:bold;
	color: #006699;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size :14px;
	font-weight:bold;
	color: #006699;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size :12px;
	font-weight:bold;
	color: #006699;
}


/* My Comment */


#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


.flLeft {float:left; padding-right:10px;}
.flRight {float:right; padding-left:10px;}
