/* CSS Document */


/* Seiten Struktur */
body {
	border: 0;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#seitenrahmen {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index:2;
}

#logo_rahmen {
	position:absolute;
	width: 950px;
	height:10px;
	margin: 0 auto;
	top:0px;
	left: 50%;
	margin-left: -475px;
	z-index:50;
}

#logo {
	width: 205px;
	height: 123px;
}

#header {
	width: auto;
	height: 112px;
	background-image: url(bilder/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#balken {
	position:absolute;
 	left:0px; top:91px; width:100%; height:23px;
	background-color:#003399;
}

#navicontainer {
	width: 930px;
	margin: 0 auto;
}

#hauptnavi {
	width: auto;
	height: 23px;
	float:right;
}
	
#container_aussen {
	width: 100%;
	height: auto;
	margin-top: -20px;
	background-color: #FFFFFF;
	background-image: url(bilder/container_hg.gif);
}	
	
#container {
	width: 950px;
	padding-top: 20px;
	margin: 20px auto;
	background-color:#FFFFFF;
}

#subnavi {
	float:left;
 	width:190px; height: 450px;
	padding: 5px;
	border-width: 1px;
	border-left-color: #e1e1e1;
	border-left-style: dashed;
}

ul, li, h3, h2, h1, p, .section{
	padding:0;
	margin:0;
	list-style:none;
}

#content {
	float:left;
 	width:500px; height: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-right-color: #e1e1e1;
	border-right-style: dashed;
	border-left-color: #e1e1e1;
	border-left-style: dashed;
	overflow:hidden;
	background-color:white;
	position:relative;
}

#content a{
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}
		
#flash {
	float:left;
 	width:205px; height: 450px;
	padding: 5px;
	border-width: 1px;
	border-right-color: #e1e1e1;
	border-right-style: dashed;
}

#footer {
	position:fixed;
	float:left;
 	left:0px; bottom: 0px; width:100%; height:23px;
	background-color:#999999;
}

#footernavicontainer {
	width: 930px;
	margin: 0 auto;
}

#footernavi {
	width: auto;
	height: 23px;
	float:right;
}


/* Link-Formatierung */

img {
	border: 0px;
	margin-top: 5px; margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #646464;
}

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

#hauptnavi_links {
	height:23px;
	background: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	float:right;
}

#hauptnavi_links li {
	display: inline;
	margin:0px 0px 0px 0px;
	padding-top: 10px;
}

#hauptnavi_links a {
	color:#FFFFFF;
	float:left;
	height:19px;
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	background: #003399;
	text-decoration:none;
}
#hauptnavi_links a:hover {
	color:#003399;
	height: 19px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	background: #e1e1e1;
	text-decoration:none;
}

#hauptnavi_links a:active {
	color:#003399;
	height: 19px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 10px;
	background: #e1e1e1;
	text-decoration:none;
}

#subnavi_links {
	width:100%;
	list-style: none;
	display: block;
	line-height: 220%;
	margin-top: 3px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

#subnavi_links li {
	border-bottom: 1px #003399 solid;
}

#subnavi_links a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 100%;
	background: #ffffff;
	color: #000000;
	padding-left: 5px;
}

#subnavi_links a:hover {
	color: #003399;
	background: #ffffff url(bilder/subnavi_hover.jpg) repeat-y;
}

#footernavi p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	margin: 0px 0px 0px 0px;
	padding:4px 10px 0px 0px;
}

#footernavi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
}

#footernavi a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #e6e6e6;	
	margin: 0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	text-decoration: underline;
}


/* Text-Formatierung */

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	margin-bottom: 10px;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2a5aba;
	padding-bottom: 3px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}


/* Scrolling */

.section{
	width:1900px;
	position:relative;
}
		
.section .sub{
	position:relative;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	width: 500px;
	height:450px;
}

.section .sub p{
	width:500px;
	margin:10px 0;
}

.section .next, .section .prev{
	position:absolute;
	bottom:5px;
}

.section .next{
	right:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.section .prev{
	left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

/* Formulare */

input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  background-color: #e1e1e1;
  border: 1px solid #003399;
}

form { 
  clear: left;
}

#clear_input input { 
  display: block;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

/* Blog */


.post {
	margin: 0 0 40px;
	text-align: left;
}
	
.postmetadata {
	clear: left;
	line-height: 200%;
}
.postmetadata2 {
	clear: left;
	line-height: 100%;
}

.entry {
	clear: left;
	margin-top: 10px;
}

#blog a{
	color:#003399;
	text-decoration:none;
}

#blog a:hover {
	color: #2a5aba;
}

.menu_text {
	width: 190px;
	display: block;
	margin-top: 3px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

