/* -------- allgemein -------- */

body {
	color: #4c4c4c; 
	font-size: 11px; 
	line-height: 18px; 
	font-family: Verdana, sans-serif; 
	margin:0; 
	padding:0;
	height: 100%;
	}

html
	{
	height: 100%;
	} 
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1.5em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

a, a:link, a:visited { 
	font-size: 11px; 
	padding: 0px 3px 0px 3px;
	text-decoration:none;
	color: #da7716;
	}

a:active { color: #000000;	text-decoration:none; border-color: #fff;}
a:hover { color: #ecc32c; text-decoration:none;}

	hr {display: block;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0.5em;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-style: inset;
border-width: 0px;
border-bottom: 1px solid #da7716;}
h1, H1 {
	font-size: 12px; 
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 18px; 
	font-weight: bold;
	text-decoration: none;
	color: #da7716;
	}
	
.csc-firstHeader{
	font-size: 12px; 
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #da7716;
	}
	
h2, H2 {
	font-size: 12px; 
	line-height: 18px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	}

.locontentslider h1 {  
     padding: 10px 0 20px 0px;
    font-weight:bold;
text-decoration: underline;
   background-position:0px 22px;
   }
  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; border-top: 0px #fff solid; border-bottom: 0px #666 solid;	font-size: 11px; 
	line-height: 18px; 
	font-family: Verdana, sans-serif;  }
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }
  thead {
display: table-header-group;
vertical-align: top;
border-color: #da7716;
}

	th, td {padding: 2px;vertical-align: top;}
	
	th {
  	border: 0px solid #999; 
  	text-align: center;  
  	background-color: #da7716;
  	color: #fff;
  	vertical-align: top;
  	border-right: 1px solid #fff;
  }
  
  tr td {
  	border: 1px solid #999; 
  	text-align: left;  
  }
  tr:hover td {
  	border: 1px solid #999; 
  	text-align: left;  
  	background-color: #f6f6f6;
  
  }
strong, b, B {
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.headline {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #DD4613;
	text-align: left;
	}


.important{
	padding: 10px 0px 0px 0px;
	font-weight: normal;
	color: #C32300;
	}
		

	
li {  
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	text-decoration: none;	
	font-weight: normal;
	list-style: square #da7716;
	list-style-image: url(../img/arrow_act.gif);
	}
	
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	list-style: #da7716;
	list-style-image: url(../img/arrow_act.gif) ;
	 }	

.csc-header{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}


.csc-header-n1{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
	div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, div.csc-textpic-border div.csc-textpic-single-image img {
border: 1px solid #ccc;
padding: 0px 0px;
margin: 5px 5px;
}

/* -------- Ebenen positionieren -------- */

#wrapper{
	width:782px;
	margin: 0 auto;
	}

#top{
	padding-top:10px;
	height:28px;
	float:right;
	}
#topnav, #language {
	display:inline; 

	}
#topnav {
	margin: 0 30px 0 0;
	position: relative;
	top: -5px;
	}
#topnav a {
	padding: 0 5px;
	}

#header-img{
	width:780px;
	height:158px;
	clear:both;
	}
#mainnav{
	height:37px;
	position: relative;
	top: -32px;
	}
#mainnav a:first-child{
	margin:0
	}

#leftcontent{
	width:156px;
	float:left;
	}
#content{
	margin-left:180px;
	}
#subnav{
	text-align: right;
	margin-bottom: 20px;
}

#main-content{
	float:left;
	}

/*---------------ebenen pos ende--------------*/

/*------------------FLEX---------------------*/
.clear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
.flex-wrapper-33-33-33 .left {

	float:left;
	width:33%;
	}
	
	.flex-wrapper-33-33-33  .center{

	float:left;
	width:33%;
	}
	
.flex-wrapper-33-33-33 .right {
	float:left;
	width:33%;
	}
	
	
	
	
.flex-wrapper-66-33 .left{
	float:left;
	width:66%;
	}
