@charset "utf-8";
/* STYLE SHEET für HEAD */
/* Krisch Dienst 2008 */
/* Sky High Design (C) */
body, html {
padding:0;
margin:0;
width:100%;
height:100%;
}
.clear {
clear:both;
}

div {
	zoom:1;
}

/* min-width */
.width {
width:100%; 
min-width:1230px;
max-width:1300px;

/*background-image:url(images/foot.jpg);
background-position:bottom;
background-repeat:repeat-x;*/
height:100%;
 }

/* hack für IE6 browsers
* html .width {
	width:1000px:
	padding-right:20px; }
* html .minwidth {width:100%; }
* html .container {position:relative;
	margin-right:-20px; }
 */
#head {
margin-top:10px;
height:161px;
background-image:url(images/head_back.jpg);
background-repeat:repeat-x;
text-align:right;
width:100%;
}

/*-- Inhalt Formatierung --*/
/* HEAD */
#logo_left {
width:215px;
height:144px;
/*background-image:url(images/logo.jpg);*/
background-repeat:no-repeat;
margin-left:35px;
padding-top:10px;
float:left;
}
#logo_left img {
border:none;
}
#logo_right {
width:280px;
height:161px;
/*_margin_left:auto;*/
/* CSS HACK für IE */
 /*_margin-right:0;*/
/*background-image:url(images/luft_right.jpg);*/
background-image:none;
background-repeat:no-repeat;
float:left;
display:block;
margin-left:475px;
}
/* hack um vor IE zu verstecken */
html>body #logo_right {
				/* margin-left:auto;*/
				  margin-left:700px;
				 margin-right:0;
			}

