/* CSS Document by Thomas Müller @ www.tm-webentwicklung.com 28.03.2010 */

/* Reset */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/* Centered page:Add Scrollbar in other browsers than IE > no jumping */
html { 
	overflow:scroll;
	overflow-x:visible;
	height:100%;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px; /* Extrawurst für Opera:*/
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	height:100%;
}

#page {
	margin-top:-16px;
}

div.clearer {
	height:1px;
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
}

img {
	border:none;
}

a {
	outline:0px;
	color:#000;
	text-decoration:none;
}


/**
* ------ HEADER ------ *
*/
div#header {
	width:990px;
	padding:39px 0px 0px 0px;
}

img#logo {
	margin:0px 0px 0px 27px;
	float:left;
}

img#header-button {
	margin:0px 0px 0px 170px;
}

/**
* ------ NAVIGATION ------ *
*/

/* Meta-Navi */
ul#navimeta {
	
}

ul#navimeta li {
	
}

ul#navimeta li a {
	
}

ul#navimeta li a:hover, ul#navimeta li.active a {
	
}

/* Hauptnavigation */
div#navigation {
	float:left;
	width:123px;
	height:260px;
	margin:0px 15px 0px 0px;
	padding:20px 17px 0px 0px;
	background:#d9d9d9;
}

div#navigation ul#navi-level1 {
	
}

div#navigation ul li {
	font-size:1.3em;
	text-align:right;
	padding:3px 0px 5px 0px;
}

div#navigation ul li a {
	color:#000000;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
}

div#navigation ul li a:hover {
	text-decoration:underline;	
}

div#navigation ul li.active {

}

div#navigation ul li.active a {
	color:#c35b21;	
}

div#navigation ul li.active a:hover {
	text-decoration:none;
	cursor:default;
}

/* Level 2 */
div#navigation ul#navi-level2 {
	
}

div#navigation ul#navi-level2 li {
	font-size:11px;
	padding:2px 0px 1px 0px;
}

div#navigation ul#navi-level2 li a {
	color:#000000;
	padding:0px 0px 0px 13px;
}

div#navigation ul#navi-level2 li a:hover {
	cursor:pointer;
	text-decoration:underline;
}

div#navigation ul#navi-level2 li.active a {
	color:#c35b21;
	background:url(../images/nav-level2-act.gif) 0px 4px no-repeat;
}

div#navigation ul#navi-level2 li.active a:hover {
	text-decoration:none;
	cursor:default;
}

div#navi2-placeholder {

}


/**
* ------ INHALTSBEREICH ------ *
*/

/* Keyvisual */
div#keyvisual {
	background:#c35b21 url(../images/header-bg.png) 580px -30px no-repeat;
	height:188px;
	padding:22px 0px 0px 42px;
}

div#keyvisual h1 {
	color:#FFFFFF;
	font-size:2.5em;
	font-weight:normal;
	margin:0px 0px 17px 10px;
}

div#keyvisual h2 {
	font-size:1.4em;
	line-height:1.7em;
	/*font-weight:normal;*/
	position:absolute;
	top:210px;
	left:415px;
	padding:30px 28px 0px 28px;
	width:252px;
	height:126px;
	background:url(../images/stoerer.png) left top no-repeat;
}

img#img-keyvisual {
	position:absolute;
}

/* Styles für den Content-Bereich */
div#content {
	margin-left:155px;
}

div#inhalt {
	width:630px;
	padding:33px 0px 0px 52px;
}

/* 2 Spalten */
div.col2-left {
	width:295px;
	float:left;
}

div.col2-right {
	width:295px;
	float:left;
	margin-left:40px;
}

div.col2-left#signature {
	width:180px;
}

/* 3 Spalten */
div.col3-left {
	width:180px;
	float:left;
}

div.col3-middle {
	width:200px;
	float:left;
	margin-left:20px;
}

div.col3-right {
	width:200px;
	float:left;
	margin-left:30px;
}

/**
* ------ SCHRIFTEN USW. ------ *
*/