.flex-wrapper-66-33 .right{
	width:33%;
  float:left;
	}


/*-------FLEXENDE-------------*/
#teaser h1 {background:#da7716; color: #fff; padding: 4px 4px 4px 4px; text-align: center; 	font-size: 10px; }

#teaser bodytext{	padding: 10px 10px 0px 10px; text-align: left; 
border-left: 1px solid #ecc32c;
border-right: 1px solid #ecc32c;
border-bottom: 1px solid #ecc32c;
}
#teaser p	{padding: 10px 10px 0px 10px; border-top: 1px solid #ecc32c; text-align: left;
	border-left: 1px solid #ecc32c;
border-right: 1px solid #ecc32c;
border-bottom: 1px solid #ecc32c;
	}

#teaser b, strong	{ padding: 4px 4px 4px 0px; text-align: left; }
#table-img {
	line-height: 12px; 		

	}

#footer{
	margin-top: 60px;		
	width: 460px;
	height: 33px;
	border-top: dotted 1px;
	border-color: #cccccc;
	}
	
#footer-weidth{
	margin-top: 60px;	
	padding: 10px 0 0 0;	
	width: 100%;
	height: 33px;
	border-top: dotted 1px;
	border-color: #da7716;
	}



#box {
	margin: 10px 0 0px 0;	
	padding: 10px 0px 10px 0px;	
	width: 600px;
	border-top: dotted 1px;
	border-color: #adadad;
	}
	
	
/* -------- Navigation -------- */	
	

a.topnav, a.topnav:link, a.topnav:visited { 
	padding: 0px 3px 0px 3px;
	text-decoration: none; 
	line-height: 12px; 
	color: #5B5D69;
	border-bottom: solid 1px;
	border-color: #fff;

	}

