html{
	background-image: -moz-linear-gradient(-70deg, #FFF,#FFF,#BBB);
    min-height:100%;
    height:auto !important;
    height:100%;
}
body{
	font-family:Verdana,Arial;
	font-size:80%;
	font-weight:normal;
	color:#222;    
}
img{
	border:0px;
}
h1,h2,h3{
	font-family:Verdana,Arial;
	text-decoration:none;
}
h1{
	margin: 4px -10px 0px -10px;
	padding: 2px 10px;
	font-size:90%;
	color:#333;	
	background-color: #EEE;	
	background: -moz-linear-gradient(90deg, #DDD, #FFF);
	border: solid #AAA;
	border-width: 1px 0px;	
	-moz-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.2);		
	-webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.2);
	font-weight:normal;
		
}
h2{	
	font-size:110%;
	color:#6D0101;
	margin-top: 12px;
}
h3{
	font-size:100%;
	color:#222;
	margin-top: 20px;
}

a{
	text-decoration:none;
	color:#008;
}
a:hover{
	color:#008;
	text-decoration:underline;
}
a:visited{
	color:#005;
}


/***************************************************************/
/**************** Layout CSS begins ****************************/

#wrapper { /* also holds the left "sliding" tab */
	text-align: left;
	width: 90%; /* this can fixed or fluid */
	margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
}

#header, #subnav, #footer {
	clear: both; 
	width: 100%;
}

#contentfloatholder {/* also makes the right "sliding" tab */
	float: left;
	width: 100%;
	position: relative;
	margin:10px 0px;	
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {	
	float:left;
	width: 100%; 
	margin-right: -95%;	
	/* this needs to be less than 100% for Moz/Mac which thinks 
	     it's empty otherwise. The difference is made up by putting a 
	     negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}


#header {
	text-align: left;
	background-color: #FFF;	
	background: -moz-linear-gradient(0deg, #FFF,#FFF,#FFF,#E8E8E8);
	margin:10px 0px;
	padding: 0px 0px 10px 0px;	
}

#subnav {
	text-align: right;	
}

#left {
  	float:left;
  	width: 200px;
  	margin-left: -5%; /* the difference to make the left colum appear flush left */ 
	background-color: #EEE; 	
  	background: -moz-linear-gradient(-70deg, #FFF,#FFF,#CCC);
}

#centerpad {	
	margin: 0px 230px 0px 220px;
	display: inline-block; /* TRIP haslayout for safety */
	display: block; /* SWITCH back the display */	
	padding:10px 10px 30px 10px;
	background-color: #FFF;
	background: -moz-linear-gradient(-70deg, #FFF,#FFF,#CCC);
}

#right {	
  	padding:0px 0px 10px 10px;
	float:right;
  	width: 200px;
  	background-color: #EEE;
  	background: -moz-linear-gradient(-70deg, #FFF,#FFF,#CCC);
  	color: #555;
}

#footer {	
	text-align: center;
}


#header,#left,#centerpad,#right,#footer,#subnav{
	-moz-border-radius:16px;
	-khtml-border-radius:16px;
	-moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4); /* inset 4px 4px 12px rgba(0, 0, 0, 0.4);*/	
	-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);	
	border: solid 1px #888;
	border-top-color: #BBB;
	border-left-color: #BBB;			
}

div#header_logo_box{	
	margin: 0px;
	width: 500px;
}
img#header_img_logo{
	margin: 15px 10px 10px 12px;
}
span#header_text_logo{	
	font-weight:bold;
	color:#6D0101;
	font-size: 100%;
	background-color: #EEE;	
	background: -moz-linear-gradient(-45deg, #E8E8E8,#E8E8E8,#E8E8E8,#FFF);	
	padding: 2px 80px 2px 12px;	
	-moz-border-radius-bottomleft:4px;
	-khtml-border-radius:16px;	
}
div#header_login_box{
	float: right;
	width: 200px;
	margin: 10px 10px 10px 10px;
}

ul#navi{
	list-style-type:none;
	margin: 3px 0px 5px 0px;
	padding: 12px 0px;
}
ul#navi li a{
	text-decoration: none;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	color: #333;
	display:block;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
}
ul#navi li a#active{
	background-color: #6D0101;
	background: -moz-linear-gradient(90deg, #6D0101, #AF4545);	
	color: #FFF;
	-moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
}
ul#navi li a:hover,ul#navi li a#active:hover,table#prices tr:hover td{
	background-color: #CCC;
	background: -moz-linear-gradient(90deg, #CCC, #EEE);
	color: #333;
}

table#prices th{
	text-align:right;
	background-color: #6D0101;
	background: -moz-linear-gradient(90deg, #6D0101, #AF4545);	
	color: #FFF;
	padding: 1px 5px;		
	border: solid 1px #600;
}
table#prices{
	border-collapse:collapse;
}
table#prices td{
	text-align:right;
	background-color: #DDD;
	padding: 1px 5px;
	background: -moz-linear-gradient(90deg, #EEE, #FFF);
	border: solid 1px #DDD;
}

img#img_callcenter{
	margin: 14px 12px 0px 0px;
	width: 188px;	
	border: solid 1px #AAA;
}
/*Formularfelder in Tabellen*/
td,input[type=submit]{
	font-size:12px;
	color: #444;	
	vertical-align:top;
}
input,textarea{
	background: #EEE;
	background: -moz-linear-gradient(90deg, #FFF, #EEE);
}
input:focus,textarea:focus{
	background: #FFF;
	background: -moz-linear-gradient(90deg, #ECEBF0, #CCD9FC);
}

/* Formatierungen für die roten Querbalken*/
div#subnav, div#footer{
	color: #FFF;
	background-color: #6D0101;
	background: -moz-linear-gradient(90deg, #6D0101, #AF4545);
	padding: 2px 0px;
	font-weight: normal;
	font-size: 90%;
}

div#subnav div.media_screen{
	padding-right:12px;
}

div#subnav div.media_screen a,div#footer div.media_screen a{
	color: #FFF;
	border: solid 1px #A00;
	border-right-color: #600;
	border-bottom-color: #600;
	padding: 1px 5px 1px 5px;
	background-color: #6D0101;
	background: -moz-linear-gradient(90deg, #5D0101, #9F3535);	
}



.media_print{
	display: none;
}
/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

/*=====Druckeinstellungen==============================================================================================*/
@media print {
	html{
		background:#FFF;
	}
	#wrapper { 	
		width: 100%; /* this can fixed or fluid */
		margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
	}	
	#left,#right,div#header_login_box,.media_screen {
		display:none
	}	 
	.media_print{
		display: inherit;
	}
	#centerpad {	
		margin: 0px;
	}
	div#subnav div.media_print,div#footer div.media_print{
		font-weight: normal;
		padding: 1px 0px;	
		font-size: 100%;
		text-align:center;
	}	
}


