/*
*** item international stylesheets 
*/

/*
*** Standard-Eigenschaften aller Elemente im body *** 
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #D8D8D8;
	text-align:center;
}

#menu{ 
background-image: url(../img/lay/trans.png);
background-repeat: repeat;
opacity: 0.8;
filter: alpha(opacity=80);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/lay/trans.png', sizingMethod='scale');
}



/* 
*** Abstaende der Formulare zuruecksetzen ***
*/
form {
	padding:0;
	margin:0;
}

/*
*** Haupt-Container, umschliesst saemtliche Inhalte zur kompletten zentrierung und fuer Hintergrund ***
*/
#container {
	text-align: left;
	padding: 0px;
	background-repeat: repeat-y;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
}

/*
*** Header, Hintergrund fuer Hauptnavigation und Suche ***
*/
#header {
	padding:0px;
	margin:0px;
	background-color: #D8D8D8;
	width:900px;
	height:110px;
	background-image: url(../img/lay/bg_header.gif);
	background-repeat: no-repeat;
}


/*
*** Hauptnavigation ***
*/
#headnav {
	padding:0;
	margin:0;
/*	position:relative;
	z-index:2; */
	margin-left:20px;
	padding-top:40px;
	width:340px;
	height:24px;
}

.menunav_spacer {
	margin-right:10px;
}

/*
*** Div f?r funktionale Verweise ***
*/
#funkverw {
	position:relative;
	padding-top:10px;
	left:20px;
	color: #707172;
	width:300px;
	height:20px;
	z-index:1;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 11px;
}

/*
*** Links in den funktionalen Verweisen ***
*/
#funkverw a, #funkverw a:hover, #funkverw a:link {
	color: #707172;
	text-decoration: none;
}

/*
*** item Logo ***
*/
#logo {
	position:relative;
	width:140px;
	height:41px;
	left:760px;
	top:-50px;
}

/*
*** Navigation ***
*/
#nav {
	float: left; 
	width:200px;
	font-size: 9px;
}

/* 
*** Menue in Navigation als Aufzaehlung ***
 */
#nav ul {
	margin:0;
	padding:0;
	padding-top:12px;
	padding-left:40px;
}
#nav li {
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	z-index:2;
}

/*
*** Links in Navigation ***
*/
#nav a:hover {
	color:#1A1A1A;
}

/*
*** umschliesst Content-Div ***
*/

#banner  {
    background-color: #efefef;
	float: clear;
	width: 690px;
	padding-left: 210px;
}

#banner_text  {
    background-color: #efefef;
	float: clear;
	width: 900px;
	padding-left: 0px;
}


#center {
	background-color: #ffffff;
	float: left;
	width: 490px;
}

/*
*** Inhalt ***
*/
#cont {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: #ffffff;
	line-height: 15px;
	overflow:hidden;
}

/*
*** Tabellen im Inhalt ***
*/
#cont table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707172;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/* Bilder im Content */
#cont img {
	border:0px;
	padding-top: 5px;
	padding-bottom: 5px;

}


/*
*** Ueberschriften im Inhalt ***
*/
#cont h1 {
	padding-top:0;
	margin-top:10px;
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#9c9c9c;
}

#cont h2 {
	padding-top:0;
	padding-left:5px;
	margin-top:10px;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#9c9c9c;
}

#cont h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
}


#cont p {
	padding-bottom:7px;
	margin:0px;
	padding-left: 5px;
}

/*
*** Links im Inhalt ***
*/
#cont a {
	color:#707172;
	text-decoration:none;

}
/* 
***Links in Tabellen angelegt von ThomK 20.09. 2006***
*/
#cont table a   {
	text-decoration:none;

}
#cont a:hover {
	color:#000000;
}

#head {
	margin-bottom:10px;
}

#head a{
	color:#9c9c9c;
}

.head {
	padding-top:0;
	margin-top:10px;
	margin-left:0px;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color:#9c9c9c;
}




/* 
*** Klassen fuer Navigartions-Menuepunkte ***
*/

/*
*** Menuepunkte der ersten Ebene ***
*/
.sub1, .sub1 a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

/*
*** Menuepunkte der ersten Ebene - aktiv ***
*/
.sub1akt, .sub1akt a {
	font-weight: bold;
	color: #e32118;
	text-decoration: none;
	font-size: 10px;
}

/*
*** Menuepunkte der zweiten Ebene ***
*/
.sub2, .sub2 a {
	font-weight: normal;
	color: #9c9c9c;
	text-decoration: none;
	font-size: 10px;
}

/*
*** Menuepunkte der zweiten Ebene - aktiv ***
*/
.sub2akt, .sub2akt a {
	font-weight: normal;
	color: #e32118;
	text-decoration: none;
        font-size: 10px;
}

/*
*** rechter Div, umschliesst Inhalt der rechten Spalte ***
*/
#rechts {
	float: left;
	width: 185px;
	margin-top:13px;
	margin-left: 15px;
	background-color: #ffffff;
	height:350px;
	overflow:hidden;
	line-height: 15px;
}

/*ALT ANFANG*/

*** Inhalt der rechten Spalte ***

#spalte {
	width:238px; 
	background-color: #FFFFFF;
/*	padding-right: 20px; */
	line-height: 16px;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}

/*
*** Ueberschriften in der rechten Spalte ***
*/
#spalte h1, #spalte h2 {
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 4px 4px 4px 6px;
       
}

