/* General */
body {
   margin: 0;
   padding: 0;
   font-size: 14px;
}

h1{
  font-weight:lighter;
}

* {
   margin: 0;
   padding: 0;
}

html, body {
	font-family: Arial , Tahoma, Helvetica, Verdana, sans-Serif;
}

a {
   text-decoration: none;
   color: #E98200;
   outline: none;
}

a:hover {
	text-decoration: none;
	color: #E98200;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}

.bold{
font-weight:bold;
}

.space {margin-bottom:1px;}
.fl {float:left; position:relative}
.fr {float:right;}
.fn {float:none;}
.cb {clear:both;}

div#wrapper {
  text-align: left;
  margin: 8px auto 0;
  width: 993px;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  min-height: 578px;
}

div#top {
  float: left;
  width: 600px;
  height: 56px;
}

div#logo {
  float: right;
  background-color: black;s
  width: 154px;
  height: 58px;
}

div#spacerTop {
  clear: both;
  height: 8px;
  line-height: 0;
}

* html div#spacerTop {
  height: 1px;
}

div#spacerBottom {
  height: 10px;
  clear: both;
}

* html div#spacerBottom {
  height: 0px;
  clear: both;
}

/* Layout columns */
div#col-left {
  float: left;
  /*font-size: 0.91em;*/
 font-size:12px;
  width: 161px;
  margin: 0; 
  padding: 0;
  min-width: 161px;
  /*background: url(../upload/site/Kachel_linie_weiss.png) repeat-x bottom;*/
}

* html div#col-left {
  margin-right: 20px;
  background: url(../upload/site/Kachel_linie_weiss.gif) repeat-x bottom;
}

div#col-right {
	width: 170px;
	float: left;
}

.contentpage #contentWrapper {
  background-color: white;
  background-repeat: no-repeat;
  min-height: 700px;
  padding: 20px 0 0 0;
}

* html .contentpage #contentWrapper {
  height: 700px;
}

.mainpage #contentWrapper, .indexpage #contentWrapper{
  background-color: white;
  background-repeat: no-repeat;
  min-height: 500px;
  padding: 20px 0 0 0;
}

* html .mainpage #contentWrapper, * html .indexpage #contentWrapper{
  height: 500px;
}

div#wrapper-body{
  background-color: white;
  color: black;
  margin: 0 348px 0 181px;
  border: 1px solid #999;  
}

div#col-body {
  background-color: white;
  color: black;
  margin: 0 368px 0 181px;
  padding: 20px 17px 10px 10px;
  border: 1px solid #999;
}

* html div#col-body {
  float: none;
  width: 388px;
  margin: 0;
}

div#col-body img {
  padding: 0;
}

div#col-body a {
	color: #D9681C;
}

div#col-body h1 {
  font-size: 19px;
  color: #E98200;
  padding:0 0 15px 0;
}

div#col-body h2 {
  font-weight: bold;
  font-size: 11px;
  padding: 6px 0 8px;
}

div#col-body p {
  font-size: 11px;
  padding: 0 0 12px;
  line-height: 1.2;
}

/* Content */
div#col-body ol li {
  font-size: 11px;
  list-style-type: decimal;  
  margin: 0 18px;
}

div#col-body div.artikelliste p {
  padding: 0 10px;
}

div#col-body div.artikelliste p a {
	color: #E98200;
font-size:11px;
}

div.artikelliste .dottedhr{
margin-top:5px;
margin-bottom:5px;
}

div#col-body div.content ul {
	color: #3E4D74;
	padding: 10px 10px 0 10px;
	font-size: 0.6875em;
}

div#col-body div.content ul li {
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 0px 7px;
	padding: 3px 0 3px 10px;
}

* html div#col-body div.content ul {
	width: 100%;
}

* html div#col-body div.content ul li {
	float: left;
	width: 400px;
}

div#bc {
	color: #a0a0a0;
	font-size: 0.6875em;
	padding: 2px 10px 10px 10px;
}

div#bc a {
	color: #a0a0a0;
}

/* Footer */
div#footer {
  /*clear: both;
  text-align: center;*/
  float:right;
  text-align: right;
  width: 993px;
  margin: 0 auto;
  padding-top:5px;
  font-family: Arial,Helvetica,sans-serif;
  color: #999;
  font-size: 10px;
}

div#footer a{
  color: #999;
}

div#footer .footertext{
position:relative;
top:-8px;
padding-right:5px;
}

div#col-main {
  background-color: #EA8300;
  color: black;
  width:435px;
  margin: 147px 0 0 26px;
  padding: 15px;
  border: 0;
  float: none;
}

