/******************************/
/* Dropdowns funktionieren	  */
/* nicht im IE <6 			  */
/******************************/
/* IE6 - Hack -*/
/* BG-minheight-workaround by Häcker */
* html b\ody { background-color:#FFF; height:100%; background-image:url(/hilfe/gfx/sys/help_bg.jpg); background-position:bottom left; background-repeat:repeat-x;}
* html #bg\logo {
	height:100%; width:100%; background-image:url(/hilfe/gfx/sys/help_bg_logo.jpg); background-position: bottom right; background-attachment:fixed; background-repeat:no-repeat;
}
/*************/	
	
html { 
	 overflow-y: scroll; 
	 overflow-x:auto; 
	 height: 100%; 
	 background-attachment:fixed; 
	 margin:0px; 
	 padding:0px; 
	 background-color:#FFF; 
	 background-image:url(/hilfe/gfx/sys/help_bg.jpg); 
	 background-position:bottom left; 
	 background-repeat:repeat-x; 
}
body {
	 min-height: 100%; 
	 background-attachment:fixed; 
	 margin:0px; 
	 padding:0px; 
	 background-image:url(/hilfe/gfx/sys/help_bg_logo.jpg); 
	 background-position:bottom right; 
	 background-repeat: no-repeat; 
}
#wrapper {
	padding-top: 30px; 
	padding-bottom: 60px; 
}

/******************************/
/* änderungen in der		  */
/* Topnavigation der main.css */
/******************************/

#naviTop{
	width:732px;
	background:url(/hilfe/gfx/sys/help_topnav.jpg) no-repeat;
}



.help_headline{
	margin:3px;
	margin-top:35px;
	margin-bottom:20px;


}
.help_h{
height:19px;
margin-top:7px;
border:1px #c0c0c0 solid; 
background-image:url(/hilfe/gfx/sys/help_subtitle_bg1.jpg); 
background-position:top left; 
background-repeat:repeat-x;
}
.help_data{
margin-top:3px;
display: block; 
background-color:#FFFFFF; 
padding-left:27px; 
padding-top:7px; 
padding-bottom:7px; 
padding-right:7px; 
border:1px #c0c0c0 solid;
}

