﻿/* 	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: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	background: #FFFFFF url('img/header.png');
	border: 1px #CCCCCC solid;
	height: 125px;
}

#menue {
	background: #FFFFFF;
	position: absolute;
	top: 135px;
	left: 0px;
	width: 800px;
	height: 20px;
	border: 1px #CCCCCC solid;
}

#menue ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#menue li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#menue li a:link {
	font: normal normal bold 80% Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding: 20px;
	color: #000000;
	/*background-color: #99ccff;*/
}

#menue li a {
	font: normal normal bold 80% Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	padding: 20px;
	color: #000000;
	/*background-color: #99ccff;*/
}

#menue li a:visited {
color: #000000;
}

#menue li a:active {
	font: normal normal bold 80% Arial, Helvetica, Sans-Serif;
	color: #417cb7;
}

#menue li a:focus {
	font: normal normal bold 80% Arial, Helvetica, Sans-Serif;
	color: #417cb7;
}

#menue li a:hover {
	font: normal normal bold 80% Arial, Helvetica, Sans-Serif;
	color: #417cb7;
}

#content{
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 0px;
	top: 165px;
	width: 780px;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
	height: 350px;
}

#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: absolute;
	left: 581px;
	top: 166px;
	width: 200px;
	background: #f3f3f3;
	height: 290px;
}

#footer{
	position: static;
	width: 800px;
	border: 1px #CCCCCC solid;
	
}