html {
	min-height: 100.1%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	background: url(../en/_images/back/back_body.gif) repeat-x top;
}
#root {
}
#page {
	width: 980px;
}

/* Kopfbereich */

#head {
	background-image: url(../en/_images/back/back_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
#head img {
	float: left;
}
#title {
	font-size: 2em;
	text-align: right;
	padding-top: 50px;
}

/* Navigation */

#navi {
	float: left;
	width: 240px;
	height: 200px;
	background: #912;
}
#navi ul {
	padding:0px 0px 0px;
	margin: 0px;
}
#navi li {
	font-size: 12px;
	line-height: 25px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#navi a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#navi a:hover {
	color: #912;
	background: #EED;
}
#navi a.current {
	font-weight: bold;
	background: #777;
	color: #FFF;
}

/* Hauptbereich */

#main {
	clear: left;
	margin: 0px;
	padding: 0px;
	width: 990px;
}

/* Menü */

#menu {
	width: 160px;
	float: left;
	height: 200px;
	background: #999999;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	padding: 0px 0px 0px;
	margin: 0px;
}
#menu li {
	font-size: 11px;
	line-height: 25px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#menu a {
	text-decoration: none;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
#menu a:hover {
	font-size: 11px;
	background: #EED;
	color: #999;
}
#menu a.current {
	font-weight: bold;
	background: #777;
	color: #FFF;
}
#teaser {
	height: 200px;
	width: 580px;
	background: #912;
	float: left;
}
#teaser img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#breadcrumb {
	margin-left: 400px;
	clear: left;
	padding-top: 10px;
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.1em;
}

#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #000;
}




/* Inhalte */

#content {
	margin-left: 400px;
	width: 580px;
	padding-bottom: 20px;
}
#content h1 {
	font-size: 1.8em;
	color: #912;
	padding: 0px;
	line-height: 1.5em;
	margin: 0em 0px 0.5em;
}
#content h2 {
	font-size: 1.5em;
	padding: 0px;
	color: #000;
	margin: 0px 0px 1em;
	line-height: 1.5em;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em;
	margin: 0em 0em 0.5em;
	line-height: 1.5em;
}
#content h4 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #912;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #912;
	margin: 2em 0em 0em;
	padding: 1em 0em 0em;
}
#content p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0em;
	margin: 0em 0em 1em;
}
#content p.result {
	background: url(../en/_images/elem/elem_arrow.gif) no-repeat left top;
	padding-left: 2.1em;
	margin-left: 1.2em;
	font-weight: bold;
	color: #666;
}

#content a {
	text-decoration: underline;
	color: #9B9C9E;
}
#content a:hover {
	text-decoration: underline;
	color: #9D1D23;
}

#content p.download {
	color: #666;
}
#content p.download a {
	text-decoration: none;
	color: #912;
	font-weight: bold;
	border-style: none;
}
#content p.download a:hover {
	text-decoration: underline;
	color: #000;
}
#content p.download img {
	border-style: none;
}

#content img {
	display: block;
	margin: 0px;
	padding: 0px;
}
#content img.left {
	display: inline;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content ul {
	padding: 0em;
	margin: 2em 0px 1em 4em;
	list-style: url(../en/_images/elem/elem_bullet.gif) outside;
}
#content ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	vertical-align: middle;
	margin: 0em 0em 0.5em;
	padding: 0em;
}
#content ol {
	list-style: decimal;
	margin: 2em 0em 0em 4em;
	padding: 0em;
}

#content ol li {
	font-size: 1.2em;
	line-height: 1.5em;
	vertical-align: middle;
	margin: 0em;
	padding: 0em;
}
#content hr {
	clear: both;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0em;
	margin: 3em 0em;
	height: 2px;
	border-top: 2px solid #9D1D23;
}
#content hr.faint {
	clear: both;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0em;
	margin: 2em 0em;
	height: 1px;
	border-top: 1px solid #DDD;
}
#content form {
	margin: 0em;
	padding-top: 2em;
}
#content form br {
	clear: left;
}
#content fieldset {
	border-style: none;
	margin: 0em 0em 1em;
	padding: 0em;
}
#content fieldset.button {
	padding-left: 12em;
}
#content fieldset.button input {
	color: #FFF;
	background: #912;
	font-weight: bold;
	border-style: none;
}


#content label {
	font-size: 1.2em;
	line-height: 2em;
	vertical-align: middle;
}
#content label.left {
	float: left;
	width: 10em;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0em;
}
#content label.radio {
	margin-right: 1em;
}
#content label.check {
	width: 20em;
	line-height: 1.5em;
	float: left;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
#content input {
	font: 1.2em Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 0.25em;
}
#content input.radio {
	border-style: none;
	vertical-align: middle;
	font-size: 1em;
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
}
#content input.check {
	border-style: none;
	margin: 0.5em 0.9em 0em 12em;
	padding: 0em;
	float: left;
	font-size: 1em;
	display: block;
	height: 1.4em;
}
#content input:focus {
	border-color: #912;
}

#content select {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.2em;
}
#content textarea {
	font: 1.2em Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 0.25em;
	margin: 0em;
}
#content abbr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #912;
}

/* Tabellen */

#content table {
	margin: 0px 0px 0px;
	border-style: none;
}
#content th {
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 20px 10px 0px;
	font-weight: bold;
}
#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 20px 20px 0px;
}


/* Portraits */
#portraits th {
	padding: 20px 0px 10px 0px;
	vertical-align: top;
	text-align: left;
}
#portraits th:first-child {
	padding: 10px 0px 10px 0px;
}
#portraits th h2 {
	margin-bottom: 0px;
}
#portraits td {
	padding: 10px 20px 10px 0px;
	vertical-align: top;
}
#portraits tr td {
	padding: 0px 30px 10px 0px;
	border-bottom: 1px solid #DDD;
}
#portraits tr:last-child td {
	padding: 0px 30px 10px 0px;
	border-bottom-style: none;
}
#portraits img {
	padding-bottom: 20px;
}

/* Fußbereich */

#foot {
	clear: both;
	padding-bottom: 20px;
	padding-top: 20px;
}
#foot ul {
	padding: 0px;
	margin: 0px;
}
#foot li {
	list-style: none;
	display: inline;
	margin-left: 10px;
	font-size: 1.1em;
	line-height: 1.5em;
	border-right: 1px solid #999;
	padding-right: 10px;
}
#foot li.first {
}
#foot li.last {
	border-right-style: none;
}

#foot a {
	text-decoration: none;
	color: #999;
}
#foot a:hover {
	color: #000;
}

