html {
	min-height: 100.5%;
}
body {
	background: #DDD;
	margin: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
}
#root {
	background: url(../../_images/back/back_root.gif) top repeat-x #FFF;
}

#page {
	width: 850px;
	text-align: left;
	margin: 0px auto 0px;
}
img {
	border-style: none;
}
/* Kopfbereich */

#head {
	height: 110px;
}
#title {
	font-size: 20px;
	padding: 50px 110px 0px 0px;

	float: right
}
#title a {
	color: #FFF;
	text-decoration: none;
}

/* Servicenavigation */
#navi {
	color: #FFF;
	text-align: right;
	height: 60px;
	padding-left: 0px;
	margin-top: 2px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px 1px 0px 0px;
	background: url(../../_images/navi/navi_trenner.gif) right no-repeat;
}

#navi li.last {
	background: none;
}


#navi a {
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	display: block;
}
#navi a:hover {
	background: #FFF;
	color: #384;
}
#navi a.current {
	background: #FFF;
}


/* Hauptbereich */

#main {
	padding: 50px 20px 0px;
	clear: left;
}

/* Inhalte */

#content {
	width: 490px;	
	float: left;
	padding: 0px 0px 50px;
}
#content h1 {
	font-size: 25px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 20px;


}
#content h2 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #555;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
	list-style: disc;
}
#content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content li {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 15px 0px 0px;
	border-bottom: 1px solid #37C;
}
#content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
}
#content img.left {
	float: left;
	margin-right: 20px;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
}

#content img.right {
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}
#content a {
	color: #37C;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #26A;
}

#content abbr {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}
#content acronym {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}


/* Formulare */

#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #D00;
	border-style: none;
}
#content form br {
	clear: left;
}
#content fieldset {
	margin: 0px;
	padding: 10px 0px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content fieldset.button {
	padding-left: 150px;
}
#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #384;
	line-height: 20px;
	font-weight: bold;
}
#content label {
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding-right: 10px;
}
#content label.left {
	float: left;
	width: 140px;
}
#content label.data {
	line-height:30px;
}
#content label.right {
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 3px 0px 2px;
	width: 400px;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.check {
	float: left;
	line-height: 20px;
	padding: 3px 0px 2px;
	width: 600px;
}
#content input.text {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
}
#content input.text:focus {
	border: 1px solid #384;
}
#content input.horizontal {
	margin: 1px 3px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 150px;
}
#content input.check {
	float: left;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}
#content input.button {
	font: 12px Arial, Helvetica, sans-serif;
}
#content input.file {
	font: 12px Arial, Helvetica, sans-serif;
}
#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#content textarea:focus {
	border: 1px solid #384;
}
#content select {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
}
#content select:focus {
	border: 1px solid #384;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}

/* Tabellen */

#content table {
	margin: 0px 0px 20px;
	padding: 0px;
	border-style: none;
}
#content th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}


/* Zusatzspalte */

#column {
	float: left;
	padding-left: 30px;
	margin-left: -1px;
	padding-bottom: 50px;
	width: 290px;
}
#column h4 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 10px;
}
#column p {
	padding: 0px 10px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
#column img {
	padding: 0px 0px 20px;
}

#column img.start {
	padding-top: 0px;
}


/* Fußbereich */

#foot {
	clear: both;
	height: 30px;
	width: 100%;
	background: #DDD;
	padding: 20px 0px 0px 0px;
}
#foot ul {
	text-align: left;
	padding: 5px 0px 0px 20px;
	display: block;
	width: 850px;
	margin: 0px auto 0px;
}
#foot li {
	list-style: none;
	border-right: 1px solid #37C;
	font-size: 11px;
	line-height: 16px;
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}
#foot li.last {
	border-right-style: none;
}

#foot a {
	text-decoration: none;
	color: #37C;
}
#foot a:hover {
	text-decoration: underline;
}

