/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #8C7855;
	background-image: url(media/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#header {
	width: 1024px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -514px;
	background-image: url(media/header.jpg);
	background-repeat: no-repeat;
	background-color: #EED8A4;
	background-position: right;
	border-left: #333300 2px solid;
	border-right:  #333300 2px solid;
}
#content {
	width: 1024px;
	height: auto;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -514px;
	background-color: #FEF3CF;
	border-left: #333300 2px solid;
	border-right: #333300 2px solid;
	background-image: url(media/back_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#left_content {
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-left: 29px;
	padding-right: 10px;
}
#right_content {
	width: 790px;
	float: right;
	padding-right: 15px;
	padding-top: 10px;
}
#footer {
	width: 992px;
	height: 30px;
	margin-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 9px;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	background-image: url(media/footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	border-bottom: #333300 2px solid;
	text-align: center; 
}
h1 {
	color: #003300;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #003300 1px dotted;
	width: 80%;
	margin-left: 10%;
}
h2 {
	color: #003300;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
a.menu:link, a.menu:visited {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
	border-bottom: #003300 1px dotted;
}
a.menu:hover {
	color: #FEF3CF;
	background-color: #274C2B;
	text-decoration: none;
}
.menu_aktiv {
	color: #990000;
	background-color: #FEF3CF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
	font-weight: bold;
}
a.menu_footer:link, a.menu_footer:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a.menu_footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.info_text {
	font-size: 10px;
	color: #666666;
}
a.info_text:link, a.info_text:visited {
	color: #666666;
	text-decoration: none;
}
a.info_text:hover {
	color: #003300;
	text-decoration: none;
}
#lader_bild {
	margin-left: 25px;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #006600;
}
.input_feld {
	width: 400px;
	background-color: #EED8A4;
	border: #003300 1px dotted;
	padding: 2px;
}
.input_btn {
	width: 407px;
	background-color: #EED8A4;
	border: #003300 1px dotted;
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
}
.input_btn:hover {
	background-color: #003300;
	color: #EED8A4;
}