* html div#col-main{
  width:440px;
}

/* top navigation */
.topnavi{
padding-top:2px;
}


.topnavi a, .topnavi span{
  line-height:12px;
  text-align:middle; 
  padding-left:7px;
  color: #818181; 
  position:relative;
  float:left;
  font-size:11px;
}

.topnavi a:hover, .topnavi a:active{
  color: #E98200;
}

#topnavigation a:hover, #topnavigation a:active, #topnavigation a.activated{
  color: #E98200;
}

/* Meta navigation */
div#meta {
  padding: 34px 0 0;
  float: left;
  width: 850px;
  height: 12px;
  font-size: 12px;
  font-weight: bold;
}

div#meta p {
  width: 850Px;
  height: 12px;
  line-height: 12px;
  text-align: left;
}

*html div#meta {
  padding: 34px 0 0;
  float: left;
  width: 800px;
  height: 12px;
  font-size: 12px;
  font-weight: bold;
}

*html div#meta p {
  width: 800Px;
  height: 12px;
  line-height: 12px;
  text-align: left;
}

div#meta p a {
  margin: 0 26px 0 2px;
  color: #818181;
}

div#meta p a.inactivated{
  color: #818181;
}

div#meta p a:hover,div#meta p a:active,div#meta p a.activated {
   color: #E98200;
}

div#MetaNav {
  width: 590px;
  height: 12px;
}

/* Main navigation */
div#mnavi a {
  color:#fff;
  display: block;
  background-color: transparent;
}

div#col-left ul.e3 li {
        list-style: square outside;
}

div#col-left li a.e2p {
  padding: 3px 5px 3px 10px;
  background: url(../upload/site/Kachel_linie_weiss.png) repeat-x top;
}

*html div#col-left li a.e2p {
  background: url(../upload/site/Kachel_linie_weiss.gif) repeat-x top;
}

div#col-left li a.e2a {
	padding: 3px 5px 3px 10px;
}

div#col-left li a.e2o,
div#col-left li a.e2oa {
	padding: 3px 5px 1px 10px;
}

* html e2 li {
  height: 1em;
}

div#col-left li a.e2a {
	font-weight: bold;
        background: url(../upload/site/Kachel_linie_weiss.png) repeat-x top;
	color: #E98200;
}

* html div#col-left li a.e2a {
        background: url(../upload/site/Kachel_linie_weiss.gif) repeat-x top;
}

div#col-left li a.e2oa {
	font-weight: bold;
        background: url(../upload/site/Kachel_linie_weiss.png) repeat-x top;
	color: #E98200;
}

* html div#col-left li a.e2oa {
        background: url(../upload/site/Kachel_linie_weiss.gif) repeat-x top;
}

div#col-left li a.e2o {
    font-weight: none;
    background: url(../upload/site/Kachel_linie_weiss.png) repeat-x top;
}

*html div#col-left li a.e2o {
    background: url(../upload/site/Kachel_linie_weiss.gif) repeat-x top;
}

div#col-left li a.e3a,
div#col-left li a.e3oa{
   padding: 1px 5px 5px 20px;
   background: transparent url(../upload/site/pointo.gif) no-repeat 10px 8px;
}

div#col-left li a.e3p, 
div#col-left li a.e3o
{
   padding: 1px 5px 5px 20px;
   background: transparent url(../upload/site/pointw.gif) no-repeat 10px 8px;
}

div#col-left li a.e3a {
	font-weight: bold;
	color: #E98200;
}

div#col-left li a.e3oa {
	font-weight: bold;
	color: #E98200;
}

div#col-left li a.e3o {
	font-weight: none;
}

div#col-left li a.e4p {
	padding: 3px 5px 3px 30px;
}

div#col-left li a.e4a,
div#col-left li a.e4o {
	padding: 3px 5px 3px 30px;
	font-weight: bold;
	color: #E98200;
}

div#col-left li a.e4a {
   padding: 3px 5px 3px 30px;
   background: transparent url(../upload/site/pointo.gif) no-repeat 20px 10px;
}
div#col-left li a.e4p {
   padding: 3px 5px 3px 30px;
   background: transparent url(../upload/site/pointw.gif) no-repeat 20px 10px;
}

/* Right column */
div#col-right h1 {
	padding: 10px 10px 0 10px;
}

div#col-right h3 {
	font-size: 0.6875em;
	padding: 0 10px;
}

div#col-right p {
	font-size: 0.6875em;
	padding: 0 10px 20px 10px;
	color: #3E4D74;
	line-height: 1.5;
}

