/* CSS copyright by websteil. 2009 */
/*
=====
Allgemeine Formatierungen
=====
*/

html {	height:100%;overflow: auto;}

body{
	height:100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	text-align:center;
	background: #f0efe9;
}
html > body {padding: 0px;}  /* FF-Hack */
img { border: 0px;}

a, a:visited, a:active {color: #3e6baf; text-decoration: none;font: bold 11px Verdana,Arial,Helvetica,sans-serif;}
a:hover {color: #6c90c7; text-decoration: none;}

h1 {
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}
h2 {
	font: bold 12px Verdana,Arial,Helvetica,sans-serif;
	margin:0px;
	padding: 0px;
	}
p {
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 0px;
	margin:0px;
}
object { padding: 0px; margin: 0px; border: 0px; }
embed { padding: 0px; margin: 0px; border: 0px; }
form { margin: 0px; padding: 0px; border: 0px; }
/*
===============
DIV-Definitionen
===============
*/


/* CLASS Hintergrundbild */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: 1;
}
/**/
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}


* html img.bg { /* IE6 Hack */

	/* Set rules to fill background */
	min-height: 100%;
	min-width: auto;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: 99%;
	
	/* Set up positioning */
	top: 0;
	left: 0;
	
	position: absolute;
	
}

/*VH Center*/

.vh_center {
	border: 0px solid #44cc44;
	width:auto;
	height:100%;
	min-height: 100%;
	margin:0px auto;
	padding: 0px;
	z-index: 2;
}

#container {
	position: relative;
	width: 914px;
	height: 290px;
	margin: 0px 0px 10% 0px;	
	padding: 0px;	
	background: transparent;	
	border: 0px solid #f0efe9;
	z-index: 3;
}

#box_bild {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 910px;
	height: 250px;
	text-align: left;
	background: transparent;
	border-bottom: 1px solid #000;
	z-index: 4;
	

}

.indexbild {
	opacity: 1.00;
	filter: Alpha(opacity=100);
	-moz-opacity: 1.00;
}
* html .indexbild { /* IE6 Hack */
	behavior: url(00_index_dateien/style/iepngfix.htc);
}

a:hover .indexbild {
	opacity: .70;
	filter: Alpha(opacity=70);
	-moz-opacity: 0.70;
}

#box_footer {
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 906px;
	height: auto;
	text-align: left;
	background: #f0efe9;
	border: 1px solid #000;
	z-index: 4;

}
#box_footer p{
	margin: 4px 6px;

}

#box_print {display: none;}

