/*****************************************************/
/*                  GLOBAL                           */
/*****************************************************/

*{
	padding: 0;
	margin: 0;
	border: #969696 solid 0px;
}

 body {
 	margin: 10px 0 0 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background: #999999;	
	/*font-size: 1.0em;*/
	font-size: 12px;
}

	
#wrapper {
	width: 983px;
	margin: 0 auto; /* Durch automatische RÃänder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 10px;
	margin-bottom: 10px;
	border: #969696 solid 0px;

	background: #999999;
}



#main {
	clear: both;
	width: 983px;
	padding-bottom: 0px;
	background: transparent url(../images/content-middle.png) repeat-y top left;
}

#navigation {
	display: inline; /*Fix IE floating margin bug*/
	float: left;
	border-right: 0px solid #4682B4;
	width: 165px;
	overflow: visible !important; /*Firefox*/
	overflow: hidden; /*IE6*/
	
	background-color: transparent;
}

#content {
	display: inline; /*Fix IE floating margin bug*/
	float: left;
	width: 775px;
	margin: 20px 10px 20px 30px;
	overflow: visible !important; /*Firefox*/
	overflow: hidden; /*IE6*/
	
	/*background-color: fuchsia;*/

}

#footer {
	/*clear: both;*/
	width: 983px;
	height: 32px;
	bottom: 0px;
	background: transparent url(../images/content-bottom.png) no-repeat 0px 0px;
/*	font-size: 1.0em;*/
/*	overflow: visible !important; Firefox*/
/*	overflow: hidden; IE6*/
/*	padding: 5px 0;*/
/*	color: #CCCCCC;*/
/*	font-size: smaller;*/
	border-top: 1px solid #ffd700;
	background-color: White;
}
/******************/
/*  CLEAR FLOATS  */
/******************/
/*.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}*/
.clear-contentunit {clear:both; width:640px; height:0.1em; border:none;}  /* achtung wichtig um im moz den hintergrund darzustellen */


/*****************************************************/
/*                  HEADER                           */
/*****************************************************/


/* ############################################################### */
#headerbox{
	position: relative; /* hierauf beziehen sich die Angaben der im Header eingeschlssenen Elemente */

	background-color: transparent;
	/*border-bottom: 1px solid #cccccc;*/
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/header.png) no-repeat 0px 0px;
}
/*
#headerbox .logo{
	float: left;
	margin-left: 40px;
	margin-top: 10px;

}*/
/*#header-image{
	display: inline; Fix IE floating margin bug
	float: left;

	
	width: 646px;
	overflow: visible !important; Firefox
	overflow: hidden; IE6
}*/

/* ########################### header menue oben ###################################### */
#menueoben{
	position: absolute;
	right: 0px;
	bottom: 15px;
	width: 100%;

	margin: 0px;
	padding: 0px;
	height: 25px;
	border: 0px solid #800000;
	text-align: right; /* für IE */
/*	background-color: #E6E6FA;*/
	/*background-image: url(../images/eat-topnavverlauf.jpg);*/
	/*background-repeat: repeat-x;*/
}
#menueoben ul {

	margin: 5px 5px 0px 0px;
	padding: 0px; 
	list-style: none;
	border: 0px solid #48667E;
	
}
#menueoben li {
	display: inline;
	margin: 0px;
	padding: 3px; /*  wert kgroesser als für a */
	
}
#menueoben li a:link, #menueoben li a:visited {
	margin: 0;
	padding: 1px 3px 1px 3px;
	border: 1px solid White;
	font-size: 11px;
	text-decoration: none;
	color: #004D94;
	font-weight: bold;	
	background-color: #aedfb2;
}
#menueoben li a:hover{
	color: #e0ffff;
	background-color: #004D94;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}




/* ########################### header rootline ###################################### */



#rootline{
	position: absolute; /* auf Elternelement bezogen - hier headerbox */
	bottom: 4px;
	margin:0;
	padding: 0;
	left:0;
	width:100%;
	height: 15px;
	border-bottom: 0px solid #969696;
	/*background: transparent url(../images/eat-head-verlauf.jpg) repeat-y 0px 0px;*/
}

