/* CSS Document */

* {
  margin:0;
  padding:0;
  border-collapse: collapse;
}

body {
  margin:0;
  padding:0;
  background-image: url(images/background.jpg);
  background-position: top center;
  background-repeat:no-repeat;
  background-color:#fff;
  background-attachment: fixed;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

#page {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  /* IE hack */
  height: 1%;
  line-height: 1.3;
  /* IE hack end */
  background-color:#FFF;
}
#header {
  position:relative;
  width:960px;
  height: 152px;
  background-image: url(images/spin-headerbg.jpg);
  background-repeat:no-repeat;
  background-position: center top;
}
#logo {
  position:absolute;
  top:0px;
  left:140px;
  width:300px;
}
#stage {
  width: 916px;
  /*height:220px;*/
  background-color:#999999;
}

#contentarea {
 position:absolute;
 width: 960px;
 padding: 10px 0 12px 0;
 margin-bottom: 12px;
 /* background-image: url(images/bg1.gif);
  background-position: top center;
  background-repeat:repeat-y;
*/
}

#teaser-section {
  clear:both;
  float:left;
  margin: 12px 0 12px 0;
  background-color:#fff;
}
#content {
  position:relative;
  float:left;
  width:528px;
  padding:0 16px 16px 16px;
}
/*
#left {
  clear:both;
  float:left;
  padding: 0px 16px 20px 0px;
  width:900px;
}
*/
#right {
  position:relative;
  float:left;
  padding: 0px 16px 16px 0px;
  width:232px;
}
#border {
  position:relative;
  float:left;
  padding: 0px 0px 16px 0px;
  width:150px;
}
div.pagecrashprotection {
  clear:both;
  height: 24px;
  line-height:1px;
  font: 1px;
}
#footer {
  clear:both;
  width:944px;
  background: #fff url(images/footer-bg.jpg) top left repeat-x;
  padding:12px 0 24px 16px;
}
#footerlinks {
  float:left; 
  width:900px;
}
#footerlinks a {
  font-size:12px;
  font-weight:normal;
  color:#efefef;
}
/* TYPOGRAPHY */

p {
  padding: 0 0 8px 0;
  color: #333;
}
ul {
  padding: 4px 0 8px 16px;
  color: #333;
  list-style-position:outside;
}
a {
  font-weight:bold;
  text-decoration:none;
  color: #16639f;
}
a:hover {
  text-decoration:underline;
}
a:visited {color:#999999;}
/*
h1
{
  font-size:18px;
  padding: 0 0 2px 0;
}
h2 {
  font-size:14px;
  padding: 0 0 2px 0;
}
h3 {
  font-size:13px;
  padding: 9px 0 4px 0;
}
h4 { 
  font-size:13px;
  padding: 9px 0 4px 14px;
}
*/

/* SEARCH  ################### SICHTBAR MACHEN!#####  */
#search {
  
  visibility: none;
  /*
  position:absolute;
  top:36px;
  left:730px;
  width: 220px;
  */
}

/* NAVIGATION */
#language {
  /*  ################### SICHTBAR MACHEN!#####  */
visibility: none;
/*
  position:absolute;
  top: 108px;
  left:810px;
  */
}

#nav_global {
  position:absolute;
  top:8px;
  left:620px;
  width: 330px;
}
#nav_global ul {
 list-style: none;
}
#nav_global ul li {
  float:left;
  padding: 0 14px 0 0;
}
#nav {
  position:absolute;
  top:120px;
  left:0px;
  padding:0;
  margin:0;
  width: 960px;
  height:27px;
  background: #276ba0 url(images/menu-bg.jpg) repeat-x;
}
#navmain,
#navmain ul {
  z-index: 999;
  float: left;
  width: 100%;
  list-style: none;
  line-height: 1;
  background: url(images/menu-bg.jpg) left top repeat-x;
  /*background-color: red;*/
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
  padding: 0;
  /*margin: 0 0 1px 0;
  min-height: 30px;*/
}

#navmain a {
  display: block;
  text-decoration: none;
  padding: 6px 10px 7px 10px;
  font-weight: normal;
  color: #fff;
}
#navmain li a {
  font-weight:bold;
}
#navmain li li a {
font-weight:normal;
}
#navmain li a:hover {
  background: url(images/menu-bg.jpg) 0 -27px repeat-x;
  color:#051587;
}

#navmain a.daddy {

}

#navmain li {
  float: left;
  padding: 0;
  /* width: 10em; */
  /*background: url(images/nav_main_pipe.gif) right top no-repeat;*/
  /*color: white;*/
}

