/*******************CSS Made By Kathrin Holzmann******************/

/******Layout********/
html
{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}

#header
{
	background-color: #fff;
	width: 100%;
	height: 44.27em;
	margin-top: 2em;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
}


#content
{
	width: 47.27em;
	min-height: 40.00em;
	background-color: #fff; 
	
	margin: 0 auto;
	margin-top: 2.3em;
	
	padding-top: 2em;
	padding-left: 3.18em;
	padding-right: 2.27em;
	padding-bottom: 4em;
		
	border: solid;
	border-width: 1px;
	border-color: #DADADA #000 #000 #DADADA;
	
	position: relative;
	z-index: 1;
}

.impressum
{
	width: 47.27em;
	margin: 0 auto;
	margin-top: 1.8em;
	text-align: center;
	clear: both;
	float: none;
	
}



.hidden
{
	display: none;
	background-color: Aqua;
}

#navigation
{
	width: 47.45em;
	margin: 0 auto;
	margin-top: -33.92em;
	padding-left: 10.91em;
	
	z-index: 3;
	position: relative;
	
}
/******Ende Layout********/

/***************Navigation*************************/

/** Nav Layout*/
ul
{ 
	padding: 0;
	margin: 0;
margin-top: 3px;
	list-style: none;
	font-size: 1.82em;
}

li
{ 
	float: left;
	position: relative;
	
}


 li ul 
{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	font-size: 0.7em;
	background-color: #fff;
}

li>ul
{ 
	top: auto;
	left: auto;
	
}

li:hover ul, li.over ul /*class over wird im IE per js gesetzt da er bei li keinen hover effekt kennt.*/
{ 
	display: block;
}

#nav li a
{
	display:block;   
	height: 20px;
	background-repeat:no-repeat;
        font-weight: normal;
}

li a:link, a:visited
{
	display:block;   
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

li a:hover, a:active
{
	display:block;   
	text-decoration: none;
	color: #990032;
	font-weight: normal;
}

li ul a:hover, a:active
{
	display:block;   
        font-weight: normal;
	text-decoration: underline;
	color: #990032;
	
}
/**********Einzelpunkte***************/
#home
{
	margin-left: -1.73em;
	width:3.36em;
}

#platzhalter
{ 
   	width: 10.5em;
}

#ue
{
	width:2.85em;
}

#po
{
	width:4.27em;
}

#ko
{
	width:5.09em;
}

/***********Rahmen ausklappmenu**********/
.einsa
{
	background-color: #fff;
	width: 6.8em;
	padding: 0 0.5em 0.5em 0.5em;
	border-width: 1px 1px 0px 1px;
	border-color: #dadada #000 #dadada #dadada;
	border-style: solid solid none solid;
}

.einsb
{
	border-width: 0px 1px 1px 1px;
	border-color: #dadada #000 #000 #dadada;
	border-style: none solid solid solid;
	width: 6.8em;
	padding: 0 0.5em 0.5em 0.5em;
}

/***************Ende Navigation*************************/

/***************Inhaltliches********************/
.impressum a:link, a:visited
{
	display:inline;   
	text-decoration: none;
	color: #000;
font-weight: normal;
	
}

.impressum a:hover, a:active
{
	display:inline;  
	text-decoration: underline;
	color: #990032;
font-weight: normal;

}

#content a:link, a:visited
{
	text-decoration: none;
	color: #000;
        font-weight: bold;
}

#content a:hover, a:active
{
	text-decoration: underline;
	color: #990032;	
        font-weight: bold;
}


h1
{
	font-size:1.27em;
	margin-top:0px;
	color: #990032;
}

h2
{
	font-size:1.1em;
	margin-top:0px;
	color: #990032;
	text-decoration: underline;
}

#content .quelltext
{
	border: dotted;
	border-width: 2px;
	border-color: #990032;
	background-color: #D4D4D4;
	padding: 15px;
	font-family: "Courier New", Courier, monospace;
}

hr
{
       border:dotted #D4D4D4 1px;
       height:1px;
       width: 90%
        
}
/****************** Ende Inhaltliches***********/


