html {
	min-height: 100.1%
}

body {
	margin: 0px 0px 20px;
	background: #F0EDE8 url(../images/back/back_body.gif) repeat-x top;
	color: #000;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

#root {

}
#page {
	width: 76em;
	margin-right: auto;
	margin-left: auto;
}
#head {
}
#head img {
	margin-top: 4.5em;
	margin-bottom: 2.5em;
}
#lang {
	text-align: right;
	padding-right: 2em;
	line-height: 2em;
	margin-top: -1px;
}
#navi {
	margin-top: 1em;
	text-align: right;
	padding-right: 1em;
	height: 3em;
}
#navi ul {
	margin: 0em;
	padding: 0em;
	list-style: url(../../_styles/none) none;
	float: right;
}
#navi li {
	display: block;
	font-weight: bold;
	margin: 0em;
	padding: 0pc 1em 0em;
	float: left;
	border-right: 0.1em solid #999;
	border-left: 0.1em solid #fff;
	letter-spacing: 0.1em;
}
#navi li.first {
	border-left-style: none;
}
#navi li.last {
	border-right-style: none;
}

#navi a {
	text-decoration: none;
	color: #332;
	font-size: 1em;
	line-height: 2em;
}
#navi a:hover {
	color: #b33;
}
#navi a.active {
	color: #776;
}

#main {
	margin-top: 6em;
}
#main img {
	float: right;
	padding: 2em;
	border: 1px solid #BBB;
	background: #EAE5DF;
}

#main object {
	float: right;
}

#menu {
	width: 25em;
	background: #e9e5dd;
	float: right;
	border: 1px solid #b9b5b0;
	margin-top: 5em;
}
#menu p {
	margin-left: 1em;
	font-size: 1.1em;
	line-height: 1.7em;
}

#menu h3 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-left: 1em;
	background: #b9b5b0;
	color: #fff;
	padding-bottom: 0.5em;
	letter-spacing: 0.1em;
	border-top: 0.1em solid #fff;
	border-left: 0.1em solid #E9E5DD;
	border-right: 0.1em solid #E9E5DD;
}
#menu h3 a {
	color: #fff;
}
#menu h3 a:hover {
	color: #eed;
}



#menu ul {
	margin: 0em;
	padding: 1em 1em 0em;
	list-style: url(../../_styles/none) none;
}
#menu li {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 1em;
}
#menu a {
	color: #554;
	text-decoration: none;
}
#menu a:hover {
	color: #b33;
}
#menu a.active {
	color: #998;
}
#menu form {
	margin: 1em;
}
#menu label {
	width: 6.5em;
	font-size: 1.1em;
	line-height: 1.5em;
	float: left;
}
#menu input {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
#menu input.button {
	width: 8em;
	color: #666;
	background: #E0DBCF;
	margin-top: 1em;
	border: 1px solid #B9B5B0;
	margin-left: 7em;
}
#menu abbr {
	border-style: none;
	color: #B33;
	cursor: help;
}

#cont {
	width: 45em;
}
#cont.wide {
	width: 74em;
}
#cont h1 {
	color: #b33;
	font: italic normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 0em;
	margin-bottom: 1em;
}
#cont h1:first-letter {
	font-size: 1.5em;
}

#cont h2 {
	font-size: 1.5em;
	color: #443;
	font-weight: bold;
	line-height: 1.5em;
}
#cont h4 {
	font-size: 1.1em;
	font-style: italic;
	color: #665;
	font-weight: normal;
}

#cont p {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-top: 0em;
	margin-bottom: 1em;
}
#cont ul {
	list-style: url(../images/elem/elem_bullet.gif);
	margin: 0em 0em 2em 2em;
	padding: 0em 0em 0em 2em;
}
#cont li {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#cont a {
	color: #665;
	text-decoration: none;
}
#cont a.showmore {
	font-size: 1.1em;
	color: #554;
	line-height: 2em;
	font-weight: bold;
}

#cont a:hover {
	color: #b33;
}
#cont span {
	margin-top: 1em;
}


#cont form {
	margin-top: 2em;
}

#cont label {
	width: 7em;
	float: left;
	font-size: 1.1em;
	line-height: 1.7em;
}
#cont input {
	font: 1.1em/1.7em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

#cont input.feld-50 {
	width: 5em;
}
#cont input.feld-110 {
	width: 11em;
}
#cont input.feld-170 {
	width: 17em;
}
#cont input.feld-225 {
	width: 22.7em;
}
#cont input.button {
	width: 11em;
	margin-left: 7em;
	color: #666;
	background: #E0DBCF;
	margin-top: 2em;
	border: 1px solid #B9B5B0;
}
#cont textarea {
	font: 1.1em/1.7em Verdana, Arial, Helvetica, sans-serif;
}

#cont abbr {
	border-style: none;
	color: #B33;
	cursor: help;
}
#cont hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #DDC;
}




/* Fußbereich */

#foot {
	text-align: right;
	clear: both;
	height: 80px;
	width: 76em;
	margin: 70px auto;
	border-top: #DDC solid 1px;
}
#foot ul {
	padding: 10px 0px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
}
#foot li {
	list-style: none;
	border-right: 1px solid #CCB;
	font-size: 10px;
	line-height: 20px;
	display: inline;
	margin: 0px;
	padding: 0px 20px;
}

#foot li.last {
	border-right-style: none;
	padding: 0px 0px 0px 20px;
}

#foot a {
	text-decoration: none;
	color: #BBA;
}
#foot a:hover {
	color: #C44;
}

.clear {
	clear: both;
}