html {
	min-height: 100.3%;
}
body {
	background: #f3f1e5;
	margin: 0px;
	font: 75% Arial, Helvetica, sans-serif;
	text-align: center;
}
#page {
	width: 960px;
	text-align: left;
	margin: 0px auto 0px;
}



/* Kopfbereich */

#header {
	height: 90px;
}
#title {
	font-size: 20px;
	padding: 20px 0px 20px 10px;
	line-height: 40px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#title a {
	color: #333;
	text-decoration: none;
}
#title span {
	display: none;
}




/* Visual */

#visual {
	margin: 0px;
	padding: 10px;
	width: 940px;
	height: 270px;
	background:url(../images/back/back_visual.gif) center no-repeat;
}
#visual {
	clear: both;
}
#visual div {
	width: 390px;
	padding: 40px;
	float: left;
}

#visual h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #333;
	padding: 60px 40px 10px;
}
#visual p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #777;
	padding: 0px 40px 10px;
}
#visual p.image {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #BBB;
	padding: 10px 0px 10px;
}


/* Navigation */

#navi {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	text-align: right;
	height: 30px;
	padding:0px 0px 0px 0px;
	margin-top: 50px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	font-size: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}

#navi a {
	text-decoration: none;
	color: #333;
	white-space: nowrap;
	display: block;
	padding-right: 18px;
	padding-left: 18px;
}
#navi a:hover {
	color: #999;
}
#navi a.current {
	color: #C11;
}


/* Hauptbereich */

#main {
	padding: 30px 10px 0px;
	clear: left;
}




/* Wrapper */

#wrapper {
	float: left;
	width: 650px;
	padding-right: 0px;
	margin-left: 0px;
}
#wrapper.full {
	margin-left: 0px;
	border-right-style: none;
	padding-right: 0px;
	width: 900px;
}




/* Inhalte */

#content {
	float: left;
	padding: 0px 0px 50px;
	width: 100%;
}



/* Überschriften */

#content h1 {
	font-size: 25px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #333;
	padding-right: 60px;
}
#content h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 60px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 60px;
}


/* Absatzformate */

#content p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333;
	padding-right: 60px;
}
#content p.author {
	float: left;
	padding-right: 10px;
	font-size: 11px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	line-height: 15px;
}
#content p.date {
	font-size: 11px;
	line-height: 15px;
}
#content p.lead {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
#content p.previous {
	float: left;
	color: #999;
}
#content p.overview {
	text-align: center;
	color: #999;
}
#content p.next {
	float: right;
	color: #999;
}


/* Listenformate */

#content ul {
	margin: 15px 0px 15px 30px;
	padding: 0px 60px 0px 0px;
}
#content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content li {
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
}
#content dl {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 12px;
	color: #333;
}
#content dt {
	float: left;
	padding-right: 10px;
	line-height: 18px;
	width: 60px;
}
#content dd {
	line-height: 18px;
}


/* Weitere Formate */

#content hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px  60px 20px 0px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #DDD;
}
#content cite {
	font-size: 11px;
	margin-bottom: 10px;
	font-style: normal;
}

/* Bilder */

#content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	border-style: none;
}
#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;
}

/* Hyperlinks */

#content a {
	text-decoration: none;
	color: #C11;
}
#content a:hover {
	color: #000;
}
#content abbr {
	border-bottom: 1px dotted #999;
	cursor: help;
}
#content acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}


/* Tabellen */

#content table {
	margin: 0px 0px 20px;
	border-style: none;
}
#content tr {
}


#content thead td {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #BBB;
	background: #e2e0d5;
}
#content thead th {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #BBB;
	background: #e2e0d5;
}

#content tbody th {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
	padding: 10px 10px 10px 0px;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}
#content tbody td {
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
	padding: 10px 0px 10px 0px;
	text-align: left;
	border-bottom: 1px solid #DDD;
}
#content tbody td.right {
	text-align: right;
}


