@charset "UTF-8";
body {
	margin: 0;
	background-image: url(images/bg.jpeg);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size:13px;
	color:#555;
	line-height: 20px;
}
a, a:visited {
	color:#00986c;
}
a:hover {
	color:#00986c;
	text-decoration:underline;
}
#container {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-color: #FFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	height: 45px;
	color:#FFFFFF;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:14px;
}
.catmenu {
	margin: 15px 10px 0 10px;
	float:left;
}
.catmenu a:link {
	text-decoration:none;
	text-shadow: 0px 3px 3px #036147;
	color:#FFF;
}
.catmenu a:hover {
	text-shadow: 0px 5px 5px #036147;
	text-decoration: underline;
	color:#FFF;
}
.catmenu a:visited {
	color:#fff;
	text-decoration:none;
	text-shadow: 0px 3px 3px #036147;
}
.catmenu a:visited:hover {
	text-shadow: 0px 5px 5px #036147;
	text-decoration: underline;
	color:#FFF;
}
#content {
	width:565px;
	background-color:#FFF;
	float:left;
	height:100%;
	padding:5px 5px 5px 10px;
	line-height: 25px;
}
#sidebar {
	float:right;
	width: 190px;
	background-color:#FFF;
	height:100%;
	padding:5px;
	font-size:11px;
	color:#333;
}
.titel {
	display:block;
	width: 97%;
	padding: 5px 0;
	margin: 5px 0;
	font-size:14px;
	text-align:center;
	background-color:#ECECEC;
	vertical-align: middle;
	font-weight:bold;
	color:#555;
	border: solid 1px #DFDFDF;
	text-shadow: 0px 3px 3px #AAA;
	text-decoration:underline;
}
#footer {
	width:765px;
	clear:both;
	padding: 5px 0 15px 15px;
	border-top: solid 2px #00966d;
}
.bold {
	font-weight:bold;
}
td {border: solid #fff 1px;
}
#autoimg {width:305px; float:left;}