div#col-right a {
	color: #D9681C;
}

.left{
width:350;
}

.right{
width:350;
}

/* Contact form */
div.mailform label {
	float: left;
	width: 100px;
}

div.mailform input {
	vertical-align: middle;
}

div.mailform div.send{
	margin: 0 0 0 100px;
}

div.mailform div.send input {
	font-size: 11px;
}

div.mailform input.eingabe,
div.mailform textarea {
	width: 300px;
}

div.mailform textarea {
	height: 150px;
}

/* Sitemap */
ul.sitemap {
    width: 730px;
    margin-top:10px;
}

ul.sitemap li {
  background: url(../images/navi_pfeil_rechts.gif) no-repeat 5px 6px;
  padding: 2px 0 2px 15px;
  /*font-size: 0.6875em;*/
  font-size:12px;
  float:left;
  position:relative;
  margin-bottom:15px;
}

ul.sitemap li.level_1{
 height:170px;
 width: 160px;
}

ul.sitemap li.level_1 a{
 font-weight:bolder;
}

ul.sitemap li.level_2 a{
 font-weight:normal;
}

ul.sitemap li ul {
	width: 150px;
	margin: 5px 0 0 0;
}


ul.sitemap li ul li {
	width: 150px;
	font-weight:normal;
	/*font-size: 1em;*/
        font-size:11px;
	margin-top:0px;
margin-bottom:0px;
}


ul.sitemap li li a{
 font-weight:normal;
}

a.extern {
	padding: 0 0 0 12px;

	background: url(../images/button_externen_link.gif) no-repeat 0 4px;
}

/* dotted hr line*/
hr{
   border: 1px dotted #ccc;
   margin-bottom:5px;
 }

div.dottedhr {
background: url(../upload/site/dot.gif) repeat-x 1px;
border:0;
height:10px;
}
.dottedhr hr {
  display: none;
}

.hrbox{
margin:10px 8px 10px 0;
}

/* Boxes */
.trbox{
  background-color: #fff;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  width:428px;
  margin: 0 0 0 181px;
  padding:15px;
  border: 0;
}

.normalbox{
 background-color:#fff;
 filter:alpha(opacity=95);
 -moz-opacity:.95;
 opacity:.95;
 color:black;
 width:428px;
 margin: 20px 0 0 181px;
 padding:15px;
 border:0;
}

* html div.trbox{
  float: none;
  width: 428px;
  margin: 0;
}

* html div.normalbox{
 width:428px;
 margin: 20px 0 0 184px;
}

.contentpagebox{
 background-color:#fff;
 filter:alpha(opacity=95);
 -moz-opacity:.95;
 opacity:.95;
 color:black;
 width:428px;
 margin: 0 0 0 181px;
 padding:15px;
 border: 1px solid #E4E4E4; 
}

* html div.contentpagebox{
  float: none;
  width: 428px;
  margin: 0;
}


.simplecontentpagebox{
 background-color:#fff;
 filter:alpha(opacity=95);
 -moz-opacity:.95;
 opacity:.95;
 color:black;
 width:428px;
 margin: 0 0 0 181px;
 padding:15px;
 border: 1px solid #E4E4E4; 
}

.newslettercontentpagebox{
 background-color:#fff;
 filter:alpha(opacity=95);
 -moz-opacity:.95;
 opacity:.95;
 color:black;
 width:420px;
 margin: 230px 0 0 20px;
 padding:15px;
 border: 1px solid #E4E4E4; 
}

.sitemapbox{
 background-color:#fff;
 filter:alpha(opacity=95);
 -moz-opacity:.95;
 opacity:.95;
 width:750px;
 margin: 0px 0px 0px 181px;
 padding:15px;
 border: 1px solid #E4E4E4; 
}

.sitemapbox h1{
  font-size:19px;
  color: #E98200;
  padding:0 0 15px 0;
}

div.trbox h1, div.normalbox h1, div.contentpagebox h1, div.simplecontentpagebox h1, div.newslettercontentpagebox h1 {
  font-size: 19px;
  color: #E98200;
  padding:0 0 15px 0;
}

div.trbox h2,div.normalbox h2, div.contentpagebox h2{
  font-weight: bold;
  font-size: 12px;
  padding-bottom:12px;
}

div.simplecontentpagebox h2, div.newslettercontentpagebox h2 {
  font-weight: bold;
  font-size: 12px;
padding:0px;
margin:0px;
}

div.trbox p, div.normalbox p, div.contentpagebox p, div.simplecontentpagebox p, div.newslettercontentpagebox p{
  font-size: 12px;
  padding: 0 0 12px;
  line-height: 15px;
}

