*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#alles
{
	background-color: #FFFFFF;
	width: 830px;
	margin-left: 0px;
	position: absolute;
	margin-left: 10%;
}

#banner
{
	background: url(Daten/banner.png);
	width: 800px;
	height: 120px;
	margin-top: 0px;
	margin-left: 15px;
	position: fixed;
	z-index:10;
}

#weiss
{
	background: #FFFFFF;
	width: 800px;
	height: 148px;
	margin-top: 0px;
	margin-left: 15px;
	position: fixed;
	z-index:9;
}

img #shadow
{
    
}

#banner >h1
{
	font-size:22px;
	color:#FFFFFF;
	margin-top: -30px;
	margin-left: 30px;
}

#logo
{
	background-image:url(Daten/logo.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 85px;
	margin-left: 685px;
	margin-top:  20px;
}

#schatten_li
{
	background-image:url(Daten/schatten_li.png);
	background-repeat:repeat-y;
	width: 15px;
	height: 100%;
	margin-left: 0px;
	position:fixed;
}

#schatten_re
{
	background-image:url(Daten/schatten_re.png);
	background-repeat:repeat-y;
	width: 15px;
	height: 100%;
	margin-left: 815px;
	position: fixed;
}

#text
{
	display: block;
	white-space:normal;
	overflow: auto;
	width: 710px;
	margin-left: 60px;
	margin-top: 190px;
	padding-left: 10px;
	z-index:1;
	padding-bottom: 10px;
}

#kontakt
{	
	border-top: 3px solid #3C8DC8;
	margin-top: 30px;
	margin-left: 15px;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 5px;
	width: 695px;
	height: 60px;
	z-index: 6;
	text-align:right;
}


h1
{
	font-weight:bold;
	font-size:16px;
	color:#3C8DC8;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-left: -10px;
}

h2
{
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	color:#3C8DC8;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: -5px;
}


a:hover
{
	color: #0099FF;
	text-decoration:underline;
}

a:link
{
	text-decoration: none;
	color: #0099CC;
}

a:visited
{
	text-decoration: none;
	color: #000099;
}



#navlist
{
	background:url(Daten/menue.png);
	font-size:13px;
	width: 800px;
	height: 25px;
	margin-left: 15px;
	margin-top: 123px;
	position: fixed;
	z-index:10;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;	
}

#navlist a:link, #navlist a:visited
{
	float: left;
	width: 80px;
	text-align: center;
	line-height: 14px;
	margin: 7px 0px 4px 4px;
	text-decoration: none;
	border-bottom: 1px solid #C5CEE4;
	padding-bottom: 0px;
	background: transparent;
	color: #C5CEE4;	
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 2px solid #fff;
	padding-bottom: 0px;
	background: transparent;
	color: #fff;
}

#navlist a:hover
{
	color: #fff;
}


