/***************************************************************
*  
*  CSS2.1-Definitionen für Mandant KoBa Schönebeck
*  (vervollständigt 2-Spalten-CSS)
*  
*  Autor: Sebastian Kreideweiß <sebastian@webandit.net>
*  
*  Letzte Aktualisierung:	28.09.2006
*  Letzte Validierung:		28.09.2006
*   (http://jigsaw.w3.org/css-validator/validator-uri.html)
*
***************************************************************/


/* Allgemeine Objekte ohne Abstand */
html, body, div, p, h1, h2, h3, h4, a, ul, ol, li, dl, dt, table, td, th, caption,
form, fieldset, legend, input, label, legend, option, select, textarea,
img, span, address, blockquote, caption, cite, dfn, fieldset, q {
	margin: 0;
	padding: 0;
	border: 0px;
	font-family: Verdana, Tahoma, sans-serif;
}


/* Allgemeine Objekte */

html, body	{
	font-size: 100.01%;
	color: #000066;
	background-color: #fff;
}


html  {
}


body	{
	background-image: url(main_01_FILES/bg-x.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.clearer {
	display:block;
	height:0;
	clear:both;
}


.unsichtbar {
	display: block;
	position: absolute;
	left: -3000px;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,
a:link,
a:visited {
	text-decoration:underline;
}


a:focus,
a:hover,
a:active {
	text-decoration:none;
}




/* Container */

div.root {
	min-height:861px;
        background:transparent url(main_01_FILES/bg.gif) no-repeat scroll 0 0;
}


/* Seitenkopf */
#header {
	width: 62em;
	height: 9.5em;
}

#logo {
	width: 15em;
	height: 9.5em;
	float: left;
}

#headerMenu {
	width: 47em;
	height: 9.5em;
	float: right;
}

div.hm_searchbox {
	width: 47em;
	height: 3.4em;
}

div.hm_searchbox div.suchfeld {
	padding: 0.8em 0 0 9em;	
}

div.hm_metamenu {
	width: 47em;
	height: 3em;
}

div.hm_navpath {
	width: 47em;
	height: 3.1em;
}

/****************/


/* Seiteninhalt */
#content {
	width: 62em;
	float:left;
        background:transparent url(main_01_FILES/bg-y.png) repeat-y scroll 0 0;
}

#menueSpalte {
	width: 12em;
	float:left;
	background:transparent url(main_01_FILES/bg.gif) repeat scroll 0 -152px;
}

div.aktDatum {
	margin:0.5em 0 0 1.3em;
	padding:0.2em 0 0.5em 1em;
	font-weight:bold;
	width: 7em;
	font-size:0.9em;
	color: #fff;
	background-color: #F14E23;
}

#contentSpalte {
	padding: 0 0 1em 0;
	width: 48em;
	float: right;	
}

#contentSpalteStart {
	margin-left:2em;
	padding: 0 0 1em 0;
	width: 33em;
	float: left;	
}

#logoSpalteStart {
	padding: 0 2em 1em 0;
	width: 12;
	float: right;
	font-size:0.8em;
	font-weight:bold;
	padding-top:1.5em;
	width:150px;
}


/****************/

/* Metamenu */
div.hm_metamenu {
	float: right;
}

div.hm_metamenu ul {
	margin:0.7em 0.2em 0 6em;
	list-style-type: none;
	background-color: #2F4165; 
	color: #EE5931;
}

div.hm_metamenu li {
	text-align: center;
	float: left;
	padding: 0.3em 1.5em 0.2em 0.5em;
	font-weight: bold;
	font-size:1em;
}

