﻿body{
	margin-top: 25px;
	font: 14px Arial;
	background-image: url('bilder/hintergrund.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
}

#container1 {
	position: static; 
}

#logo {
	float: left;
}

#kopf {
	float: right;
}

#container2 {
	position: static;
	clear: both;
}

#naviga {
	float:left;
}

#bild {
	float: right;
}

#container3 {
	clear: both;}

#news {
	float: left;
	background-color: #FFF7D4;
	color: #663300;
	font-size: small;
	width: 206px;
}

#info {
	margin-left: 220px;
}

#footer {
	clear: both;
}

#text {
	padding-left: 18px;
	padding-right: 12px;
	color: #663300;
}

#exposetext {
	text-align:center;
	padding-top: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
	padding-right: 12px;
	color: #663300;
}
 
 /*
#exposeMask {
	background:#678 url(/tools/img/mask/mask_gradient_1000.png) no-repeat;
	background-position:13% 160px;
}
*/

img {
	border: 0;
}

h2	{
	color: #900000;
	text-align: center;	
}

h3	{
	color: #900000;
	margin-bottom: 3px;
}

a:link {color:#800000}
a:visited {color:#800000}
a:hover {color:#FF9900}
a:active {color:#FF9900}
