html {
	min-height: 100.1%;
}
body {
	background: #FFF url(../_images/back/back_body.gif) repeat-y left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0em;
}
#root {
}

#page {
	margin-bottom: 20px;
}

/* Kopfbereich */

#head {
	background: #149 url(../_images/back/back_head.gif) repeat-y left;
	height: 200px;
}
#logo {
	float: left;
	background: #FFF url(../_images/back/back_logo.gif) no-repeat bottom;
	padding: 15px 40px;
	margin-left: 50px;
}
#logo a {
	display: block;
}

#logo img {
	display: block;
}
#partner {
	float: left;
	margin-top: 45px;
	margin-left: 100px;
	height: 80px;
}
#menu {
	background: url(../_images/back/back_menu.gif) no-repeat top;
	float: left;
	width: 250px;
	margin-top: -20px;
}
#menu ul {
	margin: 30px 0px 0px;
	border-top: 1px solid #FFF;
	padding: 0px;
}
#menu li {
	list-style: none;
}
#menu li a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	text-decoration: none;
	color: #149;
	border-bottom: 1px solid #FFF;
	padding-left: 40px;
	font-weight: bold;
}
#menu li a:hover {
	background: #149;
	color: #FFF;
}
#menu li a.current {
	border-bottom-style: none;
	background: url(../_images/back/back_current.gif) no-repeat left top;
	color: #FFF;
}

#menu ul ul {
	margin-top: 0px;
	border-top-style: none;
	border-bottom: 1px solid #FFF;
	background: #68B;
	padding-bottom: 10px;
}
#menu li li {
}
#menu li li a {
	font-size: 12px;
	line-height: 20px;
	border-bottom-style: none;
	font-weight: normal;
	background: #68B;
	color: #FFF;
	margin-left: 15px;
}
#menu li li a:hover {
	background: url(none);
	color: #DDE;
}
#menu li li a.current {
	font-weight: bold;
	background:  url(../_images/back/back_sub_current.gif) left center no-repeat;
	margin-left: 42px;
	padding-left: 13px;
}
#menu li li a.current:hover {
	background:  url(../_images/back/back_sub_current-hover.gif) no-repeat left center;
}

/* Hauptbereich */

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


/* Inhalte */

/* Breadcrumb */
#breadcrumb {
	clear: left;
	padding-top: 10px;
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

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

#content {
	display: block;
	float: left;
	width: 500px;
	margin: 20px 0px 0px 100px;
}
#content.small {
	float: left;
	width: 300px;
}

#content h1 {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 8px;
}
#content h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 7px;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 10px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px;
}
#content p.right {
	float: right;
}
#content blockquote {
	color: #555;
	margin: 0px;
	padding: 10px 20px 10px 50px;
}


#content a {
	color: #149;
	text-decoration: none;
	
}
#content a:hover {
	text-decoration: underline;
	
}
#content a.more {
	font-weight: bold;
	background: url(../_images/elem/elem_bullet.gif) no-repeat right center;
	padding-right: 15px;
}

#content ul {
	padding: 0px;
	margin: 0px 0px 10px 25px;
}
#content ul li {
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	margin: 0px 0px 6px;
}
#content ol {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 10px;
}
#content ol li {
	line-height: 18px;
	margin-bottom: 15px;
	font-size: 12px;
	padding-left: 5px;
}
#content ul.sitemap {
		margin: 0px 0px 0px 0px;
		float: left
}
#content ul.sitemap li {
	margin-bottom: 0px;
	line-height: 20px;
	list-style: none;
}
#content ul.sitemap ul {
	float: none;
	padding-right:50px;
	margin-bottom: 5px;
}
#content ul.sitemap li li {
	list-style: disc;
}


#content table {
	border-style: none;
}
#content td {
	font-size: 12px;
	padding: 0px 20px 10px 0px;
}
#content td img {
	border-style: none;
}

#content img {
	margin-top: 5px;
	margin-bottom: 10px;
}
#content img.left{
	float: left;
	margin-right: 30px;
	padding-bottom: 20px;
	border-style: none;
}
#content img.right{
	float: left;
	margin-left: 30px;
	padding-bottom: 20px;
	border-style: none;
}
#content img.blog{
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-style: none;
	
}

#content hr {
	clear: left;
	height: 1px;
	/*
	border-top: 0.1em solid #026;
	*/
	border-top: 1px #DDE solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 20px 0px;
}
#content form {
}
#content form br {
	clear: both;
}
#content form acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
#content form abbr {
	border-style: none;
	color: #C00;
	cursor: help;
}
#content fieldset {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 2em 0em 0em;
	padding: 0em;
}
#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}

#content legend span {
	position: absolute;
	left: 1em;
	top: -1em;
	font-weight: bold;
	background: #FFF;
	padding-right: 2em;
	padding-left: 2em;
	border: 0.1em solid #CCC;
	line-height: 2em;
	font-size: 1.1em;
}
#content label {
	font-size: 1.2em;
	line-height: 2em;
}
#content label.none {
	float: left;
	width: 0em;
	display: inline;
}
#content label.left {
	width: 10em;
	margin-right: 1em;
	float: left;
}
#content label.radio {
	padding-right: 1em;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 130px;
}
#content input.checkbox {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}
#content input {
	color: #000;
	vertical-align: middle;
	border: 1px solid #AAA;
	padding: 0.2em;
	font: 12px Arial, Helvetica, sans-serif;
}
#content input:focus {
	color: #000;
	vertical-align: middle;
	border: 1px solid #149;
}
#content input.left {
	clear: both;
	float: left;
	width: auto;
	margin-right: 0.5em;
	margin-left: 0em;
}
#content input.right {
	clear: both;
	width: auto;
	margin-left: 10em;
	margin-right: 0.5em;
}
#content input.radio {
	vertical-align: text-bottom;
	border-style: none;
}
#content input.button {
	color: #FFF;
	padding: 0.5em;
	font-weight: bold;
	background: #149;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#content textarea {
	border: 1px solid #AAA;
	padding: 0.2em 0em 0.2em 0.2em;
	font: 12px Arial, Helvetica, sans-serif;
}
#content textarea:focus {
	color: #000;
	vertical-align: middle;
	border: 1px solid #149;
}
#column {
	margin: 70px 0px 0px 40px;
	padding: 15px 20px 30px;
	float: left;
	width: 120px;
	background: #EEB url(../_images/back/back_column.gif) no-repeat center bottom;
	font-size: 12px;
}
#column h4 {
	font-size: 12px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #666;
	line-height: 18px;
	font-weight:bold;
}
#column p {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #222;
	line-height: 18px;
	font-size: 12px;
}
#column a {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #149;
	text-decoration: none;
}
#column a.more {
	background: url(../_images/elem/elem_bullet.gif) no-repeat right center;
	padding-right: 10px;
	font-weight: bold;
}
#column a:hover {
	color: #68B;
	text-decoration: underline;
}

/* Fußbereich */

#foot {
	margin-left: 50px;
	clear: left;
	margin-top: 25px;
}
#foot ul {
	margin: 0px;
	padding: 30px 0px 30px 0px;
	text-align: right;
	float: right;
}
#foot li {
	list-style: url(none) none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5f82bb;
	float: left;
	font-size: 11px;
	line-height: 15px;
}
#foot li.first {
}
#foot li.last {
	border-right-style: none;
}

#foot a {
	text-decoration: none;
	color: #58B;
	display: block;
}
#foot a:hover {
	color: #149;
}