/* Teaserboxen */

#teaser {
	padding-top: 10px;
	clear: left;
}
#teaser ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#teaser li {
	float: left;
	width: 260px;
	background: #EEE;
	margin: 0px 30px 20px 0px;
	padding: 10px;
}
#teaser li:last-child {
	margin-right: 0px;
}
#teaser li.last {
	margin-right: 0px;
}

#teaser p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#teaser a {
	font-weight: bold;
	color: #06C;
	text-decoration: none;
	padding: 1px 10px;
	border: 1px dotted #06C;
}
#teaser a:hover {
	color: #FFF;
	background: #06C;
}


#teaser img {
	margin: 0px 0px 20px;
}



/* Breadcrumb-Navigation */

#breadcrumb {
	font-size: 11px;
	margin-bottom: 20px;
	color: #BBB;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb li {
	font-size: 11px;
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #CCC;
}
#breadcrumb li:first-child {
}
#breadcrumb li:last-child {
	border-right-style: none;
}
#breadcrumb a {
	color: #999;
}
#breadcrumb a:hover {
	color: #333;
	text-decoration: none;
	background: none;
}

/* Bestaetigung */

#confirm {
	background: #EFE;
	border: 1px solid #6C0;
	padding: 10px;
	margin-bottom: 20px;
	color: #6C0;
}
#confirm p {
	margin: 0px;
	font-weight: bold;
}


/* Fehlermeldung */

#error {
	padding: 10px;
	background: #FEE;
	border: 1px solid #C00;
	margin-bottom: 20px;
	color: #C00;
}
#error p {
	font-weight: bold;
	margin: 0px;
}


/* Warnhinweis */

#warning {
	background: #FFD;
	border: 1px solid #D90;
	padding: 10px;
	margin-bottom: 20px;
}
#warning p {
	color: #D90;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}




/* Blogartikel */

#post {
}
#post dl {
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#post dt {
	float: left;
	width: 100px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#post dd {
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 12px;
}


/* Soziale Netzwerke */

#share {
	height: 18px;
}
#share ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#share li {
	margin-right: 9px;
	float: left;
}
#share a {
}
#share img {
	border-style: none;
	margin: 0px;
	height: 16px;
	width: 16px;
}




/* Zusatzspalte */
#menu {
	float: left;
	color: #666;
	padding: 0px 0px 50px 50px;
	width: 240px;
}
#menu a {
	color: #C11;
	text-decoration: none;
}
#menu a:hover {
	color: #333;
}
#menu ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
}
#menu li {
	font-size: 13px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	color: #333;
}
#menu li a.current {
	color: #000;
}
#menu ul ul{
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
#menu li li{
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}




#menu h5 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#menu p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
#menu 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 #999;
}




/* Sitemap-Navigation */

#sitemap {
	clear: both;
	background: #CCC;
	padding: 0px 25px;
	overflow: auto;
}
#sitemap ul {
	margin: 0px;
	padding: 20px 0px;
	list-style: none;
}
#sitemap li {
	float: left;
	margin: 0px;
	font-size: 12px;
	line-height: 15px;
	width: 20%;
}
#sitemap ul ul {
	padding-top: 10px;
}
#sitemap li li {
	float: none;
	padding: 0px 0px 5px;
	width: 100%;
	font-size: 11px;
}
#sitemap a {
	color: #666;
	text-decoration: none;
}
#sitemap a:hover {
	color: #000;
}




/* Fußbereich */

#footer {
	margin-top: 50px;
	margin-left: 10px;
	border-top: 1px solid #CCC;
	text-align: right;
	width: 920px;
	padding: 10px;
	clear: both;
	height: 30px;

}
#footer ul {
	padding: 5px 0px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
}
#footer li {
	list-style: none;
	border-right: 1px solid #CCC;
	font-size: 11px;
	line-height: 20px;
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}

#footer li.last {
	border-right-style: none;
}
#footer a {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	color: #999;
}
