﻿*
{
	margin:0px;
	padding:0px;
		
}

#seite
{
	margin:0px auto auto auto;
	width:970px;
	height:100%;

}

#head
{	
	height:50px;
	width:100%;
	background-color:#00A09D;
	float:none;
}
#main
{
	width:100%;
	height:600px;	
}
#navigation
{
		width:170px;
		float:left;
		background-color:#00A09D;
		height:100%;
}

#content
{
	padding-left:20px;
	padding-top:30px;
	width:770px;
	float:right;
	background:	white url('../bilder/logo_bg.jpg') no-repeat fixed center center;
}

#footer
{
	
	height:25px;
	width:970px;
	float:none;
	background-color:#00A09D;

}
#footerimpressum
{
	margin-top:330px;
	height:25px;
	width:970px;
	float:none;
	background-color:#00A09D;

}
#navigationimpressum
{
		width:170px;
		float:left;
		background-color:#00A09D;
		height:930px;
	
}
a:link, a:visited
{
	text-decoration:none;
	color:#1A1A1A;
}
a:hover
{
	color:#BEC700;
	background-color:#00A09D;
	font-size:medium;
	text-decoration:underline;
	
}
h2, h1
{
	color:#00A09D;
}
