
* 	{padding: 0; margin: 0;}
html	{ height: 101%;} 

body
	{ 
	color: white;	
	background: #FFDCC1;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	}

.bildlinks {
	float: left;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.bildrechts {
	float: right;
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
.clearing	{clear: both;}

#wrapper
	{  
	color: black; 
	background-color: #ffffff ;
	width: 780px; 
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}

#kopfbereich
	{
	color: black;
	background-color: #999999; 	
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}

#kopfbereich p
	{
	padding: 5px 0 5px 0;
	margin-bottom: 0;
	}

#navibereich
	{
	text-align: right;	
	background-color: #999999;
	color: #ffffff;
	padding: 5px 10px 4px 10px;	
	border-bottom: 1px solid #8c8c8c;
	}

#navibereich ul {margin-bottom: 0;}

#navibereich li
	{
	display: inline;	
	list-style-type: none;	
	margin: 0;	
	}

#navibereich a
	{
	color: #ffffff;
	background-color: #aa0000;
	padding: 4px 8px 4px 8px;
	border: 1px solid #8c8c8c;
	}

#navibereich a:hover,
#navibereich a:focus,
#startseite #navi01 a,
#kontaktseite #navi02 a
	{
	color: white;
	background-color: black;
	border-bottom-color: #CCFFCC;	
	}
#navibereich a:active {
	color:black;
	background-color: white;
	}

#textbereich
	{
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 20px;	
	}



#logo
	{ 
	color: black;
	background-color: white;
	padding: 5px;
	border: 1px solid #000000;
	}

h1 	{
	font-size: 115%; 
	font-style: italic;
	color: white;
	}
h2	{font-size: 110%; }

address
	{
	text-align: left;  	
	font-size: 90%; 	
	font-style: normal;	
	
	}

a { text-decoration:none; }
a:link	{ color: #999999;}
a:visited { color: #ccccaa;}

a:hover, a:focus 
	{
	border-bottom: 1px solid #cccccc;
	}
a:active
	{
	color: #999999;
	background-color: white;
	}
.skiplink
	{
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	}

#textbereich a
	{
	color: #999999;
	}

#textbereich a:hover,
#textbereich a:focus
	{
	border-bottom: 1px solid #999999;
	}


h2, p, ul, ol {margin-bottom: 1.0em;}


ul ul {margin-bottom: 0;}


li {margin-left: 1em;}


#fussbereich
	{
	padding-top: 10px; 		
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	border-top: 1px solid #000000;  
	margin-top: 20px;		
	}

