/***
*	red: 					#C11919
*  grau (hintergrund): 	#F2F1F1
*  blau (rahmen, h1)		#0A328C
*  hellblau					#C7D0E4
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100,01%;
	background-image: url(../images/header.background.jpg);
	background-repeat: repeat-x;
}

td{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 font-size: 0.8em;
 line-height: 1em;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #C11919;
	margin-bottom: 4px;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #C11919;
	margin-bottom: 1px;
}

/***********************/
/*** Top Navigation ***/
/**********************/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

}


#nav li { /* all list items */

	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
	margin:0 2px;	
}

#nav li ul {
	/* second-level lists */
	position: absolute;
	width: 345px; /* border: 1px solid yellow;
	background-color: Yellow;
	font-size: 0.7em;
	background: url(../images/button.2nd.background.jpg) repeat-x left;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


/** ingo chao empfiehlt: **/
#nav li:hover {
  text-indent: 0;
} 


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	height: 1%;
}


/** 1. Ebene des Dropdowns **/
#nav a.topnav {
	background: url(../images/button.1st.jpg) no-repeat left;
	text-decoration: none;
	color: White;
	display: block;
	height: 30px;
	width: 120px;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}


.topnavtext{
	margin-top: 8px;
	float: left;
	width: 99%;
	text-align: center;
	cursor:pointer;
}

#nav a.topnav:hover {
		background: url(../images/button.1st.Level.mouseover.jpg) no-repeat left;
}


/***********************/


#nav li ul li{ /* all list items */
	float: left;
	width: 105px; /* width needed or else Opera goes nuts */
	margin:0;	
}



/******  2nd Level ***********/
/** 2. Ebene des Dropdowns **/

#nav li ul .SecondNavLeft{
	background: url(../images/button.2nd.links.jpg) no-repeat left bottom;
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	height: 30px;
	width: 105px;
	float: left;
		letter-spacing: 0.1em;/*
		border: 1px solid red;*/
}

#nav li ul .SecondNavLeft:hover{
	background: url(../images/button.2nd.Level.Links.mouseover.jpg) no-repeat left bottom;
}

#nav li ul .SecondNavRight{
	background: url(../images/button.2nd.rechts.jpg) no-repeat right bottom;
	text-decoration: none;
	color: White;
	display: block;
	height: 30px;
	width: 105px;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 0.1em;
			
}

#nav li ul .SecondNavRight:hover{
	background: url(../images/button.2nd.Level.Rechts.mouseover.jpg) no-repeat right bottom;
}

.SecondNavText{
	padding: 4px 0 0 0;
	width: 105px;
	float: left;
	text-align: center;
		cursor:pointer;
}



/******* *********** ***** **/


/********************/
/*** Struktur *******/
/********************/

#header
	{
	width: 970px;
	height: 120px;
}

#hilfsnavigation{
	text-align:right; height: 20px; overflow: hidden;
	color: White;
	margin-top:5px;
	width:40%;
}


#hilfsnavigation a{
	color: White;
	font-size: 0.7em;	font-weight: bold;
	text-decoration: none;
}


#block_1
	{
	float: left;
	width: 200px;
	}
	
#block_2
	{
	float: left;
	width: 700px;
	text-align:left;
	}
	
	
/* Start Mac IE5 filter \*/
#block_1, #block_2
	{
	padding-bottom: 16000px !important;
	margin-bottom: -16000px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	width: 970px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	/* margin-top: -30px;*/
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
	float: left;
	float/**/: none;
	}
	
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/* display: inline-block
    Machmal ein Heilmittel, wenn ein Element auf Inline-Level »Layout« braucht. 
	 Es ist vermutlich der einzige wirkliche Effekt dieser Eigenschaft. 
	 Das »Inline-Block-Verhalten« selbst kann im IE erzielt werden, 
	 jedoch gänzlich unabhängig: IE/Win: inline-block und hasLayout.*/	
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
	
	
	
	#footer
	{
	width: 730px;
	clear: both;
	margin-left:270px;
	text-align:left;
	font-size: 0.6em;
	color: Gray;
	}

	
	
/*** diverse ***/	

#inhalt{
	margin: 0px 10px 10px 40px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: Black;
	/* border: 1px dotted silver; */
}


/**********  Box (Actionbox) ***********/
.box{
	background: url(../images/box.body.png) no-repeat bottom left;
	padding-bottom: 5px;
	margin-left:10px;
	text-align: left;
}

.boxhead{
	background: url(../images/box.head.jpg) no-repeat top left;
	color: White;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 10px;
	padding-top: 0.1em;
	height: 22px;
}



.box li{
	list-style-image: url(../images/bullet.png);
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	margin-bottom: 6px;
	width:120px;
}


.box li a{
	text-decoration: none;
	color: #515151;
	display: block;
		font-weight: bold;
}

.box li a:hover{
	background-color: #BCBCBC;
	color:black;
	display: block;
}


/** * Textbox * */

.textbox{
	background-color: #F2F1F1;
	border: 1px solid #C11919;
}

.textbox h2{
	margin-left:25px;
}

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

.textbox li a {
	color:black;
	text-decoration: underline;
}

.textbox li a:hover {
	color:#C11919;
	text-decoration: underline;
}

/*** Form Felder **/
.inputsmall{
	border:1px solid gray;
	width: 120px;
}
.inputmedium{
	border:1px solid gray;
	width: 180px;
}