div.hm_metamenu li.metamenu {
	padding: 0.3em 1.5em 0.2em 2em;
	background-image: url(main_01_FILES/metamenu_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div.hm_metamenu li.first_metamenu {
}

div.hm_metamenu li a,
div.hm_metamenu li a:link,
div.hm_metamenu li a:visited {
	background-color: #2F4165; 
	color: #fff;
	padding: 0.1em;
	text-decoration:none;
}


div.hm_metamenu li a:focus,
div.hm_metamenu li a:hover,
div.hm_metamenu li a:active {
	background-color: #2F4165; 
	color: #EE5931;
	padding: 0.1em;
	text-decoration:none;
}


/*****************/

/* Menü */
ul.menu {
	width: 12em;
	margin: 1em 0 0 0;
	padding: 0 0 0 0.2em;
}
/*

ul.menu li {
	height:50px;
	text-align:center;
	padding:0.2em 0 0 0;
}
			
ul.menu li.no1 {
}

ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited {
	vertical-align:middle;
	display: block;
	background-image: url(main_01_FILES/button_inact.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #F14E23; 
	color: #fff;
	width:11em;
	height:50px;
	text-decoration:none;
	
	padding-top: 23px;
	font-weight:bold;
}


ul.menu li a:focus,
ul.menu li a:hover,
ul.menu li a:active {
	vertical-align:middle;
	display: block;
	background-image: url(main_01_FILES/button_act.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #F14E23; 
	color: #fff;
	
	padding-top: 23px;
	width:11em;
	height:50px;
	text-decoration:none;
	font-weight:bold;
}

ul.menu li a div {
	padding: 0.4em;
}

*/
ul.menu li.actMenue {
	vertical-align:middle;
	width:150px;
	height:36px;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	color: #fff;
	vertical-align:middle;
	padding-top: 0.6em;
	font-weight: bold;
 	background-image: url(main_01_FILES/button_act.gif);
  	background-position: top;
	background-repeat: no-repeat;
	text-align:center;
}

ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited {
	vertical-align:middle;
	width:150px;
	height:36px;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	color: #fff;
	vertical-align:middle;
	padding-top: 0.6em;
	font-weight: bold;
  	background-image: url(main_01_FILES/button_inact.gif);
  	background-position: top;
	background-repeat: no-repeat;
	text-align:center;
}


ul.menu li a:focus,
ul.menu li a:hover,
ul.menu li a:active {
 	vertical-align:middle;
 	background-image: url(main_01_FILES/button_act.gif);
 	background-position: top;
	background-repeat: no-repeat;
	text-align:center;
}


/*****************/
/* Breadcrumb */
div.hm_navpath {
	float: left;
}

div.hm_navpath ul {
	margin:0.2em 0 0 0;
	list-style-type: none;
	background-color:#fff;
	color:#000066;
}

div.hm_navpath ul li {
	display:inline;
	font-size:0.8em;
	line-height:1.2em;
	font-weight:bold;
}


div.hm_navpath ul li.breadcrumb {
	background-image: url(main_01_FILES/breadcrumb_pfeile.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0.5em 0 1.5em;
	margin: 0;
}

div.hm_navpath ul li.first_breadcrumb {
	padding: 0 0.5em 0 0;
	margin: 0;
}

div.hm_navpath ul li a {
	padding: 0;
	margin: 0;
	font-weight:normal;
	background-color:#fff;
	color:#000066;
}

/*****************/

/* Suchfeld */	
input.tx-indexedsearch-searchbox-sword,
div.hm_searchbox input.suchen {
	padding: 0.2em;
	border: 2px #000066 solid;
	background-color:#fff;
	color:#000066;
	font-weight:bold;
}

input.tx-indexedsearch-searchbox-button,
div.hm_searchbox input.ohne_rahmen {
	padding: 0.1em;
	border: 2px #fff solid;
	background-color:#6666CC;
	color:#fff;
	font-weight:bold;
	/*height:1.7em;*/
	cursor: pointer;
}

input.tx-indexedsearch-searchbox-button {
	border: 2px #000066 solid;
}

.suchfeld {
	padding: 0;
	margin: 0;
}

.suchfeld fieldset {
	border: 0px;
	padding: 0;
	margin: 0;
}

.suchfeld fieldset legend {
	display: none;
	visibility: hidden;
	padding: 0;
	margin: 0;
}

.suchfeld label {
	display: none;
	visibility: hidden;
	padding: 0;
}

/*****************/

/* Suchfeld auf Seite der indexed search */				

div.news-search-form input {
	padding: 0.2em;
	border: 2px #000066 solid;
	background-color:#fff;
	color:#000066;
	font-weight:bold;
}

span.news-search-form-submit input {
	padding: 0.1em;
	border: 2px #000066 solid;
	background-color:#6666CC;
	color:#fff;
	font-weight:bold;
	/*height:1.7em;*/
	cursor: pointer;
}



/*****************/				

/*	---{Fonts}--- */

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.7em;
}

div.csc-header h1.csc-firstHeader,
div.csc-header-n1 h1.csc-firstHeader {
	font-size:1em;
}

/* Schrift */
p.bodytext,
#contentSpalteStart,
#contentSpalte {
	text-align: justify;
}

#contentSpalteStart h1,
#contentSpalte h1 {
	font-size:1.1em;
	margin:1em 0 0.3em 0;
}

