html {
	height: 100%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin: 0px;
	height: 100%;
	background: #fc8b56;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
}

a:link,a:active,a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9621;
	font-weight: bold;
	text-decoration: none;
}

td {
	vertical-align: top;
}

h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
h4{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
h6 {
	font-size: 1.1em;
	margin: 20px 0 20px 0;
	text-align: justify;
	font-weight: normal;
}

.hidden {
	display: none;
}

#overall {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 914px;
	height: 100%;
}

#topimg {
	position: relative;
	top: 0px;
	width: 914px;
	height: 17px;
	margin-top: 10px;
	background-image: url('images/top.png');
	background-repeat: no-repeat;
}

#container {
	position: relative;
	top: 0px;
	width: 914px;
	min-height: 100%;
	display: table;
	background-image: url('images/bgmain.png');
	background-repeat: repeat-y;
}

#footer {
	position: relative;
	top: 0px;
	width: 914px;
	height: 23px;
	z-index:100;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}

#footertext {
	float: right;
	padding-right: 22px;
}

/* Container */
#header {
	position: relative;
	left: 17px;
	top: 0px;
	width: 880px;
	height: 164px;
}

#logo {
	float: right;
	margin: 5px 5px 0 0;
}

#menubar {
	position: relative;
	left: 17px;
	top: 0px;
	width: 880px;
	height: 30px;
	background-image: url('images/menubar.png');
	background-repeat: no-repeat;
}

#menupadding {
	padding: 7px 0 0 15px;
}

#menupadding a,a:link,a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#menupadding a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ff9621;
}


#leftside {
	width: 250px;
	float: left;
	margin: 10px 10px 0 17px;
}

.lefttop {
	width: 250px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	background-image: url('images/lefttop.png');
	background-repeat: no-repeat;
}

.leftmid {
	width: 250px;
	background: #fed8bc;
}

.leftbot {
	width: 250px;
	height: 5px;
	background-image: url('images/leftbot.png');
	background-repeat: no-repeat;
}

.padder1 {
	padding: 5px;
}

.padder1 a,a:link,a:visited {
	color: #181818;
}

.padder1 a:hover {
	color: #ff9621;
}

.padder2 {
	padding-left: 15px;
}


#rightside {
	width: 619px;
	margin: 10px 0 0 0;
	float: left;
	clear: none;
}

.righttop {
	width: 619px;
	height: 20px;
	padding: 2px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	background-image: url('images/righttop.png');
	background-repeat: no-repeat;
}

.rightmid {
	width: 609px;
	margin: -2px 0 0 0;
	padding: 5px;
	background: #fed8bc;
}
.rightmid2 {
	width: 619px;
	margin: -2px 0 0 0;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	background: #fed8bc;
}


.rightbot {
	width: 619px;
	height: 5px;
	margin-top: 0;
	margin-bottom: 10px;
	background-image: url('images/rightbot.png');
	background-repeat: no-repeat;
}

.field {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e0cdd;
	background-color: #FFF;
	border: 1px solid #000;
	width: 250px;
}

.field2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e0cdd;
	background-color: #FFF;
	border: 1px solid #000;
	width: 150px;
	margin: 0 0 5px 0;
}

.bericht {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e0cdd;
	background-color: #FFF;
	border: 1px solid #000;
	width: 250px;
	height: 100px;
}

.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background-color: #d0d0d0;
	border: 1px solid #000;
	width: 100px;
}

.error {
	font-weight: bold;
	color: red;
}


.sitemap a{
	font-weight: normal;	
}
.sitemap a.visited{
	font-weight: normal;
}

