/**
 * CSS by Thomas Karolzyk
 * thomas@karolzyk.com
 */

	
/*** COLORS ****************************

blue	0052c5
grey	aaa

*/

	
/*** GENERAL *****************************/
body {
	background:#ececec url(img/bg.gif) repeat-x;

	
/* 	background-color:#d4d4d4; */
	margin:0;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

* {
	line-height:130%;
}

a {
	color:#343434;
	text-decoration:underline;
}

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

a img,img a {
	border:0;
}

p {
	margin:0 0 10px;
}


	
/*** LAYOUT *****************************/

	
/* copy
#div_absolute { 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-color: #f00; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	height: 5em; 
	width: 5em; 
}
#div_relative { 
	position: relative; 
	background-color: #f00; 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	height: 5em; 
	width: 5em; 
}
*/
div#main {
	position:relative;
	background-color:#fff;
	padding:0;
	margin:0 auto;
	width:970px;
}

div#head {
	position:relative;
	padding:15px 0;
	margin:0 0 0 23px;
	width:920px;
	border-bottom:1px solid #ccc;
}

div#content-holder {
	position:relative;
	padding:0;
	margin:0 0 0 23px;
	width:920px;
}

div#teaser-cols {
	position:relative;
	margin:0 23px;
	padding:15px 0 0;
	clear:both;
	border-top:1px solid #bbb;
}

div#col-left {
	position:relative;
	padding:0;
	margin:0 0 12px;
	width:600px;
	float:left;
	overflow:hidden;
}

div#subnav {
	position:relative;
	padding:0 15px 0 0;
	margin:0 45px 3em 0;
	width:135px;
	float:left;

	
/* 	border-right: 1px solid #bbb; */
}

div#col-right-start {
	position:relative;
	padding:0;
	margin: -35px 0 0 0;
	width:190px;
	float:right;

	
/* 	border-left: 1px solid #333; */
}


	
/* override values for start page */
div.startpage-right {

	
/* 	border-left: 1px solid #fff !important; */

	
/*	width: 190px !important;	*/
}

div.startpage-left {
	width:710px!important;
}

div#navi {
	position:relative;
	padding:10px 0 15px 20px;
	margin:0;
}

div#logo {
	position:absolute;
	top:26px;
	right:24px;
	padding:0;
	margin:0;
}

div#rssicon {
	position:absolute;
	right:0;
	top:-23px;
	padding:0;
	margin:0;
}

div#footer,div#footer-inner {
	color:#aaa;
	position:relative;
	padding:0;
	margin:45px 20px 10px;
	clear:both;
	background-color:#0c419a;
	line-height:100%;
	font-size:10px;
}

div#footer p,div#footer div,div#footer a,div#footer-inner p,div#footer-inner div,div#footer-inner a {
	line-height:100%;
}

#news_latest {
	position:relative;
}


	
/*** NAVI *****************************/

	
/* TOP */
#navi ul {
	display:block;
	margin:.2em 0 0;
	padding:0;
	list-style:none;
}

#navi ul li {
	display:inline;
	margin:0;
	padding:0 .4em;
	border-right:1px solid #aaa;
}

#navi ul li a {
	color:#aaa;
	text-decoration:none;
}

#navi ul li a:hover {
	color:#676767;
}

#navi ul li.active a {
	color:#676767;
	font-weight:bold;
}


	
/* START PAGE > RIGHT */
div#col-right-start ul {
	display:block;
	margin:.2em 0 1em 11px;
	padding:0;
	list-style:none;
	list-style-image:url(../../website_inhalte/layout_bilder/square_blue.gif);
}

div#col-right-start ul li {
	margin:0 0 0 .4em;
	padding:0 .6em 0 .1em;
}

div#col-right-start ul li a {
	color:#333;
	text-decoration:none;
}

div#col-right-start ul li a:hover {
	color:#676767;
}

div#col-right-start ul li.active a {
	color:#676767;
	font-weight:bold;
}


	
/* news display */
div#news_latest ul {
	list-style-image:none;
	margin-left:0;
	padding-left:0;
}

div#news_latest ul li {
	list-style-image:none;
	margin-left:0;
	padding:5px 0 3px;
}

.news-date {
	font-weight:bold;
	color:#0C419A;
}

li.more-news a {
	font-weight:bold;
	color:#0C419A!important;
}

li.more-news {
	font-weight:bold;
	color:#0C419A!important;
}


	
/* subnav */
div#subnav ul {
	display:block;
	margin:.2em 0 1em;
	padding:0;
	list-style:none;
	list-style-image:url(../../website_inhalte/layout_bilder/square_blue.gif);
}

div#subnav ul li {
	margin:.3em 0 .3em 15px;
	padding:0 .6em 0 .1em;
}

div#subnav ul li a {
	color:#333;
	text-decoration:none;
}

div#subnav ul li a:hover {
	color:#676767;
}

div#subnav ul li.active a {
	color:#676767;
	font-weight:bold;
}

div#subnav ul li.lv2 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:11px 0;
	padding:3px 0 5px;
	border-bottom:1px solid #bbb;
	color:#0c419a;
	list-style:none;
	list-style-image:none;
}

div#subnav ul li.lv2 a {
	color:#0c419a;
}


	
/* FOOTER */
#footer-inner ul,#footer ul {
	display:inline;
	margin:0;
	padding:0 9px 0 0;
	list-style:none;
	background-color:#fff;
	line-height:100%;
}

#footer-inner ul li,#footer ul li {
	display:inline;
	margin:0;
	padding:0 .4em;
	line-height:100%;
}

#footer-inner ul li a,#footer ul li a {
	color:#333;
	text-decoration:none;
}

#footer-inner ul li a:hover,#footer ul li a:hover {
	color:#777;
}