/* Styles für Schriftformatierungen */
/*#inhalt h1 {
	font-size:1.8em;
	line-height:1.4em;
	margin:0px 0px 10px 0px;
}*/

#inhalt h2 {
	font-size:1.4em;
	line-height:1.5em;
	color:#c35b21;
	margin:0px 0px 14px 0px;
}

#inhalt h3 {
	font-size:1.4em;
	line-height:1.5em;
	color:#c35b21;
	margin:0px 0px 0px 0px;
}

#inhalt h4 {
	font-size:1.2em;
	margin:20px 0px 10px 0px;
}

#inhalt h5 {
	font-size:1.2em;
	margin:1em 0em 0.2em 0em;
}

div#inhalt p {
	font-size:1.4em;
	line-height:1.6em;
	margin:0px 0px 14px 0px;
}

div#inhalt a {
	text-decoration:none;
}

div#inhalt a:hover {
	text-decoration:underline;
}

div#inhalt ul {
	margin:0px 0px 10px 0px;
	padding:0px;
}

div#inhalt ul li {
	font-size:1.4em;
	padding:2px 0px 2px 12px;
	line-height:1.5em;
	list-style-type:none;
	background-image:url(../images/list_square_black.gif);
	background-position:0em 0.8em;
	background-repeat:no-repeat;
}

div#content table {
	margin:0px 0px 10px 0px;
}

div#content table th, div#content table td {
	font-size:1.1em;
	vertical-align:top;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}

div#content table th {
	font-weight:bold;
}

div#content table th p, div#content table td p {
	font-size:1em;
	margin:0px;
}

/* Hübschere Tabellen */
div#content table tbody tr td, div#content table tbody tr th {
	vertical-align:top;
	text-align:left;
	font-size:1.1em;
	line-height:1.5em;
}

div#content table tbody tr th, div#content table thead tr th {
	font-size:1.1em;
	color:#FFFFFF;
}

div#content table.bunt {
	border:1px solid #e20015;
	/*width:100%;*/
}

div#content table.bunt tbody tr td {
	padding:3px 6px;
}

div#content table.bunt tbody tr th, div#content table.bunt thead tr th {
	font-weight:bold;
	text-align:center;
	background-color:#e20015;
	padding:3px 6px;
}

div#content table.bunt tbody tr td.trenner {
	border-bottom:1px solid #e20015;
	padding:0px !important;
	font-size:1px !important;
	line-height:1px !important;
	height:1px !important;
	overflow:hidden !important;
}


/**
* ------ ELEMENTE ------ *
*/

img.links {
	float:left;
	margin:2px 20px 10px 0px;
}

img.rechts {
	float:right;
	margin:2px 0px 10px 10px;
}

span.orange {
	color:#c35b21;
	font-weight:bold;
}

div#inhalt p.smalltext {
	font-size:11px;
	line-height:1.3em !important;
}

div#inhalt a.arrow {
	text-decoration:underline;
	font-weight:bold;
	color:#c35b21;
}

div#inhalt a.decorated {
	text-decoration:underline;
}

span.tab-sm {
	padding-left:16px;
}

/**
* ------ FORMULARE ------ *
*/

/* Styles für Formularelemente */
form {
	margin:0px;
}

fieldset {
	margin:0px 0px 10px 0px;
	padding:5px 12px 15px 0px;
	border:none;
	font-size:1em;
	width:500px;
}

legend {
	padding:3px 9px;
	color:#618AB2;
	font-weight:bold;
	border: 1px solid #618AB2;
	font-size:1.2em;
	background:#E9E9E9 url(../images/teaser-h3-grey.gif) left top;
}

label, div.label {
	font-size:1.4em;
	line-height:1.4em;
	cursor:pointer;
	width:160px;
	float:left;
	clear:left;
	margin-left:0px;
}

input {
	border:1px solid #bfbfbf;
	background:#fafafa;
	margin-bottom:7px;
	width:275px;
	font-size:1.4em;
}

input.check, input.radio {
	border:none;
	margin-bottom:0px;
	width:auto;
	font-size:inherit;
}