#contentSpalteStart p.bodytext,
#contentSpalte p.bodytext {
	line-height:1em;
	font-size:0.9em;
}

#contentSpalteStart ul,
#contentSpalte ul {
	font-size:0.9em;
	list-style: square;
	margin:0.3em 0 0.7em 0;
}

#contentSpalteStart ul li,
#contentSpalte ul li {
	list-style: square;
	margin-left:2em;
}

#contentSpalteStart ol,
#contentSpalte ol {
	font-size:0.9em;
	list-style: decimal;
	margin:0.3em 0 0.7em 0;
}

#contentSpalteStart ol li,
#contentSpalte ol li {
	list-style: decimal;
	margin-left:2em;
}



/*****************/				
/* Nur für Startseite */
/* styles for extension "tx_cssstyledcontent" */
/* Formatierung für Text mit Bild */

#contentSpalteStart div.csc-textpic {

}

#contentSpalteStart div.csc-textpic-intext-right {
}

#contentSpalteStart div.csc-textpic-imagewrap {
	border: 1px solid #2F4165;
	z-index: 10;
	position:relative;
	background-color:#fff;
	color: #2F4165;
}

#contentSpalteStart div.csc-textpic-imagewrap img {
	display: block;
}

#contentSpalteStart dl.csc-textpic-image {
	margin:0em;
	padding:0em;
}

#contentSpalteStart dl.csc-textpic-firstcol {
	margin:0em;
	padding:0em;
}

#contentSpalteStart dl.csc-textpic-lastcol {
	margin:0em;
	padding:0em;
}

#contentSpalteStart dd.csc-textpic-caption {
	padding: 0.3em 0.3em 0.1em 0.3em;
	border-top: 1px solid #2F4165;
	font-size: 0.7em;
	font-weight:bold;
	text-align:left;
}

#contentSpalteStart dl.csc-menu csc-menu-4 {
	font-size: 0.8em;
}

#contentSpalteStart div.csc-textpic-text {}



/* Captions */	
#contentSpalteStart DIV.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
#contentSpalteStart DIV.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
#contentSpalteStart DIV.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}

/* Needed for noRows setting */
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}

/* Border just around the image */
#contentSpalteStart DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #000099;
	padding: 1px;
}

#contentSpalteStart DIV.csc-textpic-imagewrap { padding: 0; }

#contentSpalteStart DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
#contentSpalteStart DL.csc-textpic-image { margin: 0; }
#contentSpalteStart DL.csc-textpic-image DT { margin: 0; display: inline; }
#contentSpalteStart DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
#contentSpalteStart DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
#contentSpalteStart DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
#contentSpalteStart DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
#contentSpalteStart DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
#contentSpalteStart DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
#contentSpalteStart DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
#contentSpalteStart DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
#contentSpalteStart DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
#contentSpalteStart DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
#contentSpalteStart DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
#contentSpalteStart DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
#contentSpalteStart DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
#contentSpalteStart DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
#contentSpalteStart DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
#contentSpalteStart DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
#contentSpalteStart DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
#contentSpalteStart DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
#contentSpalteStart DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
#contentSpalteStart DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
#contentSpalteStart DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
#contentSpalteStart DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
#contentSpalteStart DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
#contentSpalteStart DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
#contentSpalteStart DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
#contentSpalteStart DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
#contentSpalteStart DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #contentSpalteStart DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
#contentSpalteStart DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #contentSpalteStart DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */


/*****************/				

/* styles for extension "tx_cssstyledcontent" */
/* Formatierung für Text mit Bild */

#contentSpalte div.csc-textpic {

}

#contentSpalte div.csc-textpic-intext-right {
}

#contentSpalte div.csc-textpic-imagewrap {
	border: 1px solid #2F4165;
	z-index: 10;
	position:relative;
	background-color:#fff;
	color: #2F4165;
}

#contentSpalte div.csc-textpic-imagewrap img {
	display: block;
}

#contentSpalte dl.csc-textpic-image {
	margin:0em;
	padding:0em;
}

#contentSpalte dl.csc-textpic-firstcol {
	margin:0em;
	padding:0em;
}

#contentSpalte dl.csc-textpic-lastcol {
	margin:0em;
	padding:0em;
}

#contentSpalte dd.csc-textpic-caption {
	padding: 0.3em 0.3em 0.1em 0.3em;
	border-top: 1px solid #2F4165;
	font-size: 0.7em;
	font-weight:bold;
	text-align:left;
}