a.topnav:active {color: #da7716;}
a.topnav:hover {color: #ecc32c; }


a.nav, a.nav:link, a.nav:visited {
	padding: 3px 7px 3px 7px;
	margin: 0px 0px 0px 3px;
	font-size: 11px; 
	text-decoration: none; 
	line-height: 30px; 
	font-weight: bold;
	color: #fff;
	background: #ecc32c;
	border-top: dotted 1px;
	border-right: dotted 1px;
	border-color: #fff;
	display: block;
	float: left;
	}


a.nav:hover { 
	color: #ecc32c; 
	background-color: #fff;
	border-top: dotted 1px;
	border-right: dotted 1px;
	border-color: #ecc32c;
	}
	
a.nav:active { 	color: #ecc32c;		border-bottom: solid 0px; border-color: #fff;}
	
	
a.navact, a.navact:link, a.navact:visited {
	padding: 3px 7px 3px 7px;
	margin: 0px 0px 0px 3px;
	text-decoration: none; 
	color: #fff;
	font-size: 11px; 
	font-weight: bold;
	line-height: 30px; 
	bottom: 0px; 
	background-color: #da7716;
	border-top: dotted 1px;
	border-right: dotted 1px;
	border-color: #da7716;
	display: block;
	float: left;
	}

a.navact:hover { 
background-color: #ecc32c;	
	color: #fff;  
	border-top: dotted 1px;
	border-right: dotted 1px;
	border-color: #ecc32c;}
	
a.navact:active { 	color: #626E79;		border-bottom: dotted 0px; border-color: #fff;}
	

a.sub, a.sub:link, a.sub:visited {
	width: 150px;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 2px 0px;
	font-size: 11px; 
	text-decoration: none; 
	line-height: 30px; 
	font-weight: bold;
	color: #fff;
	background: #da7716;
	border: solid 1px #fff;
	display: block;
	float: left;
	}


a.sub:hover { 
	color: #da7716; 
	background-color: #fff;
	border: solid 1px #fff;
	}
	
a.sub:active { 	color: #ecc32c;		border-bottom: solid 1px #fff;}
	
a.subact, a.subact:link, a.subact:visited { 
	width: 150px;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 2px 0px;
	font-size: 11px; 
	text-decoration: none; 
	line-height: 30px; 
	font-weight: bold;
	border-bottom: solid 1px #fff;
	background: #fff;
	color: #da7716;
	display: block; 
	}

a.subact:active { color: #da7716;	border-bottom: solid 1px #fff;}
a.subact:hover { color: #ecc32c;}
	

a.subsub, a.subsublink, a.subsub:visited { 
	padding: 3px 0px 3px 0px;
	margin: 0 0 0 0;
	text-decoration: none; 
	line-height: 30px; 
	border-bottom: dotted 1px;
	border-color: #da7716;
	color: #da7716;
	display: block;
	}

a.subsub:active { color: #626E79;	border-bottom: solid 0px;
	border-color: #fff;}
a.subsub:hover { color: #ecc32c;	}
	
	
a.subsubact, a.subsubactlink, a.subsubact:visited { 
	padding: 0px 0px 4px 0px;
	margin: 0 0 0 0;
	text-decoration: none; 
	color: #da7716;
	border-bottom: dotted 1px;
	border-color: #da7716;
	display: block;background: transparent;
	}

a.subsubact:active { color: #da7716;	border-bottom: solid 0px;
	border-color: #fff;}
a.subsubact:hover { 	color: #ecc32c;	}
	

a.content, a.content:link, a.conten:visited { 
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	line-height: 14px; 
	border-bottom: solid 1px;
	border-color: #5B5D69;
	color: #5B5D69;
	}

a.content:active { color: #000000;	border-bottom: solid 0px;
	border-color: #fff;}
a.content:hover { color: #ecc32c; border-color: #ecc32c;}

a.important, a.important:link, a.important:visited { 
	padding: 10px 0px 10px 0px;
	text-decoration: none; 
	font-weight: bold;
	line-height: 18px; 
	width: 150px;
	color: #5B5D69;
		border-bottom: solid 0px;
	border-color: #fff;
	font-weight: bold;
	}
	
a.important:active { color: #5B5D69;	border-bottom: solid 0px;
	border-color: #fff;}
a.important:hover { color: #da7716;}


a.footer, a.footer:link, a.footer:visited { 
	padding: 10px 0px 10px 0px;
	text-decoration: none; 
	line-height: 18px; 
	color: #666666;
	text-decoration: none; 
	font-weight: normal;
	}

a.footer:active {color: #000000; 	border-bottom: solid 0px;
	border-color: #fff;}
a.footer:hover {color: #000000;		border-bottom: solid 0px;
	border-color: #fff;}


/* -------- Bilder und Formulare -------- */
.img {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	float: left;
	}
	
.csc-textpic-imagewrap{	border: 1px solid #fff;
	}


input {
	margin: 4px 4px 4px 4px;
	background-color: #fff;
	border-left: 1px solid #5B5D69;
	border-right: 1px solid #5B5D69;
	border-top: 1px solid #5B5D69;
	border-bottom: 1px solid #5B5D69;
	font-family:  verdana;
	color: #5B5D69;
	font-size: 11px;
	}
	

select{
 	margin: 4px 4px 4px 4px;
	background-color: #fff;
	border-left: 1px solid #5B5D69;
	border-right: 1px solid #5B5D69;
	border-top: 1px solid #5B5D69;
	border-bottom: 1px solid #5B5D69;
	font-family:  verdana;
	color: #5B5D69;
	font-size: 11px;
	}
	
.csc-mailform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:0;
}


.csc-mailform-field, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	font-color: #626E79;
	}

.form  {
	display:inline;
	background-color: #fff;
	border-left: 1px solid #cc3300;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-family:  verdana;


	font-size: 11px;
	}


img {
	border: 0px;
}

.tx-indexedsearch-searchbox-sword {
		font-family:  verdana;
	font-color: #da7716;}
	
	
.tx-indexedsearch-redMarkup{
		font-family:  verdana;
	font-color: #000000;}
	
.tx-indexedsearch-info {background: #cc3300;}
