﻿/* Tag */

body {
	background-position: 0px;
	color: #0E6A0E;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #69843D;
	background-image: url('images/h_1300x10.gif');
	background-repeat: repeat-y;
}

/*Bereiche*/

#banner {
	position: absolute;
	left: 100px;
	top: 0px;
	background-color: #FFDE5C;
	width:800px
}
#logo {
	padding: 5px 3px 1px 15px;
	background-color: #B3B04C;
	position: absolute;
	top: 113px;
	left: 100px;
	width: 782px;
	right: 51px;
}
#left {
	position: absolute;
	top: 175px;
	left: 100px;
	text-align: right;
	width: 142px;
	z-index: 98;
}
#content {
	position: absolute;
	top: 159px;
	left: 100px;
	width: 800px;
	z-index:1;
}
#contentUser {
	padding-left: 185px;
	padding-right: 10px;
}
#contentFooter {
	background-color: #FFDE5C;
}
#balken {
	height: 15px;
	background-color: #BDB64E;
	font-size: 0.6em;
	padding-left: 15px;
	font-style: normal;
}
#navigation {
	margin-right: 5px;
	padding-top: 3px;
	clear: left;
	z-index:99;
}
#table {
	width: 593px;
	border-collapse: collapse;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