#spalte ul {
	margin:0;
	padding:0;
	list-style: none; 
}
#spalte li {
	background: url(../img/uebersicht/pfeil.gif) 0 0.1em no-repeat;
	list-style-position:outside;
	padding-bottom:10px;
	margin-bottom:5px;
        padding-left: 10px;
}

/*
*** Absaetze in der rechten Spalte ***
*/	
#spalte p {
	margin: 0px 1px 1px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/*
*** Links in der rechten Spalte ***
*/
#spalte a {
	color:#707172;
	font-weight:bold;
	text-decoration:none;
}

.underline {
	color:#707172;
	font-weight:bold;
	text-decoration:underline;
}

/*
*** Grafiken in der rechten Spalte ***
*/
#spalte img {
	float: left;
	margin: 5px 5px 5px 10px;
}

/*ALT ENDE*/


/*
*** Boxen ***
*/


.box {
	float:left;
	width:210px; 
	background-color: #FFFFFF;
	line-height: 14px;
	overflow:hidden;
}

.boxhead {
	float:left;
	width:210px; 
    color: #666;
	overflow:hidden;
	background-color: #efefef;
	padding: 4px 4px 2px 10px;
	margin-bottom: 10px;
}

.box-content {
	padding-left:5px;
}

/*
*** Footer mit funktionalen Verweisen ***
*/
#footer {
	width: 900px;
	height: 30px;
	background-color:#D8D8D8;
	background-image:url(../img/lay/bg_footer.gif);
	background-repeat:no-repeat;
	text-align:right;
}

/*
*** Absaetze im Footer (Abstand nach rechts) ***
*/
#footer p {
	padding-right:0px;
	padding-top:5px;
}

/*
*** Links im Footer ***
*/
#footer a {
	color:#666;
	text-decoration:none;
}

/*
*** Hebt float:left der Navigation wieder auf ***
*/
#fluss {
	clear: both;
}


/* *** **** *** *** *** ****
*** *** *** TYPO3 Styles ***
*/

/* In-Text-Bilder (links) formatieren */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { 
	float: left; 
	padding-right:0px; 
}

DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { 
	float: left; 
	padding-right:0px;
	padding-left: 10px; 
}

/*
*** Bilder von Pressemitteillungen formatieren ***
*/
.news-single-img {
	float:right;
	padding-right:20px;
	padding-left:5px;
}

.news-single-imgcaption {
	padding-left:0;
	padding-right:0;
	padding-top: 5px;
	margin:0;
	width: 150px;
	font-style: italic;
	line-height: 1.2em;
}

.news_datum{
padding-left: 5px;
}

.news-amenu-container{
border: 1px solid #efefef;
}



p.bodytext {
   line-height: 15px;
}

p.bodytext a{
   color: #707172;
   font-weight:bold;   
   text-decoration: none;
}


/*
*** Kontaktformular formatieren ***
*/

.csc-mailform {
	border:0px;
	padding:0px;
	margin:5px;
}

.csc-mailform-field {
	clear:both;
}

.csc-mailform-field label {
	clear:both;
	float:left;
	width:180px;
}
.csc-mailform-submit {
	float:left;
	margin-left: 180px;
	margin-top: 5px;
	border: 1px solid #666;
	background-color: #efefef;
	font-size: 11px;
	color: #555;
}

.csc-mailform-submit2 {
	float:left;
	border: 1px solid #666;
	background-color: #efefef;
	font-size: 11px;
	color: #555;
}

.csc-mailform-input, .csc-mailform-textarea {
	float:left;
	margin-bottom:2px;
	border: 1px solid #666;
	font-size: 11px;
	color: #555;
}
.csc-mailform-check {
	float:left;
	margin-bottom:10px;
}
.csc-mailform-field img {
	clear:both;
	padding-top:10px;
	padding-left:5px;
	margin-bottom:30px;
	margin-right:10px;
}



/* Tabellen-Zellen Ausrichtung */
.align-right {
	text-align:right;
}


.contenttable td {
	height:10px;
	padding:0px;
	margin:0px;
	font-size: 11px;
}

.contenttable{
	width: 460px;
}


.tr-even{
background-color: #efefef;
height: 18px;
}

.tr-odd{
height: 18px;
background-color: #ffffff;
}

.td-last{
text-align: right;
}

td{
font-size: 11px;
}


.tabelle-hellgrau{
background-color: #efefef;
}
.table{
width: 460px;
}

/* horizontale Linie */
hr {
	background-color: #D8D8D8; /* Mozilla */
	color: #D8D8D8; /* IE */
	border: #D8D8D8; /* Opera */
	height:1px;
	margin: 10px 0 10px 0;
	padding: 0;
}




/***************/
/* SITEMAP *****/
/***************/

div.csc-sitemap {
   margin: 5px 0 0 50px;
}

div.csc-sitemap a {
   color: black;
   text-decoration: none;
}

/*Erste Ebene */

div.csc-sitemap ul {
   list-style: none;
}

div.csc-sitemap ul li{
   list-style-image: url(../img/uebersicht/pfeil.gif);
   margin: 0px 0;
}

/*Zweite Ebene */

div.csc-sitemap ul li ul{
   margin-left: 15px;   
}

div.csc-sitemap ul li ul li{
   list-style-image: url(../img/uebersicht/pfeil_grau.gif);
   margin: 0px 0;
} 

/*Dritte Ebene */

div.csc-sitemap ul li ul li ul li{
   margin-left: 10px; 
   list-style-image: url();
}


/*tt_news */
#float_left{
   float:left;
}
#float_right{
   float:right;
}
