/*
hacks:
*html -- akzeptiert von ie5/6
*+html -- akzeptiert von ie7
*/
body {
	background-image: url('back.jpg');
	background-repeat: repeat-x;
	background-color: #578700;
	font-size: smaller;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

#top {
	width: 100%;
	height: 251px;
	background-image: url('top.png');
	background-repeat: no-repeat;
	background-position: center;
}

#content {
	border-top: 1px solid transparent;
	background-color: #fff;
	background-image: url('backlogo.png');
	background-position: 98% 100%;
	background-repeat: no-repeat;
	width: 765px;
	margin: auto;
	padding: 0px 10px 0px 10px;
}

#navigation {
	width: 785px;
	margin: auto;
	background-image: url('navi_back.png');
	background-repeat: repeat-x;
	background-position: left top;
	height: 73px;
	text-align: center;
}

#navigation table {
	border-spacing: 0px;
	height: 39px;
}

#navigation table td.nactive {
	padding: 0px;
	background-image: url('n1a_right.png');
	background-position: top right;
}

*+html #navigation table td.nactive {
	position: relative;
	top: -2px;
}

#navigation table a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 14px 10px 0px 10px;
	display: block;
	height: 23px;
}

*+html #navigation table a {
	padding: 12px 10px 2px 10px;
}

#navigation table td.nactive a {
	background-image: url('n1a_left.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}

#navi2 {
	padding-top: 5px;
}

*+html #navi2 {
	padding-top: 1px;
	padding-bottom: 4px;
}

#navi2 a {
	text-decoration: none;
	color: #000;
	padding: 0px 5px 2px 5px;
	font-weight: bold;
}

#navi2 a.nactive {
	border-bottom: 5px solid #000;
}

*+html #navi2 a.nactive {
	background-color: #000;
	color: #fff;
}

#login {
	background-image: url('bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 50px;
}

#login form {
	border-top: 1px solid #375700;
	background-color: #678740;
}

#login input {
	margin: 1px;
	border: 1px solid #577720;
	background-color: #859F66;
}

*+html #content, *+html #navigation {
	position: relative;
	left: 1px;
}

#copyr {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	width: 99%;
}

#copyr a {
	text-decoration: none;
	font-size: smaller;
	color: #896;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

table.gitter {
	border-spacing: 0px;
}

table.gitter td {
	border-bottom: 1px solid #888;
}

table.gitter th {
	text-align: left;
	background-color: #aaa;
	border-bottom: 1px solid #888;
}
