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

*{
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
}

 body {
 	margin: 20px 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: Arial,Helvetica,sans-serif;
	background: #ffffff;
}

	
#wrapper {
	width: 870px;
	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;
	font-size: 1.0em;
}

#main {
	clear: both;
	width: 870px;
	padding-bottom: 30px;
	/*background: transparent url(../img/main.png) repeat-y top left;*/
}

#navigation {
display: none;
	display: inline; /*Fix IE floating margin bug*/
	float: left;
	width: 160px;
	overflow: visible !important; /*Firefox*/
	overflow: hidden; /*IE6*/
	
	background-color: transparent;
}

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

#footer {
	clear: both;
	/*width: 870px;*/
	padding: 0.5em 0 1.0em 0;
	border-top: 1px solid #cccccc;
	/*background: transparent url(../img/footer.png) no-repeat 0px 0px;*/
	font-size: 1.0em;
	overflow: visible !important; /*Firefox*/
	overflow: hidden; /*IE6*/
}
/******************/
/*  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                           */
/*****************************************************/


#header-top{
display: none;
position: relative; /* hierauf beziehen sich die Angaben der im Header eingeschlssenen Elemente */
	background: url(../img/header-top.png) 0px 0px;
/*	margin-left: 15;
	margin-top: 10;*/
	/*height: 22px;*/
		height: 35px;
}

#header-top .sprache{
display: none;
	float: right;
	margin-right: 15px;
	margin-top: 7px;
	/*background-color: #039789;*/
border: 0px solid;
text-align: center;
	background: url(../img/sprache.png) no-repeat;
}
#header-top .sprachmenuTitel{
	font-size: 10px;
}
#header-top ul.sprachmenu{
border-top:1px solid;
	margin: 0px 20px 0px 0px;
	padding: 0px; 

}
#header-top li,  li.sprachItem, .sprachmenuItemACT,  .sprachmenuItemEmpty, .sprachmenuItemACTEmpty{
	display: inline;
	height: 20px;
	margin: 0px;
	padding: 3px; /*  wert kgroesser als für a */	
	font-size: 6px;	
}
li a.sprachmenuItemACT{
	text-decoration : none;
}
#header-top .sprache img{
	margin: 2px 4px;
	border: 1px solid #cccccc;
}
/* ############################################################### */
#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(../img/rootline.png) repeat-y 0px;*/
}

#headerbox .logo{
	float: left;
	margin-left: 5px;
	margin-top: 5px;

}
#header-image{
display: none;
	display: inline; /*Fix IE floating margin bug*/
	float: left;
	/*background: url(../img/header-image.png) no-repeat 0px 0px;*/
	height: 71px;	
	
	width: 646px;
	overflow: visible !important; /*Firefox*/
	overflow: hidden; /*IE6*/
}

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

	margin: 0px;
	padding: 0%;
	height: 28px;
	border: 0px solid #800000;
	text-align: right; /* für IE */
	/*background-color: #ffd700;*/
	background: url(../img/menu_oben.png) no-repeat 0px 0px;
}
#menueoben ul {
display: none;
	margin: 0px 20px 0px 0px;
	padding: 0px; /*
	list-style: none;
border: 2px solid #749E6C;*/
}
#menueoben li {
display: none;
	display: inline;
	height: 20px;
	margin: 0px;
	padding: 3px; /*  wert kgroesser als für a */
}
#menueoben li a:link, #menueoben li a:visited {
	border: 0px solid #48667E;
	padding: 3px; /*  wert kleiner als für li */
	margin: 0px;
	background-color: transparent;
	color: #faebd7;
	text-decoration: none;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
}
#menueoben li a:hover{
	background-color: transparent;
	color: #f0e68c;
	text-decoration: underline;
}
/* ########################### header rootline ###################################### */
#rootline{
display: none;
	 position: absolute; /* auf Elternelement bezogen - hier headerbox */
	 left: 170px;
	 bottom: 0px;

/*	background: url(../img/rootline.png);*/
	font-size: 0.8em;
	border-bottom: 0px solid;
	background-color: transparent;

}
#rootline p{

	background-color: transparent;
}


/******************/
/*  MAIN SECTION  */
/******************/

/* #############  NAVIGATION ################### */
#navi-round-head{
display: none;
	height: 15px;
	background: transparent url(../img/navi-round-head.png) no-repeat 1px 0px;
}

#navigation ul{
display: none;
	list-style: none;
	margin: 0px;
	padding: 0;
	border: 0px solid #800000;
	color: #FFD700; 
}
#navigation li{
display: none;
	border-left: 0px solid #FFD700;
	border-bottom: 1px solid #d0d0d0; 
}
#navigation a:link,#navigation a:visited{
	display: block;
	/*width:126px; breite für IE*/
	text-decoration: none;
	padding: 3px 0px 4px 5px;
	margin: 0;
	border: 0px solid #800000;
	color: #000000;
	font-size: 80%; 
}
#navigation a:hover, #navigation a.act{
	color: #ffffff;
	padding: 3px 0px 4px 5px;
/*	background: #039789 url(../img/menu_oben.png) repeat-y top;*/
	background: #009a9a;

}
#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: #000000;
	font-size: 80%;
}
#navigation a.sub1:hover, #navigation a.sub1act{
	/*margin: 1px;*/
	color: #48667E;
	padding: 3px 0px 3px 15px;
	border: 0px solid #800000;
	background: #eaeaea;

}
.login, .sign_nl_box{
display: none;
}
#navigation div.linklinks {
display: none;
margin:10px 0;
padding:0;
}

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

#footer p{
	padding: 0 0 0 1.0em;
	color: #A9A9A9;
	font-size: 70%;
}