.title-text{
  color:#fff;
  font-size:20px;
}

.content-text{
font-size:12px;
color:#000;
}

div#col-main .content-text{
padding:0px;
line-height:15px;
font-size:12px;
}

.trbox .content-text{
  color:black;
  line-height: 15px;
}
.contentpagebox h1{
	color: #E98200;
}

.simplecontentpagebox .message{
font-size:12px;
}

.normalbox .title-text{
  font-size:19px;
  color: #E98200;
  padding-bottom:15px;
}

div.text-box-first .title-text, div.text-box-last .title-text{
  color:#000;
  font-size:16px;
}

div.text-box .title-text{
  color:#000;
  font-size:16px;
  padding-bottom:5px;
  padding-left:3px;
}

div.text-box img{
  padding-bottom:5px;
}


div.text-box-last a{
color:#c05500;
font-weight:bold;
}

div.text-box div.content-text p{
margin-bottom:3px;
}

.text-box-first{
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
width:130px;
height:135px;
padding:10px 10px 10px 15px;
/*border-right: 1px dashed #000;*/
background: #E4CFBA url(../upload/site/Kachel_linie_schwarz.gif) repeat-y right;
position:relative;
float:left;
}

*html .text-box-first{
overflow:hidden;
}

.text-box{
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
width:135px;
height:135px;
padding:10px 13px 10px 7px;
background: #E4CFBA url(../upload/site/Kachel_linie_schwarz.gif) repeat-y right;
position:relative;
float:left;
}

.text-box-last{
background-color:#E4CFBA;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
width:135px;
height:135px;
padding:10px;
position:relative;
float:left;
}

.secondbox{
margin:10px 0 0 26px;
padding:0px;
}

.secondbox a{
font-size:12px;
 color:#c05500;
}

.text-box-last{
border:0;
}

.graybox{
background-color:#E2E2E2;
padding:2px 0px 2px 5px;
font-size:12px;
}

.graycell{
border-top-width:1px;
border-top-style:solid;
border-top-color: #fff;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color: #fff;
}

.videocontentbox{
 background-color:#fff;
 filter:alpha(opacity=95);
 -moz-opacity:.95;
 opacity:.95;
 width:750px;
 margin: 0 0 0 181px;
 padding:15px;
 border: 1px solid #E4E4E4; 
}

.videocontentbox h1{
font-size:19px;
color: #E98200;
padding: 0 0 15px 0;
}

.leftbox{
background-color:#E2E2E2;
width:90px;
height:60px;
font-size:11px;
padding:5px 0 5px 5px;
position:relative;
float:left;
margin-right:5px;
margin-bottom:20px;
}

.rightbox input{
margin-bottom:5px;
}

.rightbox{
width:200px;
height:60px;
position:relative;
float:left;
}

.leftboxset{
background-color:#E2E2E2;
font-size:11px;
width:90px;
padding:5px;
margin-right:5px;
margin-bottom:5px;
position:relative;
float:left;
}
.rightboxset{
width:200px;
margin-bottom:5px;
position:relative;
float:left;
}

.leftboxbig{
background-color:#E2E2E2;
width:95px;
height:143px;
font-size:11px;
padding:5px 0 5px 5px;
position:relative;
float:left;
margin-right:5px;
margin-bottom:20px;
}

.rightboxbig{
width:200px;
position:relative;
float:left;
}

.textmore{
   font-size:12px;
   color: #E98200;
}

a.newstextTitle, a.videotextTitle{
font-size:12px;
color:black;
font-weight:bold;
}

.newstext{
font-size:12px;
color:black;
font-weight:lighter;
padding-bottom: 0px! important;
}

.

.donateBankTransferForm{
font-size:12px;
color:black;
}

.donateBankTransferForm label{
font-size:12px;
}

select#language{
 font-size: 11px;
 border: 1px #aaa solid; 
 width:140px;
} 

select#language option{
 color: #aaaaaa;
}

.videocontentbox_left{
width:430px;
padding:0;
}

.videocontentbox_right{
width:300px;
margin-top:35px;
padding:0 0 0 15px;
}

.graytitleline{
width:290px;
height:16px;
color:#fff;
font-weight:bold;
background-color:#9B9B9B;
padding:2px 0 0 10px;
margin-bottom:3px;
font-size:12px;
}

.graytitlelinelong{
width:418px;
height:16px;
color:#fff;
font-weight:bold;
background-color:#9B9B9B;
padding:2px 0 0 10px;
margin-bottom:3px;
font-size:12px;
}

