/* Tag-Body */
body {
	/* background-color:#EFDB94;                     orange */
	background-image:url(http://www.huber.ws/images/kubrickbgcolor.jpg);
	background-repeat:repeat;
}
/* Kopfteil */
#headerimg {
        position: absolute;
	width: 760px;
	height: 200px;
	z-index: 100;
	background-image:url(http://www.huber.ws/images/kubrickheader.jpg);
	background-repeat:no-repeat;		
}
/* Mittelteil */
/* obsolete */
#mainimg {
	position: absolute;
	top: 200px;
	width: 760px;
	height: 288px;
	z-index: 100;
	background-image:url(http://www.huber.ws/images/kubrickbg.jpg);
	background-repeat:repeat-y;		
}
/* Mittelteil */
/* hier neu gestaltet */
#mainimgnav {
	position: absolute;
	top: 200px;
	width: 760px;
	/* height: 288px;                                wurde flexibel gestaltet -> siehe html-seite und #pos_welcome */
	z-index: 100;
	background-image:url(http://www.huber.ws/images/kubrickbg.jpg);
	background-repeat:repeat-y;
}
/* Fussteil */
/* obsolete, i glaub wegen flexibler gestaltung */
#footerimg {
	position: absolute;
        top: 488px;
	width: 760px;
	height: 63px;
	z-index: 100;
	background-image:url(http://www.huber.ws/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; */
}
/* Pos Top Menu */
#pos_menutop_home {
	position: absolute;
	top: 100px;
	left: 400px;
        z-index: 200;
}
/* Pos Login */
#pos_login {
	position: absolute;
	left: 550px;
	z-index: 200;
	top: 220px;
}
/* Welcome (Startseite) */
#pos_welcome {
	position: relative;
	top: 30px;
	left: 45px;
	width: 450px;
	z-index: 200;
	/* border: thin dotted #996600; */
}
/* Content */
#pos_content {
	position: relative;
	top: 30px;
	left: 45px;
	width: 450px;
	z-index: 200;
	/* border: thin dotted #996600; */
}
/* Partnerlinks */
#pos_linktext {
        position: absolute;
        top: 200px;
        left: 30px;
	z-index: 100;
}


/* Text */
.style_header {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.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;	
}