#footer-inner ul li.active a,#footer ul li.active a {
	color:#777;
	font-weight:bold;
}


	
/*** FORMS *****************************/
input {
	font-size:1em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

textarea {
	font-size:1em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

select {
	font-size:1em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}


	
/*** TABLES *****************************/

table {

}

table td {
	vertical-align:top;
/* 	font-size:11px; */
}

table.teaser3 td img {
	padding:7px 0;
}

table.teaser3 td p {
	margin:7px 15px 0 0;
	color:#000;
	line-height:150%;
	font-size:120%;
}

td.divider {
	width:10px;
	border-left:1px solid #bbb;
}




	
/*** HEADER *****************************/
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#0c419a;
	padding:7px 0;
	margin:0 0 20px;
	line-height:1.2em!important;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#0c419a;
	padding:16px 0;
	margin:0;
}

h3 {
	font-size:14px;
	color:#aaa;
	text-transform:uppercase;
	margin:11px 0;
}

h4 {
	font-size:16px;
	padding:11px 0;
}

h5 {
	font-size:14px;
	margin:11px 0;
	text-transform:uppercase;
}

h6 {
	font-size:100%;
	font-weight:bold;
}


	
/*** STYLES ***/
div#col-right-start h1 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 3px 0 2px;
	margin: 0 0 5px;
	border-bottom: 1px solid #bbb;
	color: #0c419a;
}


	
/*** HEADERCOLORS *****************************/
h1.orange,div#col-right-start h1.orange {
	color:#ee7920;
}

h1.rot,div#col-right-start h1.rot {
	color:#c80620;
}

h1.gruen,div#col-right-start h1.gruen {
	color:#7ab720;
}


	
/*** COLORS FOR RTE ***************************/

	
/*** STUFF *****************************/
.clearboth {
	clear:both;
	height:0;
}

.out {
	position:absolute;
	top:-1000px;
	left:-1000px;
}


	
/*** RTE ***/
.download {
	background:url(../img/pdf_klein.gif) no-repeat left center;
	padding:0 0 0 22px;
}


	
/*** TYPO3 FORM ***/
form,div.csc-mailform-field,div.csc-mailform,fieldset {
	padding:0;
	margin:0;
}

div.csc-mailform-field label {
	clear:left;
	display:block;
	width:110px;
	text-align:left;
	float:left;
	margin:2px 0 5px;
}

div.csc-mailform-field input,div.csc-mailform-field select,div.csc-mailform-field textarea {
	display:block;
	text-align:left;
	float:left;
	margin:5px 0;
	border:1px solid #999;
	font:10px Verdana, Arial;
	padding:1px;
}

fieldset {
	border:0;
	padding:0;
}

form {
	clear:both;
}


	

	
/*******************************************
* Styles fŸr Extension "tx_indexedsearch"
********************************************/

.tx-indexedsearch-whatis {
	font-size: 18px;
	color:#0C419A;
}

.tx-indexedsearch-searchbox {
	display:none;	
}

.macina-submit {
/* 	background: transparent url(/fileadmin/templates/img/search3.png) no-repeat; */
	color:#fff;
	margin-left: 6px;
}
.macina-input {
	height:18; 
	width:158px;
	color:#aaa;
	font-style:italic;
}

.macina-form {
	margin: 0 0 9px 0;
}

.tx-indexedsearch {
	margin: 16px 0;
}

.tx-indexedsearch-searchbox-sword {
	margin: 0 10px;
}

.tx-indexedsearch-searchbox-button {
	margin: 4px 10px;
}

.tx-indexedsearch * {
	line-height: 1.4em !important; 
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width:100px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:150px;
}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
	font-weight:bold;
	font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:5px;
}

.tx-indexedsearch P.tx-indexedsearch-noresults {
	text-align:center;
	font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a {
	font-weight:bold;
	text-decoration: none;
	padding: 0;
	color:#0C419A;
}

td.tx-indexedsearch-descr {
	padding: 0 0 0 3px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
	font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
	font-weight:normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
	font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	font-size: 90%;
	color:#aaa;
	padding: 0 0 0 3px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info a {
	text-decoration: none;
	color:#777;
}

.tx-indexedsearch .tx-indexedsearch-res {
	margin-bottom:6px;
	border-bottom: 1px solid #eee;
	padding: 5px 0 0 0;
}
	
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:20px;
	margin-bottom:5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	color:#006699;
	margin-top:0;
	margin-bottom:0;
	background:transparent;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
	background:#cccccc;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	vertical-align:middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color:#666666;
}

.tx-indexedsearch-sw,.csc-sword,.tx-indexedsearch-redMarkup {
	font-style:normal;
	background:#eeFFee;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:#333;
}



/* SLIDER */

.tx-t3sjslidernews-pi1 {
	margin: 0 0 25px 0;
}





/* RTE  */


.gruen {
    color:#7ab720 !important;    
}
.orange {
    color:#ee7920 !important;    
}
.rot {
    color:#c80620 !important;    
}
.hellgrau {
	color: #bbb !important;
}
.dunkelgrau {
	color: #777 !important;
}

.caserisblau {
	color: #0052c5 !important;
}
.hellblau {
	color: #27bbf9 !important;
}



table.rahmen {
	width:100%;
	border-spacing: 0;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

table.rahmen p {
	margin: 0;
	padding: 0;
}

table.rahmen caption {
	margin: 5px 2px;
	color: #333;
	text-align: left;
}

table.rahmen td {
	padding: 2px !important;
	margin: 0px !important;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
/* 	height: 20px; */
}

table.rahmen th {
	padding: 2px !important;
	margin: 0px !important;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}


td.zelle {
	
}



.csc-textpic-imagewrap img {
	margin: 0 0 10px 0;
}

