/*boddy*/
html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.166;	
	color: #004991;
	margin:0;
  padding:0;
  border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

h1{
	font-weight:bold;
	font-size: 100%;
 	color: #004991;
}

h2{
 font-size: 110%;
 font-weight:bold;
 color: #004991;
}

h3{
 font-size: 120%;
 font-weight:bold;
 color: #004991;
}

h4{
 font-size: 140%;
 font-weight:normal;
 color: #004991;
}

h5{
 font-weight:bold;
 color: #DE3A47;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*hg*/
#hintergrund
{
	position: absolute;
	width: 90%;
	min-height:500px;
	height: 90%;
	margin-left: 0px;
	padding: 0;
	top: 20px;
	left: 5%;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
}

/*menu*/
#menu
{
	border-bottom: 1px solid #0056ab;
	width:100%;
	padding: 4px 0px;
	margin-left: 0;
	font-weight: bold;
	font-size: 75%;
	color: #004991;
	height: 16px;
	
	
}

#menu a:link {
	color: #004991;
	text-decoration:none;
	font-weight: bold;
}

#menu a:visited { 
color: #004991;
text-decoration:none; 
font-weight: bold;
}

#menu a:hover
{
	color: #DE3A47;
	text-decoration: underline;
	font-weight: bold;
}
/*menu-ende*/


/*unter-men*/
#unter-men
{
	border-bottom: 1px solid #0056ab;
	color: #004991;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-left: -1px;
	
}


#unter-men a:link { 
color: #004991;
text-decoration:none; 

}

#unter-men a:visited { 
color: #004991;
text-decoration:none; 
}


#unter-men a:hover
{
	color: #DE3A47;
	text-decoration: underline;
}
/*unter-men-ende*/



/*inhalt*/
#inhalt
{
	position:relative;
	font: normal 75% Verdana, sans-serif;
	color: #004991;
	overflow: auto;
	margin: 0px 5% 20px 5%;
	/*padding: 10px 10px 10px 10px;*/
	top: 130px;
	height:69%;
	width:90%;
	overflow:auto;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#inhalt a
{
	color: #004991;
	text-decoration: underline;
}

#inhalt a:link {
	
	color: #004991;
}
#inhalt a:visited {
	color: #004991;
	
}

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

#inhalt img{
	float: right;
	padding: 0px 0px 0px 5px;
	margin: 0 0 3px 3px;
}


#inhalt-hinweiss
{
	padding: 3px 2px 2px 3px;
	margin-left: 0;
	font: normal 85% Verdana, sans-serif;
	color: #5C5C5C;
}


#inhalt textarea {
	font: normal 100% Verdana, sans-serif;
	color: #5C5C5C;
}

#inhalt input {
	font: normal 100% Verdana, sans-serif;
	color: #5C5C5C;
}
/*inhalt-ende*/

#inhalt2
{
	position:relative;
	font: normal 75% Verdana, sans-serif;
	color: #004991;
	overflow: auto;
	margin: 0px 5% 20px 5%;
	/*padding: 10px 10px 10px 10px;*/
	top: 130px;
	height:69%;
	width:90%;
	overflow:auto;
	
	background-position: right bottom;
	background-repeat: no-repeat;
}

#inhalt2 a
{
	color: #004991;
	text-decoration: underline;
}

#inhalt2 a:link {
	
	color: #004991;
}
#inhalt2 a:visited {
	color: #004991;
	
}

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

/*#inhalt2 img{
	float: right;
	padding: 0px 0px 0px 5px;
	margin: 0 0 3px 3px;
}*/


#inhalt2-hinweiss
{
	padding: 3px 2px 2px 3px;
	margin-left: 0;
	font: normal 85% Verdana, sans-serif;
	color: #5C5C5C;
}


#inhalt2 textarea {
	font: normal 100% Verdana, sans-serif;
	color: #5C5C5C;
}

#inhalt2 input {
	font: normal 100% Verdana, sans-serif;
	color: #5C5C5C;
}
/*inhalt2-ende*/




/*fusszeile*/
#fuss
{
	align: right;
	vertical-align: bottom;
	margin-left: 2;
	font: normal 75% Verdana, sans-serif;
	color: #999999;
	bottom: -22px;
	left: 0px;
	text-align: right;

}

#fuss a
{
	color: #ffffff;
	text-decoration: none;
}

#fuss a:link {
	color: #ffffff;
	font-weight: normal;
}
#fuss a:visited {
	color: #ffffff;
	font-weight: normal;
}

#fuss a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}
/*fusszeile-ende*/