#rootline span{	
 margin: 2px 0 0 170px;
	font-size: 1em;
	background-color: transparent;
	color: white;
}
#rootline span a{	
 margin: 2 0 0 0px;
	font-size: 1em;
	background-color: transparent;
	color: white;
}


/******************/
/*  MAIN SECTION  */
/******************/
/* #############  CONTENT ################### */
#content h1{
	margin: 0 0 15px 15px;
	padding: 2px 0 2px 30px;
	color: #03857a;
	height: 18px;
	border-bottom: 0px solid #C7D8F2;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/h1-punkt.png) no-repeat 0px 0px;
	
}

#content li{
	
	margin: 0 0 10px 15px;
}
#content img{
	margin: 0;
	border: 0px solid #C7D8F2;
	clear: both;
}
/* #############  NAVIGATION ################### */


#navigation ul{
	list-style: none;
	margin: 5px 3px 0 5px;
	padding: 0;
	/*border: 0px solid #800000;*/
	/*color: #FFD700; */
}
#navigation li{

	margin: 0px 0 0px 0;
	padding: 0px;
	/*border-left: 0px solid #FFD700;*/
	/*border-bottom: 1px solid #48667E; */
}
#navigation a:link,#navigation a:visited{
	display: block;
	 /*width: 120px; breite für IE*/
	text-decoration: none;
	color: #ff9354;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 2px 15px;
	margin:0px;
	/*border-top: 0px solid #cccccc;*/
	
	border-bottom: 1px solid white;
	/*border-left: 12px solid #D1DEED;*/
	height: 20px;
	background-color: transparent;
	/*background: url(../images/menu.png) no-repeat 0px 0px;*/
}
#navigation a:hover, #navigation #current.active a{
	
	/*border-bottom: 1px solid #cccccc;*/
	/*border-left: 12px solid #92B2D5;*/
	color: #b22222;
	background-color: white;
}
#navigation li.parent.active a{
	
	/*border-bottom: 1px solid #cccccc;*/
	/*border-left: 12px solid #92B2D5;*/
	color: #ffcc00;
	background-color: white;
}

#navigation a.sub1:link ,#navigation a.sub1:visited {
	display: block; /*width:126px; breite für IE*/
	text-decoration: none;
	padding: 3px 0px 3px 15px;
	margin: 0;
	border: 0px solid #800000;
	color: #A9A9A9;
	font-size: 80%;
}
#navigation a.sub1:hover, #navigation a.sub1act{
	color: #48667E;
	padding: 3px 0px 3px 15px;
	background: #C7D8F2 url(../img/menu.png) repeat-x top;
	/*background-image: url(bilder/niedermaier_navihover.png);*/
	/*background-repeat: no-repeat;*/
/* background-position: 0px -50px;*/
}

/******************/
/*  FOOTER  */
/******************/

#footer p{
	padding: 8px 0 0 180px;
	color: #A9A9A9;
	font-size: 80%;
}

h1{
	border-bottom:1px solid #cccccc;
	color: #004D94;
	font-size: 130%;
 	padding: 3px 10px 3px 0px;

}	
h2, .contentheading {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:1.4em;
font-weight: bold;
background-color:#ffeeaa; 

padding:3px;
text-align:left;
vertical-align:bottom;
width:100%;
}

/* content */

p {
margin-bottom:5px;
margin-top:0;
}
.small {
color:#999999;
font-size:0.9em;
font-weight:normal;
text-align:left;
}
.column_separator {
border-left:1px dashed #E0E0E0;
padding-left:10px;
}
.createdate {
color:#999999;
font-size:0.9em;
font-weight:normal;
height:20px;
padding-bottom:5px;
padding-top:0;
vertical-align:top;
}
a.readon {
background:transparent url(../images/mw_readon.png) no-repeat scroll right top;
display:block;
float:left;
height:16px;
line-height:14px;
margin-top:10px;
padding-right:20px;
}
.modifydate {
color:#999999;
font-size:0.9em;
font-weight:normal;
height:20px;
text-align:left;
vertical-align:bottom;
}	
.small {
color:#999999;
font-size:0.9em;
font-weight:normal;
text-align:left;
}
.pagination a {
padding:2px;
}
.search{
	margin: 20px 0 10px 20px;

	
}
.inputbox{
	border: thin solid #ffdd5d;
}
