/* autumn.css */
/* by Banshee for silvanur.de 2009 */
/* brauntoene
332900
1F1F00
141400
blaetter
30, 100, 70
color jitter 50, 33 0 40
*/
html {
	font: 100.01% Arial, Helvetica, sans-serif;
}

body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin:0 5px 0 5px;
	background:#141400;
	color:#C1BA10;
}

body * {
	margin:0;
	padding:0;
}

a {
	text-decoration: underline;
	color:#C1BA10;
}

a:focus,
a:hover {
	text-decoration:none;
	color:#C1BA10;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight:bold;
}

input, select, option, textarea {
	padding:1px;
	background:#000;
	color:#C1BA10;
	border:1px solid #C1BA10;
}

.button {
	background:#99490F;
}
	
img {
	border:0  none;
}

#head {
	padding:20px 50px 0 20px;
	color:#99490F;
	background: url(autumn/obenrechts3.gif) no-repeat right top;
	height:65px;
}

#head p {
	float:left;
	width:50%;
	font-size: 1.5em;
}

#head ul {
	float:right;
	margin:15px 0;
	width:35%;
}

#head li {
	list-style:square;
	float:left;
	margin:5px;
	color:#C1BA10;
	font-weight:bold;
}

#content {
	margin:0 auto 0 auto;
	width:98%;
	clear:both;
}

#content table th,
#content table td {
	border:1px solid #99490F;
	padding:1px;
}

#mitte table th  {
	font-weight:bold;
	padding:1px 1px 2px 5px;
}

#allgemein table th {
	width:49%;
}

#navi {
	width:18%;
	vertical-align:top;
}

#navi ul,
#navi li {
	list-style:none;
}

#navi a {
	text-decoration: none;
	height:100%;
	line-height:1.4em;
	display:block;
	padding:2px 0 2px 0;
	border:1px solid #C1BA10;
	border-left:1px solid #8D4C09;
	border-top:1px solid #8D4C09;
}

#navi a:focus,
#navi a:hover,
#navi a:active {
	border:1px solid #141400;
	background: #1A1400;
}

#navi .navhi {
	text-decoration:underline;
	font-weight:bold;
	color:#99490F;
}

#navi div {
}

#navi h3,
#allgemein h2 {
	border:1px solid #99490F;
	padding:2px 3px 4px 3px;
	margin:3px 0 3px 0;
	text-align:center;
	font-weight:bold;
	background:#8D4C09;
	color:#C1BA10;
}

#allgemein h2 {
}
#navi .navhelp {
	padding:10px 0 5px 30px;
}

#allgemein {
	vertical-align:top;
	width:20%;
	padding:1px;
}

#allgemein h3  {
	padding: 5px 0 5px 0;
}


#allgemein table {
	width:100%;
}

#allgemein th,
#allgemein td {
	padding:1px 1px 2px 3px;
}

form th,
.form td {
	width:50%;
}

.trhead  {
	border:0 none;font-weight:bold;
	background:#99490F;
}

.trlight {}

.trdark  {}

#mitte {
	padding:15px 15px 0 15px;
	vertical-align:top;
}
#mitte h1 {
	padding:0.3em 0 0.3em 0;
	text-align:center;
	color:#C1BA10;
}

#mitte h2,
#mitte h3 {
	padding:0.3em 0 0.3em 0;
}

#mitte ul,
#mitte li {
	margin: 3px 0 3px 10px;
}

#foot {
	margin-top:10px;
	padding:10px;
	border-top:1px solid #99490F;
	background: url(autumn/untenlinks3.gif) no-repeat left bottom;
	height:50px;
}

#foot p {
	float:left;
	width:50%;
	text-align:center;
}

#foot div {
	width:20%;
	float:right;
	text-align:right;
}


#login {
	margin:15px auto 20px auto;
	width:50%;
/*	border:1px solid #99490F;
	background:#332900;*/
}

#login div {
	margin:10px 15px 10px 15px;
	text-align:center;
}

#login label {
	display:block;
	width: 30%;
	padding-top:3px;
	float:left;
	text-align:left;
	color:#C1BA10;
}

.clearMe {
	clear:both;
	float:none;
	width:100%;
}
#indexbg {
background:url(autumn/haufen.gif) no-repeat center 60px;
}