
#mainContainer {
min-height: 100%;
background: url(layoutinforiel/) 100% 100px repeat-y; /*** This is the right column background "faked" with an image.  The 100px is added to have control of where the vertically repeating starts. ***/
}
* html #mainContainer {
height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
body {
	font: normal 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#FFFFFF;

	background: #FFF url(layoutinforiel/bg_all.gif) top left repeat-x;
	color:#6e696a;
	margin: 0;
	padding: 0;
}

p {
	font: normal 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: transparent;
	color:#000;
margin: 0;
	padding: 0;}

a {
	
	color:#000;
	margin: 0;
	padding: 0;
	text-decoration:none

}

a:hover {
	text-decoration: underline;
	background-color: transparent;
	color:#FF9500;
}

#container {
	width: 940px;
	text-align: left;
	margin: 0px auto;
	padding: 0;
}

#wrapper {
	color: #999;
	margin: 0;
	padding: 0;
}



.infobox {
border: 1px solid #57646d;
padding:3px;
font-weight:bold;
}

.infobox p {

font-weight:bold;
}

.infobox a {
color:#FF6600;
}

/**************************
HEADER
**************************/
#header {
height:80px;
padding: 30px;
background-color:#FFFFFF;
background-image: url(layoutinforiel/bg_header.gif);
background-position: right;
background-repeat:repeat-y;
}

#logo {
float:left;
}

#search input[type=text]{
border:1px solid #000;
}

#search fieldset{
border:0px solid #000;
}

#search li{
list-style-type: none;
padding:0px;
margin:0px;
}

#searchcontainer {
position:absolute;
top:5px;
left:520px;
width:170px;
z-index:100;
}


#search {
float:right;
padding-right:22px;
width:138px;
margin-top:15px;}

.searchclass {
border: 1px dotted #FFF;
margin-bottom:6px;
background-color:#9FA8BB;
font-size:10px;
padding:3px;
}










	
	

/* Fusszeile */

#footer {
	clear: both;
	width: 100%;
	height:33px;
background: #57646d url(layoutinforiel/bg_menu.gif)  repeat-x;
}

#footer img{
	padding:0px;
}


#footer2 {
	width: 1000px;
	font-size:0.7em;
	color: #FFFFFF;
	margin:auto;
	text-align:left;
padding-top:10px;
text-align:center;
text-transform:uppercase;

}




#footer2 p{
	color: #FFF;
	padding:0px;
}

#footer2 a {
	text-decoration:none;
		color: #FFF;
}

/* Ueberschriften */ 

h1 {
	font: 1em "Trebuchet MS", Arial, Geneva, Verdana, sans-serif;
	color:#000; 
	font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
background:#FF9900;
padding-top:5px;
padding-bottom:5px;

	
	border-bottom:1px solid #333;
	}

h2 {
	
	background-color: transparent;
	color:#666666;
	margin: 0;
	font-size:1.1em;
	font-weight: bold;


}

h3 {
	
	background-color: transparent;
	color:#CCCCCC;
	margin: 0;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom: -5px;
	padding-bottom:10px;

}

h4 {
	
	background-color: transparent;
	color:#FF6600;
	font-weight:1.3em;
}

h5 {
   color:#FF6600;
		font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		padding:0px;
		margin:7px 0 0 0px;
		

}

.clearboth {
	
	clear:both;

}



#menu_containerbg {width:100%;height:25px;background: #57646d url(layoutinforiel/bg_menu.gif)  repeat-x; border-top:1px solid #000; border-bottom:1px solid #000;}
#menu_containerall {width:840px; margin:0px auto; border-right:1px solid  #CCC;}
#menu_container {font: normal 80% "Trebuchet MS", Arial, Helvetica, sans-serif; position:relative; width:980px; height:25px; z-index:100;}




li.active {background: #FF3300 url(layoutinforiel/bg_menu_over.gif)  repeat-x; color:#000;}
li.active a{color:#000;}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
font: normal 90%  "Trebuchet MS", Arial, Helvetica, sans-serif; 
text-align:center;
}


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
border-left:1px solid #CCC;
 /*overall menu background color*/
}


/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
height:25px;
line-height:27px;
 border-left:1px solid #CCC;
 border-left-width: 0;
text-decoration: none;
color: FFF;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
text-align:left;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
font: normal 90%  "Trebuchet MS", Arial, Helvetica, sans-serif; 

}

/*1st sub level menu*/

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 210px; /*width of sub menu levels*/
color: #575556;
background:#FFF;
text-decoration: none;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #FFF url(/files/layout/fleche_grise.gif) left center no-repeat;
padding-left:15px;
}

.suckertreemenu ul li a:hover{
background: #FF3300 url(layoutinforiel/bg_menu_over.gif)  repeat-x; color:#000;
}



.suckertreemenu  a{
color: #FFF;
}





.suckertreemenu ul li ul li a:hover{
background: #FF3300 url(layoutinforiel/bg_menu_over.gif)  repeat-x; color:#000;
}

.suckertreemenu ul li ul li a.active{
background: #FF3300 url(layoutinforiel/bg_menu_over.gif)  repeat-x; color:#000;
}


/*Background image for top level menu list links */


.suckertreemenu .mainfoldericon  {

}



/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */








