/* CSS Document */
/* CSS by Lars Zimmermann */
/* www.artworx3d.de */
/* Last change: October 29, 2008 */


/* CSS resetting work is done by famous Eric Meyer ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background-repeat: no-repeat;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/*img, div, .pngfix, input { behavior: url("/fileadmin/template/css/iepngfix.htc") }*/


body  {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #565959;
  line-height:1.4;
  background:#aaaaab url(../images/bg_main.gif) repeat-x;
  }
  
  
/* **************** HEADER ***************** */  
  
#header {
  width:960px;
  margin:0 auto;
  text-align:center;
  height:96px;
  background:url(../images/bg_header.gif) left 62px no-repeat;
  }
  
#logo {
  margin:41px 520px 0 0;
  }  




/* **************** GRAUE BALKEN ***************** */
  
#balken {
    text-align:center;
  background:#292b2b url(../images/bg_grau.gif) center top repeat-y;
  width:100%;
  }  

#background_balken {
  width:926px;
  margin:0 auto;
  min-height:262px;
  position:relative;
  background:#0D0E0E url(../images/balken_leer.png) left top no-repeat;  
}
  
#balken_bild {  
  width:100%;
  min-height:262px;
  text-align:left;
  }

#balken_bild {
  background:url(../images/loading.gif) no-repeat 50% 50%;
  width;100%;
  min-height:262px;
}  

#start #balken_bild {
  height:400px;
  overflow:hidden;
}

#balken_bild img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}  


#balken_header {
  position: absolute;
  top:35px;
  left:40px;
  z-index:800;
  }
  
h2   {
  font-family: Arial, Helvetica;
  color:white;
  font-size:35px;
  font-weight:bold;
  line-height:35px;
    text-transform: uppercase;
  margin:14px 0;
  /*-moz-text-shadow: 0 0 2px rgba(0,0,0,0.5);
  -webkit-text-shadow: 0 0 2px rgba(0,0,0,0.5);
  text-shadow: 0 0 2px rgba(0,0,0,0.5);*/
  }
  
.cufon-active h2 {
  font-size:50px;
}
  
  
h3    {
  font-family: Arial, Helvetica;
  color:#ffba01;
  font-size:16px;
  font-weight:bold;
    text-transform: uppercase;  
  }

.cufon-active h3 {
  font-size:19px;
}  




/* **************** MAIN ***************** */
  
#main {
  margin:0 auto;
  width:926px;
  }  
  

#main_topbg {
  float:left;
  width:100%;
  background:#e0e0e0;
  -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow:0 0 15px rgba(0, 0, 0, 0.2);
  }







/* **************** NAVIGATION ***************** */

  
#mainmenu {
  float:left;
  border-top:3px solid #ffae00;
  background:url(../images/bg_mainmenu.gif) repeat-x;
  width:100%;
  }

#nav {
  float:left;  
  margin-left:42px;
  display:inline;
  }
  
#nav ul {
  float:left;
  border-right:1px solid #e0e0e0;
  list-style-type:none;
  }
  
#nav ul li {
  float:left;
  border-left:1px solid #e0e0e0;  
  }  
  
#nav ul li a {  
  float:left;
  color:#565959;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  padding:6px 17px;
  }
  
#nav ul li a:hover {  
  color:#222;
  }  
  
#nav ul li.active {  
  background:url(../images/bg_mainmenu_hover.gif) repeat-x;
  }  

#search {
  float:right;
  margin:5px 42px 0 0;
  width:220px;
  text-align:right;
  display:inline;
  }  

#search input {
  width:153px;
  }
  
input, textarea {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  border:1px solid #888;
  background:#f9f9f9;
  padding:2px 4px;
  color:#565959;
  -moz-border-radius:2px 6px 2px 6px;
  -webkit-border-radius:2px 6px 2px 6px;
  border-radius:2px 6px 2px 6px;
  }    
  
#search #searchbutton {
  padding:1px 5px;
  background:#727475;
  color:white;
  font-size:11px;
  width:auto;
  #height:18px;
  }  
  
  
  
  
/* **************** CONTENT ***************** */  
  
  
#content_area {
  clear:both;
  float:left;
  width:842px;
  padding:30px 42px;
  /*background:-moz-radial-gradient(center top , farthest-corner, #F7f7f7, #E0E0E0);*/
  }  

.content_left {
  float:left;
  /*width:400px;*/
  margin-bottom:10px;        
  width:580px;
  }
  
.content_left .csc-default{
  float:left;
  margin:10px 20px 20px 0;
  }  
  
.content_right {
  clear:right; 
  float:right;
  width:200px;
  margin-bottom:10px;  
  }

.content_galerie_left {
  float:left;
  width:47%;
  margin-bottom:10px;
  }
  
.content_galerie_right {
  float:left;
  width:47%;
  margin-bottom:10px;
  padding-left:50px;  
  }

.content_galerie_alt {
  clear:both;
  float:left;
  width:100%;
  margin:40px 0 10px 0;
  }  





/* **************** QUOTE ***************** */  

.box {
  clear:both;
  float:left;
  width:100%;
  margin:10px 0 10px 0;
  background:#d0d0d0 url(../images/bg_box_top.gif) right top no-repeat;
  }
  

.box_bottom {
  background:url(../images/bg_box_bottom.gif) left bottom no-repeat;
  }
  
.quote {
  padding:20px 40px;
  background:url(../images/bg_quote.gif) left top no-repeat;
  }
  
.quote h5 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  font-weight:normal;
  font-style:italic;
  margin-bottom:8px;
  }
  
.quote p {
  margin:0;
  margin-bottom:6px;
  }  
  
  

/* **************** DESCRIPTION ***************** */    
  
.description {
  padding:15px;
  font-size:10px;
  }
  
.description ul {
  margin-left:12px;
}

.description ul li {
  padding-bottom:6px;
}

.description a {
  color:#686A6A;
  text-decoration:none;
  border-bottom:1px dotted;
  }
  
.description a:hover{
  color:#0E0F0F;
  }  
  

.box h4 {
  color:white;
  font-size:14px;
  font-weight:bold;
  padding:5px 15px;
  margin:0;
  background:#727475 url(../images/bg_headline_top.gif) top right no-repeat;
  }
  
  
  
  
/* **************** FOOTER  ***************** */  
    

#footer {
  clear:both;
  float:left;
  background:#AAAAAB url(../images/bg_footer_bottom.gif) -17px 108px no-repeat;      padding-bottom:5px;
  }
  
#footer_bottombg {
  float:left;
  width:926px;
  display:inline;
  padding:16px 0 17px 0;
  border-top:3px solid #ffae00;  
  background:url(../images/bg_footer.gif) left top repeat-x;
  }  
  
.adresse {
  float:right;
  margin-right:45px;
  display:inline;
  color:#fff;
  font-size:10px;
  line-height:1.5;
  }
  
.adresse p {
  margin:0 0 10px 0;
  }      





/* **************** FOOTER BOTTOM ***************** */


  
#footer_bottom {
  float:left;
  clear:both;
  background:#AAAAAB;
  width:100%;
  #margin:0 auto;
  text-align:center;
  padding:0 0 100px 0;
  }      
  
#footer_bottom ul {
  display:inline;
  list-style-type:none;
  margin:0 46px;
  }
  
#footer_bottom ul li {
  font-size:10px; 
  color:#eaeaea;
  display:inline;
  padding:0 10px;
  border-right:1px solid #eaeaea;
  }
  
#footer_bottom ul li.ohne_trennstrich {
  border:0;
  }    
  
#footer_bottom ul li a {
  color:#eaeaea;
  }  

#footer_bottom ul li a:hover {
  color:#292B2B;
  }
  
#footer_bottom div {
  display:inline;
}






/* *************** HTML TAGS ******************* */


h1 {
  font-size:1.5em;
  font-weight:bold;
  line-height:1.3em;
  margin-bottom:10px;
  /*text-transform:uppercase;*/
  }

h1 a {
  color:#565959;
  }    
  
h4   {  

  font-size:10px;  
  /*margin:-4px 0 8px 0;*/
  margin-bottom:15px;
  color:#777;  
  font-weight:bold;  
  }

p  {
  margin-bottom:12px;
  line-height:1.6;
  }

a  {
  color:#fff;
  text-decoration:none;
  }
  
a:hover  {
  color:#999;
  }  


.content_left  a {  
  color:#CE0404;
  text-decoration:underline;
  }
  
.content_left .csc-default ul {
  margin:0 0 15px 30px;
    }
    
.content_left .csc-default li{
  margin-bottom:4px;
}
  
#bubble  {
  position:absolute;
  top:30px;
  right:-55px;
  z-index:900;
  width:121px;
  height:93px;
  padding-top:28px;
  text-align:center;
  font-family:Georgia, Times New Roman;
  color:white;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  background:url(../images/bubble.png) left top no-repeat;
  }
  
#bubble:hover {
  background:url(../images/bubble.png) left -121px no-repeat;
  }
  
#bubble a:hover {
  color:white;
  }
  
  
/* **************** FORMULARE *************** */


.tx-powermail-pi1 ul {
  margin:5px 0;
  list-style-type:none;
  padding:0;
  }  

.tx-powermail-pi1 ul li {
  margin:1px 0 1px 0;
  width:380px;
  }


.tx-powermail-pi1 legend {
  display:none;
  }
  
.tx-powermail-pi1 fieldset {
  margin-bottom:10px;
  }
  
.tx-powermail-pi1_fieldset_1 .tx_powermail_pi1_fieldwrap_html {
  margin-bottom:30px;
  }
  
.tx-powermail-pi1_fieldset_2 .tx_powermail_pi1_fieldwrap_html {
  margin-bottom:6px;
  }

.tx-powermail-pi1 label {
  float:left;
  width:150px;
  margin-right:10px;
  line-height:1.3;
  }

.tx-powermail-pi1 input, .tx-powermail-pi1 textarea {
  font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#595959;
  padding:3px 7px;
  width:210px;
    font-size:100%;
  border:1px solid #888;
  }  
  
.tx-powermail-pi1 input.validation-failed, .tx-powermail-pi1 textarea.validation-failed {
  border-color:#cc0000;
  background:#FFE8E8;
}

.powermail_mandatory_js {
  display:none;
}

.tx-powermail-pi1 .powermail_check {
  width:auto;
}


.tx-powermail-pi1 input.button {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:white;
  font-weight:bold;
    font-size:100%;        
  padding:1px;
  #padding:0;
    border:0;
  background:#565959;
    width:9em;
  }
  
.tx-powermail-pi1 .powermail_submit {
  margin-left:160px;
  width:auto;
  background:#727475;
  color:white;
  }

.tx-powermail-pi1 p {
    padding-left:0;
    /*font-weight:bold;*/
    width:160px;
    }  
  




/*** GALERIE ****/

#gallery p {
  line-height:1.5em;
}

.galerie_box {
  clear:both;
  float:left;
  width:100%;
  height:159px;
  background:url(../images/1px_dot.gif) left bottom repeat-x;
  /*margin-right:40px;*/
  padding:20px 0 15px 0;
  }
  
.galerie_box.eins {
  margin:0!important;
  }
  
.galerie_box#galerie_113, .galerie_box#galerie_114 {
  float:left;
  width:100%;
  height:auto;
    /*background:#565959 url(../images/ecke_rund_links.gif) left bottom no-repeat; */
  background:#565959;
  margin:0 30px 10px 0;
  padding:0;
  }
  
.galerie_box:first-child {
  float:left;
  width:100%!important;
  height:auto!important;
    /*background:#565959 url(../images/ecke_rund_links.gif) left bottom no-repeat; */
  background:#565959;
  margin:0 0 10px 0!important;
  padding:0;
  }  


.galerie_box h1 {
        color:#fff;
        text-transform:none;
        background:url(../images/ecke_rund_rechts.gif) right top no-repeat;
        margin:0;
        font-size:12px;
        font-weight:normal;
        padding:4px 12px;    
        }  
    
.wrapper {
  float:left;
  width:100%;
  }
  
.content_galerie_alt .galerie_box {
  /*width:31%;*/
  width:268px;
  font-size:10px;
  margin-right:18px;
  height:107px;
  clear:none;
  }


#content_area .content_galerie_alt  div.csc-textpic-imagewrap  {
  margin-right:12px!important;
}
  

/*.galerie_box img {
  border:1px solid #b1b1b1;
  margin-right:5px;
  }*/

.contenttable {
  /*font-size:10px;*/
  line-height:1.6;
  }

.contenttable td {
  padding-bottom:4px;
  vertical-align:top;
  }


.content_left .csc-default .csc-textpic-image {
  margin-bottom:24px !important;
  }
  
.content_left .csc-default .csc-textpic-image dd {
  padding-top:6px;
  float:left!important;
  }
  
  
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
  float:left!important;
}
    

  
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom:0;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
margin-left:0;
}  
  
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
margin-bottom:30px;
}

.csc-textpic-imagewrap {
  width:auto!important;
  }

  
/*.csc-textpic-imagewrap a {  
  clear:right; 
  float:right; 
  border:0;}*/



.csc-textpic-caption, #lbImageDetails {
  margin:2px 0 10px 0!important;
  line-height:1.6;
  }


div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
 clear:left;
 float:left;
}


/***** NEWS *****/
  
.news-list-imgcaption {
  font-size:10px;
  background:#D0D0D0;
  }
  
.news-list-imgcaption p {
  padding:4px;
  margin:0;
  line-height:1.5em;
  
  }
  

.news-list-browse, .browsebox, .showresults, .browselinks { width:100%;}

.news-list-item {  float:left;  clear:both;  margin:0 0 50px 0;}


.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {  
font-weight:bold;  
}  

.tx-ttnews-browsebox td {  padding-right:2px;  }  

.tx-ttnews-browsebox table {  clear:both;  float:left;  }
    
.news-list-item {
  width:100%;
    }
    
dd.csc-textpic-caption {
  padding:10px 0;
}




#content_area div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
margin-right:15px !important;
}


.news-list-browse {
  clear:both;
  float:left;
  font-weight:bold;
}

.showresults {
  margin-bottom:8px;

}

span.active {
  padding:2px 4px;
}

.news-list-browse a {
  background:#565959;
  padding:3px 6px;
  color:white;
  text-decoration:none;
}

.news-list-browse a:hover {
  background:#777;
}

.news-list-browse a:visited {
  /*border:1px solid #fff;*/
}




/**** Aufzählung-Inhaltselement  ****/

ul.csc-bulletlist-1, ul.csc-bulletlist-2 {
  list-style-type:none;
  margin:0!important;
}

.csc-bulletlist-1 li {
  background:url(../images/accept.png) 0 0 no-repeat;
  padding:2px 0 6px 24px;
}

.csc-bulletlist-2 li {
  background:url(../images/add.png) 0 0 no-repeat;
  padding:2px 0 6px 24px;
}


/*** Twitter jQuery Ticker ****/

#twitter-ticker{
  /* Styling the ticker */
  color:#888;
  display:none;
  float:left;
  width:350px;
  margin-left:35px;
  display:inline;
}

#tweet-container{
  /* This is where the tweets are inserted */
  height:105px;
  width:auto;
  overflow:hidden;
}


.tweet{
  /* Affects the tweets */
  padding:0 5px 5px 15px;
  margin:0 8px 8px;
  font-size:10px;
  width:auto;
  overflow:hidden;
  background:url(../images/pfeil.png) 0 3px no-repeat;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
  float:left;
}

.tweet .time{
  text-transform:uppercase;
  color:#5f5f5f;
  white-space:nowrap;
}

.tweet .avatar img{
  width:36px;
  height:36px;
  border:2px solid #eeeeee;
  margin:0 5px 5px 0;
}

.tweet .txt{
  /* Using the text container to clear the floats */
  clear:both;
  padding-bottom:3px;
}

.tweet .user {
  font-weight:bold;
  padding-right:10px;  
} 
.tweet a {
  color:#adadad;
}

.tweet a:hover{
  color:#ccc;
}



#loading{
  /* The loading gif animation */
  margin:100px 95px;
}

.float-left {  float:left;}

.tx-tweetbutton-pi1 {
  margin-top:1px;
}

.video {
  margin-bottom:80px!important;
}


.tx-felogin-pi1 legend {
	font-weight:bold;
}

.tx-felogin-pi1 label {
	float:left;
	width:100px;
}

.tx-felogin-pi1 div {
	margin:8px 0;
}


