/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family: Trebuchet MS,Sans-Serif;
	color:#ffffff;
	height:100%;
} 
 
#pagewidth{ 
	width:400px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	height:100%;  
} 
 
#maincol{
	z-index:3;
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 400px;
	background:url(../images/transparent.png);
	min-height: 100%;
	height:auto !important;
	height:100%; 
	font-size:0.85em;
	line-height:1.6em;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*** ADDITIVE ***/
#header{
	z-index: 3;
	margin:0 auto 0 auto; 
	width: 400px; 
	height: 350px; 
	top:0;
	font-size:0.75em;
	color:#000; 
}
#overlay {
	z-index:2;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(/images/overlay.gif);
	di splay:none;
}
#background {
	z-index: 1;
	position:fixed;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	top:0;
	left:0;
}

#maincol a {
	color: #fff;
	font-weight: bold;
}
#maincol h1{
	font-size:1.5em;
	line-height:1em;
	margin:0 0 3px 0;
	padding:0;
}
#maincol h2{
	font-size:1.4em;
	line-height:1em;
	margin:10px 0 4px 0;
	padding:0;
}
#maincol h3{
	font-size:1.2em;
	line-height:1em;
	margin:10px 0 3px 10px;
	padding:0;
}
#maincol p{
	margin:0 10px 0 10px;
	padding:0;
}
#knopp{
	z-index:5;
	position:fixed;
	bottom:10px;
	right:10px;
	width:111px;
	height:106px;
	display: block;
}
#knopp2{
	z-index:5;
	position:fixed;
	bottom:10px;
	left:10px;
	width:111px;
	height:106px;
	display: block;
}
a#knopp:hover {
	cursor:pointer;
}
a#knopp2:hover {
	cursor:pointer;
}
