/* 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: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
}
body {
	background-color: #EAF9FC;
	background-image: url(img/bg.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
#hrahmen {
	position: relative;
	margin: 0 auto;
	width: 720px;
}
#header {
	height: 42px;
	background-image: url(img/header.png);
	width: 709px;
	margin: 10px 4px 0 4px;
}
#headnavi {
	float: left;
	margin-left: 0px;
}
#headnav {
	list-style-type: none;
	list-style-image: none;
}
#headnav li {
	float: left;
	margin-right: 5px;
	background-color: #FDFFFF;
}
#headnav li a:link, #headnav li a:active, #headnav li a:visited {
	color: #339ED1;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px 0 10px;
	display: block;
	float: left;
	line-height: 42px;
	background-color: #FDFFFF;
}
#headnav li a:hover {
	background-color: #F5F4EB;
	color: #7A9630;
}

	
#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: 8px 10px 0 0;
	float: right;
}
#header2 {
	height: 170px;
	text-align: center;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
.inhalt {
	margin: 20px 4px 0 4px;
	background-image: url(img/content.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 689px;
	padding: 10px;
	background-color: #FFF;
}
.inhalt_end {
	margin: 0 4px 0 4px;
	background-image: url(img/content_end.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 709px;
}
#content {
	padding: 0 10px 0 0;
	width: 565px;
	float: left;
	border-right: 1px dotted #ccc;
}
#navi {
	width: 100px;
	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 4px 0 4px;
	font-size: 10px;
	height: 22px;
	color: #999999;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	padding: 10px;
}
#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;
}
.green, .blue, .grey {
	background-image: url(img/green.png);
	background-repeat: no-repeat;
	width: 669px;
	height: 20px;
	padding: 8px 5px 5px 15px;
	font-weight: bold;
}
.blue {
	background-image: url(img/blue.png);
}
.grey {
	background-image: url(img/grey.png);
}
.colorbox {
	padding: 8px;
	background-color: #f9f9f9;
	margin: 0 8px 8px 8px;
}
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;
}
.blau {color: #3393C1}
.table {
	width:100%;
}
.th {
	font-weight:bold;
	height: 20px;
	border: 1px dotted #ccc;
	padding: 3px;
}
.td {
	border: 1px dotted #ccc;
}

