@charset "utf-8";

*{
	margin:0;
	border:0;
	bottom:0;
}

ul {
	margin-left: 16px;
	margin-top: 10px;
	}

body {
	background:url(img/bg.jpg) repeat-x;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	color:#111;
}

h1 {
	font-size: 19px;
	font-style:italic;	
	font-weight: bold;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	color:#666666;
	border-bottom: 1px solid #ffd500;	
	padding-bottom: 10px;
}

td{
	padding: 2px;
}

a:link{
	color:#111;
	text-decoration:underline;
}

a:visited{
	color:#111;
	text-decoration:underline;
}

a:hover{
	color:#333;
	text-decoration:none;
}

input {
	border: 1px solid #999;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial;	
	width: 200px;
}

textarea {
	border: 1px solid #999;
	font-size: 11px;	
	font-family: Trebuchet MS, Verdana, Arial;	
	width: 200px;
}

.myclear {
	height: 1px;
	overflow:hidden;
	clear:both;
}

.header {
	width: 100%;
	background:url(img/header_bg.png) repeat-x;
	height: 130px;
}

.nav {
	color:#FFF;
	font-size: 13px;
	font-weight: bold;	
	padding-top:100px;
	margin-left: 10px;
}

.nav a:link{
	color:#FFF;
	text-decoration:none;
	margin: 0 10px;
}

.nav a:visited{
	color:#FFF;
	text-decoration:none;
}

.nav a:hover{
	color:#DDD;
	text-decoration:none;
}
	

.container {
	width:795px;
	margin:auto;
	background:url(img/container_bg.jpg) repeat-y;
	height: 100%;
	margin-top: -6px;
}

.content {
	height: 100%;
	padding: 20px;
}	

.logo {
	width: 795px;
	height: 122px;
	background:url(img/logo.jpg) no-repeat;
	margin:auto;
}

.imgbox{
	width: 200px;
	padding: 3px;
	border: 1px solid #666666;
	float: right;
	margin-left: 20px;
}

.infobox {
	background-color:#DEDEDE;
	padding: 10px;
	width: 735px;
	border: 1px dashed #AAA;
}

.infobox2{
	background-color:#DEDEDE;
	padding: 10px;
	border: 1px dashed #AAA;
	float: left;
	margin-bottom: 25px;
	width: 500px;
}

.impressum {
	color:#999999;
	text-align: right;
	margin-right: 15px;
}

.impressum a:link{
	color:#999;
	text-decoration:none;
}

.impressum a:visited{
	color:#999;
	text-decoration:none;
}

.impressum a:hover{
	color:#666;
	text-decoration:underline;
}

.tablecolor{
	background-color:#DDD;
}


