﻿/* 	DEFINITION GRUNDPARAMETER */
html {
	margin: 0; padding: 0;
}
	
body {
	font: normal normal 500 80%/20px Arial, Helvetica, Sans-Serif;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url('img/bg5x5.png');
	background-repeat: repeat;
}


/*DEFINITION LAYERS*/
#container {
	background: #FFFFFF;
	position: absolute;
	left: 10%;
	top: 5%;
	width: 800px;
		
}


#header {
	position: relative;
	width: 800px;
	background: #FFFFFF url('img/header3.jpg');
	height: 125px;
	float: left;
	z-index: 2;
}

#menu {
position:relative;
width:800px; 
font-size:0.85em;
/*padding-bottom:200px;*/
float:left;
background:#758279;
border:2px solid #fff; 
border-width:1px 1px 0 0;
z-index: 2;
}








#content{
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 579px;
	background: #F1F1F1;
	float: left;
	top: 2px;
	z-index: 1;
	height: 100%;
}

#content h1 {
	font: normal normal bold x-large "Trebuchet MS", "Arial";
	color: #417cb7;
}

#content h2 {
	font: normal normal bold large "Trebuchet MS", "Arial";
	color: #808080;
}

#contentbox_rechts {
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 179px;
	background: #d4d8bd;
	float: right;
	z-index: 2;
	top:2px;
}
	
#contentbox_rechts a, #contentbox_rechts a:visited {
color:#000;
font-size:12px;
text-decoration:none;
}

#contentbox_rechts a:hover {
color:#fff;
font-size:12px;
text-decoration:none;
}




#footer{
	position: relative;
	width: 800px;
	background: #758279;
	float: left;
	
	text-align: center;
	color:#fff;
	font-size:11px;

}

#footer a, #footer a:visited {
color:#fff;
font-size:11px;
}
