@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
.hr {
	border: 0px;
	height:1px;
	background-color: #CCCCCC; 

}
hr{
	border: 0px;
	height:1px;
	background-color: #CCCCCC; 
}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #cccccc;
	background-image: url(background1.jpg);
}
/* headers */
.csc-firstHeader, h1 {
	font-size: 1.5em;
	color: #666;
	font-weight: normal;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
h3 {
	font-size: 0.9em;
}
/***********************
	  LAYOUT
************************/
.wrap {
	background: #FFF;
	width: 930px;
	height: 100%;
	margin: 0px 30px 0px 30px;
	padding-top:30px;
	text-align: left;
}
.rahmen {
	width : 990px;
	margin-left : 0px;
	padding: 0px;
	z-index: 2;
	background-color: #fff;
	margin-left: auto; /* ZENTRIERUNG DES DIVS */
	margin-right: auto; /* ZENTRIERUNG DES DIVS */
	margin-top: 10px;
}
/* header */
.header {
	background: #fff;
	color: #fff;
	height: 340px;
}
.logo {
	height: 80px;
	background-color:#FFFFFF;
}
.menu {
	height: 30px;
}
/* sidebar */
.sidebar {
	float: left;
	width: 19.6%;
	margin: 0;
	padding: 0;
	display: inline;
	min-height: 590px;
	background-image: url(strich.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* main_content */
.main {
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0;
	width: 60%;
	min-height: 590px;
}
.main a:link, .main a:visited {
	color: #666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main a:hover {
	color: #034f8d;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main ul {
	margin-left: 20px;
	padding-left: -20px;
}
.main fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* rightbar */
.rightbar {
	margin-left: 15px;
	float: right;
	width: 18%;
	padding: 0;
	margin:0;
	min-height: 590px;
	background-image: url(strich.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Footer */
.footer {
	clear: both;
	color: #666;
	margin-top: 0px;
	height: 45px;
	font-size: 95%;
	background-color: #F7F7F7;
}
.footer a {
	text-decoration: none;
	color: #666;
}
.footer a:hover {
	text-decoration: none;
	color: #034f8d;
}
.footer .footer-left {
	float: left;
	width: 65%;
	margin-top: 10px;
	margin-left: 10px;
	color: #666;
}
.footer .footer-left a {
	color: #666;
}
.footer .footer-left a:hover {
	color: #034f8d;
	;
}
.footer .footer-right {
	float: right;
	width: 30%;
	text-align: right;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 10px;
}
.menu_container {
	position:relative;
	width:735px;
	height:25px;
	z-index:100;
}
/***********************
	  TOPNAVI
************************/
ul.menu {
	list-style-type: none;
}
ul.menu ul {
	list-style-type: none;
}
ul.menu a {
	display: block;
	padding: 3px 30px 0px 0px;
	color: #666;
	text-decoration: none;
	background:transparent url(transparent.png);
	width: 60px;
	border: 1px solid #fff;
}
ul.menu a:hover {
	color: #034f8d;
	font-weight: bold;
}
.active {
	color: #034f8d;
	font-weight: bold;
}
ul.menu li {
	padding: 0;
	margin: 0;
	float: left;
}
/* Für Unterpunkte keine Float-Eigenschaft */

ul.menu ul li {
	float:none;
}
ul.menu ul li a {
	padding: 0;
	width: 180px;
}
/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */

ul.menu ul li.hover, ul.menu ul li:hover {
	background-color: #fff;
}
/* Zweite Ebene */

        ul.menu ul {
	margin:0;
	padding: 0;
	position: absolute;
	display: none;
}
/* Zweite Ebene anzeigen */

    ul.menu li.hover ul, ul.menu li:hover ul {
	display: block;
}
/* Dritte Ebene */

   ul.menu li.hover ul ul, ul.menu li:hover ul ul {
	display: none;
	margin-top: -21px; /* Höhe eines Listenelements */
	margin-left: 182px; /* Breite eines Listenelements - Überlagerung */
}
/* Dritte Ebene anzeigen */

       ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
	display: block;
}
/* texteditor */

img {
	border:0
}
.note {
	background:#dfd;
	padding: 1em;
	border-bottom: 1px #bdb dotted;
}
.important {
	background:#ffd;
	padding:1em;
	border-bottom:1px #ddb dotted;
}
.warning {
	background:#fdd;
	padding:1em;
	border-bottom:1px #dbb dotted;
}
p.align-left {
	text-align: left;
}
p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}


/* pagebrowser */
.cag_pagebrowser {
	position:relative;
	left: -50px;
}
.cag_pagebrowser ul li a span {
	display: none;
}
.cag_pagebrowser ul li span {
	display: none;
}
.cag_pagebrowser ul li ul li a {
	font-size: 1em;
	color: #666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* wt_directory */
.option {
	font-size: 1em;
	color: #666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wt_directory_menu {
	display:inline;
	margin-left: 5px;
}

.menu_einruecken ul li a.wt_directory_active {
color: #034f8d;
font-weight:bold;
}
.wt_directory_pagebrowser {
	list-style-type: none;
	list-style-image:none;
	margin-left: -20px;
}
.menu_einruecken {
	margin-left: -25px;
	padding-left: -25px;
	overflow:hidden;
}


/*mailform*/

.csc-mailform-submit {
  	font-size: 1em;
	color: #666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}
.submit {
  font-size: 1em;
	color: #666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
}

/*pressemitteilung css*/

.pressemitteilung_news-list-container HR.clearer, .pressemitteilung_news-single-item HR.clearer, .pressemitteilung_news-latest-container HR.clearer{
	clear:right;
	height:1px;
	color: #ccc;
	/*border:1px solid #F9FFE5;*/

}
/*tt_news*/
.tx-ttnews-browsebox-SCell {
	color: #034f8d;
	text-decoration: none;
}

/*stats4free*/

.weg {display: none;
}

/*Newsletter*/

a, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	color:#333333;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}
.blau {
	color: #034f8d;
}
hr {
	background: #034f8d;
	color: #034f8d;
	height: 1px;
	border: 0;
}
.style1 {color: #FF0000}

/*ueberschrift*/

.csc-header csc-header-n2.h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#666;
}
