/* Tag-Body */
body {
	/* background-color:#EFDB94;                   orange */
	background-image:url(../images/kubrickbgcolor.jpg);
	background-repeat:repeat;
}
/* Hintergrund */
#headerimg_home {
	width: 760px;
	height: 220px;                           // 200px;
	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;		
}
#undercon {
	width: 760px;
	height: 200px;
	z-index: 100;
	background-image:url(../images/undercon.jpg);
	background-repeat:no-repeat;		
}
#mainimg_home {
	position: absolute;
	top: 220px;                              // 200px;
	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;            /* 760px */
	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_home {              /* alt hergebracht f. die erste seite */
	position: absolute;
	top: 488px;
	width: 760px;
	height: 100px;
	z-index: 100;
	background-image:url(../images/kubrickfooter.jpg);
	background-repeat:no-repeat;		
}
#footerimg {
	position: absolute;
	top: 488px;
	width: 760px;
	height: 100px;
	z-index: 100;
	background-image:url(../images/kubrickfooter.jpg);
	background-repeat:no-repeat;		
}
/* Hauptseite */
#mainbody {
	position: absolute;
	top: 30px;
	left: 100px;
	width: 760px;
	height: 550px;
	z-index: 100;
	background-color:#FFFFFF;	
	/* border: thin dotted #996600; */
}
/* Logo Elhu */
#logo_elhu {
	position: absolute;
	left: 90px;
	width: 451px;
	z-index: 150;
	top: 50px;
}
/* Pos Top Menu */
#pos_menutop {
	position: absolute;
	left: 400px;
	width: 300px;
	z-index: 200;
	top: 180px;
}
#pos_menutop_home {
	position: absolute;
	top: 100px;
	left: 400px;
}
/* Pos Main Menu */
#pos_menumain {
	position: absolute;
	left: 0px;
	width: 760px;
	z-index: 200;
	top: 250px;
}
/* Headline */
#pos_mainheadline {
	position: absolute;
	bottom: 155px;
	left: 100px;
	width: 222px;
	height: 70px;
	z-index: 200;
	/* border: thin dotted #996600; */
}
/* GoogleSearch */
#pos_mainsearch {
	position: absolute;
	bottom: 65px;
	left: 100px;
	width: 230px;
	height: 70px;
	z-index: 200;
	/* border: thin dotted #996600; */
}
/* Foto */
#pos_mainfoto {
	position: absolute;
	bottom: 70px;
	right: 100px;
	width: 250px;
	height: 152px;
	z-index: 200;
	/* border: thin dotted #996600; */
}
/* Zusatzmenu */
#pos_addmenu {
 	position: absolute;
	top: 360px;
	left: 815px;
	z-index: 200;
}
/* Shoutbox / Tagbox */
#pos_tagbox {
 	position: absolute;
	top: 35px;
	left: 900px;
	z-index: 200;
}

#pos_searchtext {
  position: absolute;
	left: 30px;
	z-index: 100;
}

/* Text */
.style_text {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.style_text_link, .style_text_link a:link, .style_text_link a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #8B4513;                                             /* color: #996600; */
	text-decoration: none;
}
.style_text_link a:hover {
	color: #E47D4F;
	text-decoration: underline;
}
/* Schwarzer Linktext u.a. für Headline */
.style_text_link_black, .style_text_link_black a:link, .style_text_link_black a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.style_text_link_black a:hover {
	color: #E47D4F;
	text-decoration: underline;
}
/* Kommentare, Hinweise (indexNoframe.html) */
.style_comment, .style_comment a:link, .style_comment a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.style_comment a:hover {
	color: #E47D4F;
	text-decoration: underline;
}
/* Menu Top */
.style_menutop, .style_menutop a:link, .style_menutop a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 13px;
	color: #8B4513;                                             /* color: #996600; */
	text-align: center;
	text-decoration: none;
}
.style_menutop a:hover {
	color: #E47D4F;
	text-align: center;
	text-decoration: underline;
}
.style_menutop_home, .style_menutop_home a:link, .style_menutop_home a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Geneva, Arial, Sans-Serif;
	font-size: 13px;
	color: #8B4513;                                             /* color: #996600; */
	text-align: center;
	text-decoration: none;
}
.style_menutop_home a:hover {
	color: #E47D4F;
	text-align: center;
	text-decoration: underline;
}
/* Menu Main */
.style_menumain, .style_menumain a:link, .style_menumain a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 22px;
	color: #8B4513;                                             /* color: #996600; */
	text-align: center;
	text-decoration: none;
}
.style_menumain a:hover {
	color: #E47D4F;
	text-align: center;
	text-decoration: underline;
}
/* Texte fuer die Suchmaschine */
.style_blacktext, .style_blacktext a:link, .style_blacktext a:visited, .style_blacktext a:hover{
	color: #000000;
	font-size: 5px;	
}
.style_orangetext, .style_orangetext a:link, .style_orangetext a:visited, .style_orangetext a:hover{
	color: #EFDB94;
	font-size: 5px;	
}
.style_greytext, .style_greytext a:link, .style_greytext a:visited, .style_greytext a:hover{
	color: #E6E6E6;
	font-size: 5px;	
}
.style_whitetext, .style_whitetext a:link, .style_whitetext a:visited, .style_whitetext a:hover{
	color: #FFFFFF;
	font-size: 5px;	
}