/**	Rücksetzen der Browsersettings
	----------------------------------------------------
**/
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
	body {line-height:1.5;}
	table {border-collapse:separate;border-spacing:0;}
	caption, th, td {text-align:left;font-weight:normal;}
	table, td, th {vertical-align:middle;}
	blockquote:before, blockquote:after, q:before, q:after {content:"";}
	blockquote, q {quotes:"" "";}
	a img {border:none;}
	
a {color:#96be0d;}

#wrapper {
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif, "Lucida Grande", Verdana, Arial;
	z-index: 10;
}

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#maincontent {
	position: absolute;
	min-height: 800px;
	width: 600px;
	background-color: #fff;
	background-img: url('images/background.jpg');
	left:35px;
	z-index: 50;
	background: #fff;
	opacity: 1.0; 
	filter: alpha(opacity=100);
	}
	
#content { margin-top:15px; padding-left: 33px; padding-right: 15px; font-size: 12px; font-style: bold; font-family:verdana, sans-serif; color:#333;}

#content p {margin-top:35px;}
#content h1 {font-size: 18px; font-style: bold; font-family:verdana, sans-serif; color:#004a7f; margin-top: 160px;margin-bottom: 50px}
	
	#etikett01 { height: 50px; width:235px; opacity: 0.80; filter: alpha(opacity=80); float:left; left: -35px; 
		position:absolute; z-index:630; margin:0px; padding:0px; top: 5px;
		}
	
#logo {float:left;}

#footer {
	background-color: Black;
	color: #F2F0F0;
	font-size: 0.6em;
	width: 600px;
	z-index: 60;
	top: 5%;
	position: fixed;
	height:60px;
	float:left;
/*	opacity: 0; 
*/	filter: alpha(opacity=80);
	}	}
	
#navi {}

#navi ul {font-size: 13px; font-style: bold; font-family:verdana, sans-serif; font-variant:small-caps;float:left;margin-top: 30px;}
#navi ul li { font-size:13px; margin-top:0; list-style-type:none;margin-bottom: 0px; float:left;}
#navi ul li a { color:#fff; padding-left:5px; padding-right:5px;  text-decoration:none;}
#navi ul li a:hover {color:#96be0d;}
#navi ul li a:active { color:#96be0d; font-weight: bold;text-decoration:solid;}

.pics {  
    height:  764px;  
    width:   540px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  540px; 
    height: 764px; 
    top:  0; 
    left: 0 
}
/* Clearing floats without extra markup  */
.clearfix { display: inline-block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
.clearfix { clear: both; }