#contentSpalte dl.csc-menu csc-menu-4 {
	font-size: 0.8em;
}

#contentSpalte div.csc-textpic-text {}



/* Captions */	
#contentSpalte DIV.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
#contentSpalte DIV.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
#contentSpalte DIV.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}

/* Needed for noRows setting */
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}

/* Border just around the image */
#contentSpalte DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG,
#logoSpalteStart DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #000099;
	padding: 1px;
}

#contentSpalte DIV.csc-textpic-imagewrap { padding: 0; }

#contentSpalte DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
#contentSpalte DL.csc-textpic-image { margin: 0; }
#contentSpalte DL.csc-textpic-image DT { margin: 0; display: inline; }
#contentSpalte DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
#contentSpalte DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
#contentSpalte DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
#contentSpalte DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
#contentSpalte DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
#contentSpalte DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
#contentSpalte DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
#contentSpalte DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
#contentSpalte DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
#contentSpalte DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
#contentSpalte DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
#contentSpalte DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
#contentSpalte DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
#contentSpalte DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
#contentSpalte DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
#contentSpalte DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

/* Center (above or below) */
#contentSpalte DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
#contentSpalte DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
#contentSpalte DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
#contentSpalte DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
#contentSpalte DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
#contentSpalte DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
#contentSpalte DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
#contentSpalte DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
#contentSpalte DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
#contentSpalte DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
#contentSpalte DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #contentSpalte DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
#contentSpalte DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #contentSpalte DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */


/*****************/
	
table {
	width:100%;
}

.imgtext-table {
	font-size: 0.9em;
}


table.infoTable {
	border:0px;
}

table.infoTable tr, table.infoTable tr td {
	border:0px;
}

table.infoTable tr td.descrA, table.infoTable tr td.dataA {
	font-size: 1em;
	color:#000066;
	background-color: #F5F5F5;
}

table.infoTable tr td.descrB, table.infoTable tr td.dataB {
	font-size: 1em;
}

table.infoTable tr td.dataA, table.infoTable tr td.dataB  {
	font-weight: bold;
}


/*	---{/Center Col Modules}--- */
/*	---[forms} --- */
.formBut {
	font-size: 0.9em;
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #6666CC;
	border: 1px solid  #FFFFFF;
}

label, .formBut {
	cursor: pointer;
}

input, textarea, select {
	font-size: 1em;
}


#koba_telefonverzeichnis {
 text-align: center;
}

#koba_telefonverzeichnis .table_head {
 background-color: #5B5C8C;
 color: #fff;
 font-weight: bold;
}

#koba_telefonverzeichnis .table_subhead {
 background-color: #A0A1CB;
 color: #fff;
 font-weight: bold;
}


#koba_telefonverzeichnis td{
 border: 1px solid #00285B;
}

/* tt_news styles */
.tx-ttnews-browsebox-SCell {
 background-color: #B6B7D4;
 color: #fff;
 font-weight: bold;
 border: 1px solid #161E29;
}


.tx-ttnews-browsebox table {
 width:50%;
 text-align: center;
}

.news-amenu-item-year {
 background-color: #fff;
 font-weight: bold;
 color: #000066;
 margin-top:10px;
 border: 1px solid #000066;
}

	
/* default styles for extension "tt_news" */
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container div.tt_news_clearer,
.news-single-item div.tt_news_clearer,
.news-latest-container div.tt_news_clearer {
	clear:right;
	/*color:#fff;
	background-color:#fff;*/
	height:0;
}

.news-latest-container div.tt_news_clearer {
	clear:left;
}




/*--------------------------------- tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	border:0;
}


.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */		
	margin-bottom:1em;
	border-style: solid;
	border-width: 1px;
	border-color: #000066;
}

.news-latest-container H3 {
	padding:0.2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #000066;
	color: #fff;
	border-bottom-color: #000066;
}

.news-latest-container H3 A,
.news-latest-container H3 A:LINK,
.news-latest-container H3 A:VISITED {
	font-size: 0.8em;
	color:#fff;
	background-color: #000066;
	text-decoration:underline;
}

.news-latest-container H3 A:FOCUS,
.news-latest-container H3 A:HOVER,
.news-latest-container H3 A:ACTIVE {
	font-size: 0.8em;
	font-weight: bold;
	color:#fff;
	background-color:#000066;
	text-decoration:none;
}