select {
	font-size:1.2em;
	margin-bottom:10px;
}

select.large {
	width:100px;
}

input.submit {
	border:1px solid #bfbfbf;
	width:auto;
	font-size:1em;
	margin-left:160px;
	padding: 2px 8px 2px 8px;
	background:#fafafa;
	font-size:1.4em;
	overflow: visible;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	border:1px solid #bfbfbf;
	background:#fafafa;
	width:275px;
	height:85px;
}

textarea:focus, input:focus, select:focus {
	border:1px solid #000000;
}


/**
* ------ EXTENSIONS ------ *
*/

/* News */
div.news-latest-item {
	padding:0px 10px 15px 10px;
	font-size:1em;
}

div.news-latest-item h5 {
	margin:0px 0px 0px 0px;
	font-size:1.1em;
	line-height:1.5em;
}

div#marginal div.news-latest-item p {
	margin:0px 0px 5px 0px !important;

}

p.news-latest-morelink {
	margin:0px !important;
	padding:0px !important;
}

p.news-latest-morelink a {
	font-size:1em;
	text-decoration:underline !important;
}

p.news-list-morelink {
	border-bottom:1px solid black;
	padding-bottom:15px;
}

p.news-single-timedata {
	border-bottom:1px solid black;
	padding-bottom:12px;
	font-size:1em !important;
}

div.news-single-img {
	float:left;
	width:200px;
	margin:4px 15px 8px 0px;
}

p.news-single-imgcaption {
	margin:5px 0px 0px 0px !important;
	font-size:11px !important;
}



/* Sitemap */
div#inhalt div.csc-sitemap ul {
	margin-top:0px;
	margin-bottom:0px;
}

div#inhalt div.csc-sitemap ul li a:hover {
	text-decoration:underline !important;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1, div#content div.csc-sitemap ul li.sitemap-l2 {
	background-image:none;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 ul {
	margin:0px;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 {
	padding:10px 0px 0px 0px;
}

div#inhalt div.csc-sitemap ul li.sitemap-l2 {
	padding:5px 0px 0px 0px;
	line-height:1.2em;
}

div#inhalt div.csc-sitemap ul li.sitemap-l1 a {
	display:block;
	padding:0px 0px 2px 0px;
	text-decoration:none;
	border-bottom:1px dotted #666;
	font-weight:bold;
	color:#000 !important;
}

div#inhalt div.csc-sitemap ul li.sitemap-l2 a {
	background-image:url(../images/list-arrow.gif);
	background-position:left 50%;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	border-bottom:none;
	font-weight:normal;
	font-size:0.85em;
}

/* Suche */
.tx-indexedsearch .searchbox-tmpl-css label {
	float:left;
	margin-right:0em;
	width:160px;
}

div.tx-indexedsearch-searchbox {
	margin-top:15px;
}

div.tx-indexedsearch-searchbox .submit {
	margin-top:7px;
	margin-bottom:0px;
}

div.tx-indexedsearch-res h2 {
	font-size:1.2em !important;
	background-color:#eeeeee;
}

div.tx-indexedsearch-res h2 a {
	color:#000 !important;
}

div.tx-indexedsearch-whatis {
	margin-left:0px;
	padding-top:5px;
	font-size:1.2em;
}

span.tx-indexedsearch-icon img {
	margin-top:3px;
}

span.tx-indexedsearch-title a {
	position:relative;
	top:-4px;
	font-weight:bold;
}

span.tx-indexedsearch-percent {
	position:relative;
	top:-4px;
	color:#000 !important;
	padding-right:3px;
}

.tx-indexedsearch-redMarkup {
	color:#b5152b !important;
}

dl.tx-indexedsearch-info {
	margin:0px 0px 0px 0px;
	background-color:#eeeeee !important;
}

dt.tx-indexedsearch-text-item-crdate {
	padding-left:3px;
}

ul.browsebox li {
	background-image:none !important;
	padding-left:0px !important;
	padding-right:5px !important;
}

ul.browsebox li a {
	text-decoration:none !important;
}
