/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%; 
	margin-bottom: 1px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
}
#hrahmen {
	position: relative;
	margin: 0 auto;
	width: 780px;
}
#header {
	height: 61px;
}
#buttons {
	position: absolute;
	left: 20px;
	top: 170px;
}
#screen {
	position: absolute;
	left: 493px;
	top: 41px;
	background-image: url(img/header_top.jpg);
	background-repeat: no-repeat;
	width: 213px;
	height: 20px;
}
#logo {
	padding: 20px 0 0 0;
}
#header2 {
	height: 170px;
	text-align: center;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#inhalt {
	margin: 30px 4px 15px 4px;
}
#content {
	padding: 0 10px 0 0;
	width: 565px;
	float: left;
	border-right: 1px dotted #ccc;
}
#navi {
	width: 186px;
	padding-left: 10px;
	float: right;
}
.navtitel {
	font-size: 14px;
	display: block;
	line-height: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
	color: #7A9630;
	padding: 4px;
	background-color: #ECF7C1;
}
ul#nav {
	margin-left: 0;
}
ul#nav li {
	padding: 2px;
	display: block;
	margin-left: 8px;
	line-height: 18px;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	font-size: 12px;
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active{
	display: block;
	color: #3393C1;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #77932F;
	background-color: #F4FADC;
}
#footer {
	margin: 20px 2px 0 2px;
	border-top: 1px dotted #ccc;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	color: #999999;
}
#footer a:link, #footer a:visited,#footer a:active {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	line-height: 20px;
}
#footer a:hover {
	text-decoration: underline;
}
.links {
	float: left;
}
.rechts {
	float: right;
}
.clear {
	clear: both;
}
h1, h1 a{
	color: #7A9630;
	margin: 0px 0 3px 0;
	padding-bottom:2px;
	font-size:15px;
}
ul {
	margin-left: 15px;
}
p {
	margin: 10px 0px 5px 0px;
}

a:link, a:visited, a:active {
	color: #3393C1;
	text-decoration: none;
}
a:hover {	
	color: #77932F;
	text-decoration: underline;
}