.news-latest-container p {
	padding:0.3em;
}

.news-latest-date {
	color: #fff;
	background-color:#000066;
	font-size: 0.8em;
	font-weight: bold;
}

.news-latest-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

.news-latest-container IMG {
	border-color: #000066;
	float: right;
	border-style: solid;
	border-width: 1px;
	margin:0.3em;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-morelink,.news-latest-category {
	font-size:0.8em;
	margin-left:0.3em;
}

.news-latest-morelink  {
	margin-top:0.2em;
	margin-bottom:0.2em;
}

.news-latest-morelink a,
.news-latest-morelink a:link,
.news-latest-morelink a:visited {
	background-color: #fff; 
	color: #000066;
	font-weight:bold;
}

.news-latest-morelink a:focus,
.news-latest-morelink a:hover,
.news-latest-morelink a:active {
	background-color: #fff; 
	color: #000066;
	font-weight:bold;
}

.news-latest-browse {
	text-align: center;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:0;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */		
	margin-bottom:1em;
	border:1px solid #000066;
}

div.news-list-item h3 {
	background-color: #000066;
}

.news-list-container H3 {
	padding:0.2em;
	background-color: #fff;
	color: #333;
	border-bottom:1px solid #000066;
}

.news-list-container H3 A {
	color:#fff;
	background-color: #000066;
}

.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED,
.news-list-container H3 A:HOVER {
	color:#fff;
	font-size: 0.8em;
	font-weight: bold;
	background-color:#000066;
}


.news-list-container p {
	padding:0.3em;
}

.news-list-date {
	color: #fff;
	background-color:#000066;
	font-size: 0.8em;
	font-weight: bold;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

.news-list-container IMG {
	float: right;
	border:1px solid #000066;
	margin:0.3em;
}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:0.6em;
	margin-left:0.3em;
}

.news-list-morelink  {
	margin-bottom:0.3em;
}

.news-list-browse {
	text-align: center;
}



/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	padding:0.3em;
}

.tx-ttnews-browsebox TD {
	font-size: 1em;
	background-color: #6666CC;
	color:#fff;
}


td.tx-ttnews-browsebox-SCell {
	font-size: 1em;
	background-color: #5B5C8C;
	color:#fff;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #5B5C8C;
	border:1px solid #000066;
	color: #fff;
}

.tx-ttnews-browsebox a,
.tx-ttnews-browsebox a:link,
.tx-ttnews-browsebox a:visited,
.tx-ttnews-browsebox a:hover,
.tx-ttnews-browsebox a:focus {
	background-color: #6666CC;
	color: #fff;
	font-weight: bold;
}


.tx-ttnews-browsebox-SCell a,
.tx-ttnews-browsebox-SCell a:link,
.tx-ttnews-browsebox-SCell a:visited,
.tx-ttnews-browsebox-SCell a:hover,
.tx-ttnews-browsebox-SCell a:focus {
	background-color: #5B5C8C;
	color: #fff;
	font-weight: bold;
}


/*--------------------------------- tt_news Search view  ---------------------------------*/

.news-search-emptyMsg {
	font-size: 0.8em;
}

.news-search-form form {
	font-size: 0.8em;
}

.news-search-form {
	margin-bottom: 1em;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	margin-bottom:1em;
	border:1px solid #000066;
}

.news-single-item H1 {
	font-size: 0.9em;
	padding: 0.5em 0.5em 0.5em 0.3em;
	font-weight:bold;
	background-color:#000066;
	color: #fff;
	margin:0 !important;
	border-bottom:1px solid #000066;
}

.news-single-item H2 {
	padding: 0.5em 0.5em 0.5em 0.3em;
}

.news-single-item H3 {
	padding: 0.5em;
	font-size: 0.8em;
	font-weight:normal;
	font-style:italic;
	text-align:left;
}

.news-single-img {
	float: right;
	margin:0.5em;
	position:relative;
	border:1px solid #000066;	
	background-color:#000066;
	color:#fff;
}

.news-single-img img {
	display: block;
}

.news-single-imgcaption {
	padding:0.3em;
	clear:both;
	font-size: 0.7em;
	font-weight:bold;
	background-color:#000066;
	color: #fff;
	border-top:1px solid #000066;
}

.news-single-category {
	font-size: 0.7em;
	float: right;
	margin: 0.5em;		
	position:relative;
}

.news-single-backlink,
.news-single-backlink a {
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.5em;
	background-color:#000066;
	color: #fff;		
}