#navmain li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 14em;
  font-weight: normal;
  margin: 0;
  color: #051587;
  background: #dee5ec;
}

#navmain li li {
  /*padding-right: 1em;*/
  width: 14em
}

#navmain li ul a {
  width: 14em;
  background-color:#dee5ec;
  color: #333;
}
/*
#navmain li ul li a:hover {
  width: 14em;
  background-image: none;
  background-color:#051587;
  color: #fff;
}
*/
#navmain li ul ul {
  margin: -1.75em 0 0 14em;
}

#navmain li:hover ul ul,
#navmain li:hover ul ul ul,
#navmain li.sfhover ul ul,
#navmain li.sfhover ul ul ul {
  left: -999em;
}

#navmain li:hover ul,
#navmain li li:hover ul,
#navmain li li li:hover ul,
#navmain li.sfhover ul,
#navmain li li.sfhover ul,
#navmain li li li.sfhover ul {
  left: auto;
}

#navmain li:hover, #navmain li.sfhover {
 background: url(images/menu-bg.jpg) 0 -27px repeat-x;
color: #051587;
}
#navmain li:hover, #navmain li .sfhover {
 background: url(images/menu-bg.jpg) 0 -27px repeat-x;
color: #051587;
}
#navmain ul li:hover a, #navmain ul li .sfhover a {
 color: #051587;
}

#navmain li .daddy {
  
  background-image: url(images/arrow-trans.png);
  background-repeat: no-repeat;
  background-position: 0px 14em;
  color: #red;
}

/* Teaserboxen */

#right div.box-teaser,
#right div.box-teaser-important,
#border div.box-info,
#border div.box-info-important
 {
  padding: 2px 0 2px 6px;
  margin: 0 0 16px 0;
  border-left: 1px solid #ddd;
}
#right div.box-teaser-important {
  border-top: 6px solid #FF9933;
}
#right div.box-teaser {
border-top: 6px solid #dcebf7;
}
#border div.box-info,
#border div.box-info-important {
border-top: 4px solid #ccc;
}

#right div.box-teaser h1,
#right div.box-teaser h2,
#right div.box-teaser h3,
#right div.box-teaser-important h1,
#right div.box-teaser-important h2,
#right div.box-teaser-important h3,
{
  padding: 0 0 8px 0;
  background-image:url(images/hdots-teaser.gif);
  background-repeat:repeat-x;
  background-position: 0px 20px !important;
  font-size: 16px  !important;
}
#border div.box-info h1,
#border div.box-info h2,
#border div.box-info h3
{
  padding: 0 0 8px 0;
  background-image:url(images/hdots-teaser.gif);
  background-repeat:repeat-x;
  background-position: 0px 16px !important;
  font-size: 12px  !important;
}
#right div.box-teaser p,
#right div.box-teaser-important p {
  font-size: 12px;
  line-height:133%;
  color:#222;
}
#border div.box-info p,
#border div.box-info-important p {
  font-size: 11px;
  line-height:120%;
  color:#222;
  padding-bottom:6px;
}

/* NEWS */

span.news-list-date {
  /*display: block;
  float:left;
  width: 80px;*/
  color:#656565;
}
.news-list-container {
  margin: 1px 0 0 0;
  padding:0;
  font-size:13px;
  background-color: #fff;
}
* html .news-list-container {
  float:left;
  margin: 1px 0 0 0;
  padding:0;
  font-size:13px;
  background-color: #fff;
}
.news-list-item {
  margin:0;
  padding:0 0px 8px 0px;
  font-size:13px;
  color:#333;
  
  /*border-bottom: 1px solid #d0d0d0;*/
}
div.news-list-item img {
  float:right;
  padding:2px 0 4px 12px;
  margin:0;
}
div.news-single-img {
  float:right;
  padding:2px 10px 4px 12px;
  margin:0;
}

.news-list-morelink {
  /*display:inline;*/  
  padding: 0;
  /*background-image: url(images/icon_link_statem.gif);
  background-repeat: no-repeat;
  background-position: left top;*/
}
.news-list-date {
  color: #606060; 
  padding:0 8px 0 0;
}
div.news-list-item h3 {
  clear:right;
  margin:0;
  padding:12px 0 5px 0;
  font-size: 15px;
  font-weight:bold;
}
div.news-list-item h3 a {
  color:#0d64af;
}

.news-single-imgcaption {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.news-list-container a {
  text-decoration: none;
  font-weight:bold;
  color:#0d64af;
  }
  
.news-list-container {
  margin: 1px 0 0 0;
  padding:0;
  font-size:12px;
  background-color: #fff;
}
* html .news-list-container {
  float:left;
  margin: 1px 0 0 0;
  padding:0;
  font-size:12px;
  background-color: #fff;
}

div.news-list-item img {
  float:right;
  padding:2px 0 4px 12px;
  margin:0;
}
div.news-single-img {
  float:right;
  padding:2px 10px 4px 12px;
  margin:0;
}

.news-list-morelink {
  /*display:inline;*/  
  padding: 0;
  /*background-image: url(images/icon_link_statem.gif);
  background-repeat: no-repeat;
  background-position: left top;*/
}
.news-list-date {
  color: #606060; 
  padding:0 8px 0 0;
}
div.news-list-item h3 {
  clear:right;
  margin:0;
  padding:12px 0 5px 0;
  font-size: 14px;
  font-weight:bold;
}
div.news-list-item h3 a {
  color:#0d64af;
}
#left h3 a {
  color:#ff5400;
}

.news-single-imgcaption {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

div.news-single-item div.newsSubheader {
  margin: 0;
  padding: 8px 10px 10px 0px;
  font-size: 13px;
  line-height: 133%;
  font-weight:bold;
  color: #333;
}
div.news-single-item div.newsText {
  margin: 0;
  padding: 0px 10px 10px 0px;
  font-size: 13px;
  line-height: 138%;
  color: #333;
}

div.news-single-infozeile {
  margin: 0;
  padding: 2px 10px 2px 0px;
  }
.news-single-category, 
.news-single-timedata, 
.news-single-author 
{
  font-size: 11px;
}
div.news-single-backlink a {
  clear:both;
  display:block;
  margin: 0;
  padding: 8px 10px 10px 0px;
  font-size:13px;
}

div.news-single-item p {
  margin: 0;
  padding: 8px 10px 10px 10px;
  font-size:11px;
  line-height:normal;
  color: #000;
  background-color: #fff;
}



/*
div.news-single-item div.newsSubheader {
  margin: 0;
  padding: 8px 10px 10px 10px;
  font-size: 12px;
  line-height: 133%;
}
div.news-single-item div.newsText {
  margin: 0;
  padding: 0px 10px 10px 10px;
  font-size: 13px;
  line-height: 138%;
}
*/


div.news-single-item p {
  margin: 0;
  padding: 8px 10px 10px 10px;
  font-size:11px;
  line-height:normal;
  color: #000;
  background-color: #fff;
}
div.tx-ttnews-browsebox {
  padding-top:12px;
  clear:both;
}
div.tx-ttnews-browsebox a {
padding:4px;
margin: 2px;
background-color: #dcebf7; 
}
div.tx-ttnews-browsebox a:hover {
background-color: #FF9933;
}
div.tx-ttnews-browsebox table {
  border-spacing: 2px 4px;
}

.csc-mailform {
  border:0;
  padding:0;
  margin:0;
  font-size:11px;
}

.csc-mailform-label {
  display:block;
  margin:0;
  padding:12px 0 0 0;
  /* font-weight:bold; */
}

/* Felder und Submit Button fuer Email-Formulare */

.csc-mailform-field input,
input.tx-indexedsearch-searchbox-button {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #BDBDBD;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 12px;
  width: 220px;
}

.csc-mailform-field textarea {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #BDBDBD;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 220px;
}

.csc-mailform-field label {
  margin:2px;
  color:#000;
  float: left;
  text-align: left;
  margin-right: 0px;
  width: 130px;
  display: block;
  font-size: 12px;
/* font-family: Verdana, Geneva, Helvetica, sans-serif; */
}

/*Ausrichtung des Submit Buttons*/

#mailformformtype_mail {
  margin-left: 130px;
  margin-top: 15px;
  padding: 0;
  background-color: #CCC;
  border-width: 1px;
  border-top-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #A2A2A2;
  border-right-color: #A2A2A2;
  border-style: solid;
  width: 160px;
}

.csc-mailform-field {
  line-height:16px;
  clear:both;
}

.csc-mailform-field select {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #BDBDBD;
}
span.csc-mailform-radio .csc-mailform-radio {
  float:left;
  clear:left;
  width: 30px;
}

span.csc-mailform-radio label {
  float:left;
  width: 300px;
}

#tx-srfeuserregister-pi1-first_name,
#tx-srfeuserregister-pi1-last_name,
#tx-srfeuserregister-pi1-email,
#tx-srfeuserregister-pi1-password,
#tx-srfeuserregister-pi1-password_again,
#tx-srfeuserregister-pi1-comments {
  border: 1px solid #ccc;
  padding: 2px;
}

#tx-srfeuserregister-pi1-comments {
  width: 284px;
}