/* Hintergrund */
#headerimg_home {
	width: 760px;
	height: 220px;
	z-index: 100;
	background-image:url(../images/kubrickheader_h.jpg);
	background-repeat:no-repeat;		
}
#headerimg {
	width: 760px;
	height: 200px;
	z-index: 100;
	background-image:url(../images/kubrickheader.jpg);
	background-repeat:no-repeat;		
}
#mainimg_home {
	position: absolute;
	top: 220px;
	width: 760px;
	height: 288px;
	z-index: 100;
	background-image:url(../images/kubrickbgwide.jpg);
	background-repeat:repeat-y;		
}
#mainimg {
	position: absolute;
	top: 200px;
	width: 760px;
	height: 288px;
	z-index: 100;
	background-image:url(../images/kubrickbgwide.jpg);
	background-repeat:repeat-y;		
}
#kontakt {
	position: absolute;
	top: 200px;
	width: 900px;
	height: 288px;
	z-index: 120;
	background-image:url(../images/kubrickbgwide.jpg);
	background-repeat:repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}
#footerimg {
	position: absolute;
	top: 488px;
	width: 760px;
	height: 100px;
	z-index: 100;
	background-image:url(../images/kubrickfooter.jpg);
	background-repeat:no-repeat;		
}


/* Hauptseite */
#mainbody {
	margin:0px auto;                                     /* durch das auto zentrierts den ganzen mist in die mittn */
	position: relative;
	top: 50px;
	/* left: 100px; */
	width: 760px;
	height: 550px;
	z-index: 100;
	background-color:#FFFFFF;	
}

/* Google Ergebnis */
#searchbody {
	margin:0px auto;                                     /* durch das auto zentrierts den ganzen mist in die mittn */
	position: relative;
	top: 50px;
	/* left: 100px; */
	width: 795px;
	height: 550px;
	z-index: 100;
	background-color:#FFFFFF;	
}

/* Pos Top Menu */
#pos_menutop {
	position: absolute;
	left: 400px;
	width: 300px;
	z-index: 200;
	top: 170px;
}
#pos_menutop_home {
	position: absolute;
	top: 88px;
	left: 400px;
	z-index: 200;
}
#pos_menutop_googleplus {
	position: absolute;
	top: 115px;
	left: 530px;
	z-index: 200;
}

/* Pos Main Menu */
#pos_menumain {
	position: absolute;
	left: 0px;
	width: 760px;
	z-index: 200;
	top: 235px;
}

/* Headline */
#pos_mainheadline {
	position: absolute;
	bottom: 150px;
	left: 100px;
	width: 222px;
	height: 70px;
	z-index: 200;
}

/* GoogleSearch */
#pos_mainsearch {
	position: absolute;
	bottom: 55px;
	left: 100px;
	width: 230px;
	height: 70px;
	z-index: 200;
}

/* Foto */
#pos_mainfoto {
	position: absolute;
	bottom: 70px;
	right: 100px;
	width: 250px;
	height: 152px;
	z-index: 200;
}

/* Searchtext & Links */
#pos_searchtext {
  position: absolute;
	left: 30px;
	z-index: 100;
}


/* Allgemeine Einstellungen*/
/* Text */

html, body { height:100%; }

body {
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	text-align:left;
	font-size:13px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Geneva, Arial, Sans-Serif;
	color: #000000;
	text-decoration: none;	
}

a, a:link, a:visited { text-decoration: none; color: #000000; }

a:hover {	text-decoration: underline; color: #E47D4F; }

h1, h1 a:link, h1 a:visited { font-size: 22px; color: #8B4513; text-align: center; }

h1 a:hover { color: #E47D4F; }

h2, h2 a:link, h2 a:visited { font-size: 13px; color: #8B4513; text-align: center; }

h2 a:hover { color: #E47D4F; }


/* Kommentare, About */
.style_comment, .style_comment a:link, .style_comment a:visited {
	font-size: 12px;
}

/* Texte fuer die Suchmaschine */
.style_whitetext, .style_whitetext a:link, .style_whitetext a:visited, .style_whitetext a:hover{
	color: #FFFFFF;
	font-size: 5px;	
}