.news-single-backlink {
	border-top: 1px solid #000066;
}

.news-single-timedata {
	float: left;
	font-size: 0.8em;
	font-weight:bold;
	background-color:#000066;
	color: #fff;
}

.news-single-item p.bodytext {		
	padding: 0.5em;
	margin:0.2em;
}

.news-single-item p.MsoNormal {		
	padding: 0.5em;
	margin:0.2em;
}



.news-single-additional-info {
	color:#fff;
	background-color:#000066;
	/*clear: both;*/
	font-size: 0.8em;
}

.news-single-related,.news-single-files,.news-single-links  {
	border-top: 1px solid #ccc;
	padding: 0.3em 0.3em 0 0.3em;
	color:#fff;
	background-color:#000066;
}

.news-single-links  {
	border-top: 1px solid #000066;	
}

.news-single-links a,
.news-single-links a:link,
.news-single-links a:visited,
.news-single-links a:hover,
.news-single-links a:focus {
	font-size: 1.2em;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin: 0 0.3em 0.3em 0.3em;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	margin: 0 0.3em 0.3em 0.3em;
}

.news-single-files img {
	margin-right:0.3em;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-bottom:2em;
}

.news-amenu-container a,
.news-amenu-container a:link,
.news-amenu-container a:visited,
.news-amenu-container a:hover,
.news-amenu-container a:focus {
	color:#fff;
	font-weight: bold;
	background-color:#000066;
}

.news-amenu-container ul {
	list-style-type: none;
	padding:0.3em;
	margin-top:0.5em;
	border:1px solid #000066;
	background-color:#000066;
	color:#fff;
	list-style-position:inside;
}

.news-amenu-container dd {
	padding:0;
	margin:0;
}

.news-amenu-container li {
	padding:0.1em;
}

.news-amenu-container h2 {
	font-size:1.3em;
	color:#fff;
	background-color:#000066;
}

.news-amenu-item-year {
	text-align:center;
	font-weight: bold;
	border: 1px solid #000066;
	background-color: #fff;
	color:#000066;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #000066;
	color:#fff;
	background-color:#000066;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding: 1px 1px 1px 10px;
	background-color:#000066;
	color:#fff;
	border-left:1px solid #000066;
	border-top:1px solid #000066;
}
.level2 {
	padding: 1px 1px 1px 10px;
	background-color:#000066;
	color:#fff;
	border-left:1px solid #000066;
}
.level3 {
	padding: 1px 1px 1px 10px;
	background-color:#000066;
	color:#fff;
	border-left:1px solid #000066;
	border-top:1px solid #000066;

}
.level4 {
	padding: 1px 1px 1px 10px;
	background-color:#000066;
	color:#fff;
	border-left:1px solid #000066;
}

/* Kontakt-Formular */



#content div.csc-mailform-field {
	font-weight:bold;
	width: 40em;
	margin: 0.5em;
	vertical-align:top;
}

#content div.csc-mailform-field input {
	padding: 0.2em;
	border: 2px #000066 solid;
	background-color:#fff;
	color:#000066;
	font-weight:bold;

}

#content div.csc-mailform-field input.csc-mailform-submit {
	margin-left: 7.4em;
	padding: 0.1em;
	border: 2px #000066 solid;
	background-color:#6666CC;
	color:#fff;
	font-weight:bold;
	/*height:1.7em;*/
	cursor: pointer;
}

#content div.csc-mailform-field label {
	width: 7.5em;
}

#content div.csc-mailform-field textarea {
	font-size:1em;
	border: 2px #000066 solid;
	padding: 0.2em;
	background-color:#fff;
	color:#000066;
	font-weight:bold;
}

div.tx-wssitemap-pi1 a,
div.tx-wssitemap-pi1 a:link,
div.tx-wssitemap-pi1 a:visited {
	background-color:#fff;
	color:#000066;
}


div.tx-wssitemap-pi1 a:focus,
div.tx-wssitemap-pi1 a:hover,
div.tx-wssitemap-pi1 a:active {
	background-color:#fff;
	color:#000066;
}

div.tx-mllink2map24-pi1  input {
	margin-bottom: 0.2em;
	padding: 0.2em;
	border: 2px #000066 solid;
	background-color:#fff;
	color:#000066;
	font-weight:bold;
}

div.tx-mllink2map24-pi1  input.formBut {
	background-color:#6666CC;
	color:#fff;	
}