.headline{
font-size:12px;
color:black;
font-weight:bold;
}

.text, .browsing, .pages, .timetext{
font-size:12px;
color:black;
}

.teaser_img{
float:left;
margin-right:10px;
margin-bottom: 10px;
}

.subtitle, .contentText{
color:black;
font-size:12px;
}

div#col-left li.empty{
   padding: 3px 0px 3px 10px;
   background: url(../upload/site/Kachel_linie_weiss.png) repeat-x top;
   display:block;
}

* html div#col-left li.empty{
   background: url(../upload/site/Kachel_linie_weiss.gif) repeat-x top;
}
* html li.last {
height: 1px;
}

.newslist_startpage a{
font-size:12px;
 display:block;
 color:#c05500;
}

div#col-left li a.donatebutton {
  padding: 8px 5px 8px 10px;
  background: url(../upload/site/icon_hand.png) no-repeat 10px;
  margin-bottom:0px;
font-size:11px;
font-weight:bold;
background-position-y:60%;
}

* html div#col-left li.last a.donatebutton {
background-position-y:90%;
}

div#col-left li.last {
/* background: url(../upload/site/Kachel_linie_weiss.png) repeat-x top;*/
}

* html div#col-left li.last {
 background: url(../upload/site/Kachel_linie_weiss.gif) repeat-x top;
}


* html div#col-left li a.donatebutton, * html .png {
  background: url(../upload/site/icon_hand.gif) no-repeat 10px;
}

.color_orange{
 color: #E98200;
}

.color_red{
 color: #FF0000;
}
.color_lightgray{
 color: #999999;
}
.paging{
font-size:11px;
}

.donateformtable{
font-size:12px;
width:100%;
}

.donateformtable .headline{
padding-top:5px;
background: #F5FAFA;
padding-bottom:2px;
}

.contentpagebox table{
font-size:11px;
}

.smalltopposition{
position:relative;
top:-2px;
font-size:12px;
}

.topline{
border-top:1px solid #aaa;
padding-top:2px;
}

.underline{
border-bottom:1px solid #aaa;
padding-bottom:2px;
}

.brandnavigationLayerLink {
background:#fff none repeat scroll 0%;
margin:0pt 0pt;
vertical-align:middle;
}

.brandnavigationLayerLinkLabel {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #aaa;
border-right:0px;
color: #818181;
float:left;
font-size:11px !important;
height:12px;
padding:0px 7px 2px 7px;
width:128px;
}

.brandnavigationLayerLinkImage {
background:#fff none repeat scroll 0%;
border: #aaa solid 1px;
float:left;
height: 14px;
margin-right:5px;
}

.brandnavigationLayerLinkImage img {
padding: 5px;
}

* html .brandnavigationLayerLinkImage img {
padding-bottom: 3px;
}






.brandnavigatorListLayer {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #aaa;
border-top:0px;
display:none;
position:absolute;
width:160px;
z-index:100;
top: 16px;
left: 0;
}

* html .brandnavigatorListLayer {
top:18px;
}

.brandnavigatorListLayer li a {
color: #818181;
display:block;
font-size:11px;
padding:2px 7px;
text-decoration:none;
}


.brandnavigatorListLayer li a:hover{
background: #eee;
}

* html .brandnavigatorListLayer {
left: 0px;
}

* html .brandnavigatorListLayer li {
height: 1em;
}



.newslinkbox{
  display:block;
  width:119px;
  padding-bottom:8px;
}

.smallbottom{
   margin-bottom:10px;
   clear:both;
}

.videocontent{
padding-left:10px;
}

.gTop{
padding-bottom:10px;
}

.gBottom{
padding-top:5px;
}

.navitext{
font-size:11px;
}

.secondbox .text-box-last p{
font-size:12px;
}

.newslinkbox a{
font-size:12px;
}

.text-box-last .content-text span a{
font-size:11px;
}

.contentpagebox table tbody tr td p{
padding:5px;
}



div.listframe {
  position: absolute;
  bottom: 35px;
  left: 72px;
  overflow: hidden;
}
    
ul.languagelist {
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
	
ul.languagelist li {
  float: left;
  border-right: 1px solid #746260;
  padding: 10px 30px;
  text-align: center;
}
	
ul.languagelist li.firstliborder {
  border-left: 1px solid #746260;
}
	
a.langlinktext,a.langlinktext:link,a.langlinktext:visited,a.langlinktext:hover,a.langlinktext:active,a.langlinktext:focus{
  color:#010302;
  font-weight:bold;
}
	
.logospace{
  padding-top:66px;
}

* html .logospace{
  padding-top:10px;
}
