﻿body 
{
	font-size: 12px;
	font-family: Verdana;
	color: #3D4C57;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(grafik/background.jpg);
	background-repeat: repeat-x;

}

A:link {text-decoration: none;color: #C07A3C;}
A:visited {text-decoration: none;color: #C07A3C;}
A:active {text-decoration: none;color: #C07A3C;}
A:hover {text-decoration: none;color:#FFA250;}

#banner
{
	background-image: url(grafik/banner.jpg);
	width: 800px;
	height: 214px;
	vertical-align: top;
}

#bannerheadline
{
	position: relative;
	top: 6px;
	right: 45px;
	text-align: right;
}

#menu
{
	width: 150px;
	border-right: solid 1px #B1B7BC;
	vertical-align: top;
}

.menuitem
{
	opacity:0.7;
	filter:alpha(opacity=70);
}

#content
{
	width: 650px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

#footer
{
	border-top: solid 1px #3D4C57;
}
