/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0; 
	/* \*/ 
	overflow: hidden; 
	/* */
 }
body{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0; 	
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	background-color:#20487E;
	overflow:hidden;
}

#content{
	position:absolute;
	overflow:auto;
	top:100px;
	bottom:0;
	left:148px;
	width:612px;
	background-color:#f6f1db;
	font-size: 80%
	z-index:0;
	padding:5px;
	}
* html #content{	
	position:absolute;
	overflow:auto;
	top:0;
	left:-2px;
	height:100%;
	max-height:100%;
	width:772px;
	border-top: 100px solid #20487E;
	border-left: 150px solid #20487E;
	background-color:#f6f1db;
	padding:5px;
	}

a{
	color: #FFDD09;
	font-weight:bold;
	text-decoration: none;
}

a:link{
	color: #FFDD09;
	text-decoration: none;
}

a:visited{
	color: #FFDD09;
	text-decoration: none;
}

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #FFDD09;
 margin: 10px 0 5px 7px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
 height:auto;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#bild_oben{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	height:100px;
	z-index:100;
	display:block;}

#navBar{
	position:absolute;
	top: 100px;
	left:0;
	bottom: 20px;
	width:148px;
	margin: 0px;
	padding: 0px;
	background-color: #20487E;
	height: 287px;
	z-index:50;
}
* html #navBar{
	position:absolute;
	top:0;
	bottom:0;
	border-top:100px solid #20487E;
	border-bottom:50px solid #20487E;
	background-color: #20487E;
	z-index:50;
}

#content h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

#content img{
	float: left;
	padding: 10px 10px 0px 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding:0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 10px;
	overflow:hidden;
}

.story p{
	padding: 0px 0px 5px 0px;
	font-size:1.2em;
}
.story h1{
font-size:1.4em;}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	height:20px;
}

#sectionLinks a:hover{
	background-color: #6582a8;
}




/************** #headlines styles **************/

#headlines{
	overflow:auto;
	position:absolute;
	left:780px;
	top:0;
	width:150px;
	margin: 0px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines img{
	float:left;
	border:0;
	margin:5px 5px 20px 5px;
	}


input, select, textarea {margin-left: 1px;font-size:15px;}
label { float:left; width:77px; margin-right:0.3em; font-size:12px;}
fieldset {margin:1em 0;padding:.6em;border: 1px solid #666;}
legend {margin-bottom:10px;}
fieldset br {display: none;}
.pflicht {color: #930;}


