﻿/*
      Created by Lupiuna.de
	  
	  E-Mail: lupiuna@rocketmail.com
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#0C1A24
}
#wrapper { 
 margin: 20px auto;
 width: 1024px;
 height:auto;
}
/*Beginn Oben*/
#oben {
	background-image: url('pic/1oben.gif');	
}
/*Ende Oben*/

/*Beginn Mitte*/
#mitte {
background-image: url('pic/1mitte.gif')	
}
#zleiste {
	width: 950px;
	height: 50px;
}

/*Ende Mitte*/

/*Beginn Unten*/
#unten {
	background-image: url('pic/1unten.gif');	
}
/*Ende Unten*/

/*Beginn Bann*/
#bann {
	margin-top: auto;
	width: 90%;
	height: 80px;
	padding-top: 25px;
}
#bann1 {
	width: 131px;
	height: 80px;
	background-image: url('pic/hel.gif');
	float: left;	
}
#bann2 {
    width:auto;
    height:80px;
    background-image:url('pic/hem.gif')    	
}
#bann3 {
	width: 131px;
	height: 80px;
	background-image: url('pic/her.gif');
	float: right;
}
#uhr {
	width: 70px;
	height: 70px;
	margin-left: 40px;
	margin-top: 3px;
}










#faux {
 background: url(faux-1-3-col.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #D1DBDB;
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #ABBEBE;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 460px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 195px;
 float: right;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }