* {
	margin: 0;
	padding: 0;
}

body {
        text-align:center;
	margin: 0;
	padding: 0;
        overflow:auto;
        overflow: -moz-scrollbars-vertical;
        background-image:url(background_gekachelt.jpg);
}

#main {
	position:relative;
	margin: 0 auto 0 auto;
	width: 600px !important;
	padding: 0 50px 0 50px;
	width /**/: 600px;
	z-index:0;
}

#contentContainer {
        text-align:left;
	width:405px;
	max-width:314px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:50;
	
	background-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:25px;
	border-top-color:#A5D3E3;

	border-left-style:solid;
	border-left-width:25px;
	border-left-color:#A5D3E3;
	
	border-right-style:solid;
	border-right-width:25px;
	border-right-color:#A5D3E3;

	border-bottom-style:solid;
	border-bottom-width:120px;
	border-bottom-color:#A5D3E3;
	
	position:absolute;
	z-index:2; 
	left: 195px; 
	top: 190px;
}

#menueContainer {
	position:absolute; 
	width:150; 
	height:250; 
	z-index:3; 
	left: 7px; 
	top: 161px; 
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF; 
}

#menue {
                text-align:left;
	background-color:#FFFFFF;
	layer-background-color: #FFFFFF;
	position:absolute; 
	width:140; 
	height:225; 
	z-index:3; 
	left: 14px; 
	top: 179px;
}

#header {
	position:absolute;
	width:600; 
	height:150; 
	z-index:1; 
	left: 0px; 
	top: 0px;
}

A:link {
	background-color : transparent;
	color : navy;
	text-decoration : none;
	font-weight : bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica; 
}
A:visited {
	background-color : transparent;
	color : navy;
	font-weight : bold;
	text-decoration : none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica; 
}
A:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration : none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}
A:active {
	background-color : transparent;
	color : navy;
	font-weight : bold;
	text-decoration : none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}


h1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight : bold;
	color : #DDAE30;
	line-height : 200%;
	margin-bottom : 0px;
}

h2 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	color : #DDAE30;
	margin-bottom : 10px;
}

h3 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	color : #DDAE30;
	margin-bottom : 0px;
}

h4 {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	color : #DDAE30;
	margin-bottom : 0px;
}

p {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	line-height : 140%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}