
/* 										  Reset
----------------------------------------------- */	
* {
	margin: 0;
	padding: 0;
	}

html,body {
	height:100%;
	}
	
.small {
	font-size:11px;
}

/* 									  Container
----------------------------------------------- */	
#container{
	min-height:100%;
	height:auto;
	width:1016px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	background-image: url(../images/global/paul.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

* html #container{
	height:100%;
	}
	
/* 										 Header
----------------------------------------------- */	
#header {
	height:125px;
	width:1016px;
	position:relative;
	background-image: url(../images/global/header_image.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	z-index:5;
	}

#clearheader{
	clear:both;
	height:125px;
	width:944px;
	}

#interactive{
	position:absolute;
	width:144px;
	height:81px;
	top:0;
	right:242px;
	background-image: url(../images/global/interactive.gif);
	background-repeat: no-repeat;
	background-position: top right;
	z-index:1000;
	}
	
	
#interactive2{
	position:absolute;
	width:180px;
	height:81px;
	top:0;
	right:190px;
	z-index:1001;
	border-left:dashed;
	border-right:dashed;
	border-width:thin;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	font-weight:bold;
	}

#logolink { 
	height:95px; 
	width:200px; 
	left:10px; 
	top:25px; 
	position: absolute; 
	visibility: visible;
	text-decoration:none;
	z-index:6;
	}
		
/* 								   Main Content
----------------------------------------------- */	
#main {	
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	width:956px;
	margin: 0px 0 0 32px;
	}

#maincontent{
	float:left;
	width:620px;
	padding:0 0 50px 282px;
	overflow:hidden;
	min-height: 540px;
	}
		
#title {
	width:1016px;
	height:114px;
	position:absolute;
	top:115px;
	right:0;
	background-image: url(../images/global/title.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
#bord {
	width:204px;
	height:290px;
	position:absolute;
	bottom:0;
	right:0;
	background-image: url(../images/global/bord.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#clearbord {
	float:right; 
	width:150px; 
	height:240px;
	bottom:0px;
	clear:both;
	}		

#clear {
	clear:both;
	height:1px;
	}

/* 										 Footer
----------------------------------------------- */					
#footer {	
	position:absolute;
	text-align: center;
	bottom:0;
	background-image: url(../images/global/footer.jpg);
	background-repeat:no-repeat;
	background-position: 0px bottom;
	width:1016px;
	height:71px;
	position:absolute;
	left:0;
	bottom:0;
	}

#copy {	
	position:absolute;
	text-align: center;
	bottom:0;
	width:100%;
	}
	
#copy span{	
	font-size: .6em; 
	color: #aeaeae;	
	background-color:#fff;
	border:1px solid #46b4da;
	border-bottom:1px solid #fff;
	padding: 2px;	
}
	
#clearfooter {
	clear:both;
	height:71px;
	width:100%;
	}

/* 									  IMPRESSUM
----------------------------------------------- */		

#container_imp{
	min-height:100%;
	height:auto;
	width:1016px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	}

* html #container_imp{
	height:100%;
	}
	
#maincontent_imp{
	padding:0 72px 0 72px;
	overflow:hidden;
	}	
