/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
  margin:0;
  padding:0;
  line-height:1.4em;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,object, embed, form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol,a,acronym, dfn, abbr {
  margin:0;
  padding:0;
  font-family:Verdana,Arial,sans-serif;
}


/* Absaetze und Ueberschriften */
hr {
  height:1px;
  color:#c1c1c1;
  background:none;
  border:none;
  border-top:1px solid #c1c1c1;
  margin:10px 0 20px 0;
}

h1 {
  font-size:1.4em;
  line-height:1.6em;
  color:#002F5D;
  padding-bottom:20px;
  padding-top:25px;
}
h2 {
  font-size:1.2em;
  line-height:1.3em;
  font-weight:bold;
  color:#F18700;
  padding-bottom:10px;
}
h3 {
  font-size:1em;
  color:#002F5D;
  padding-bottom:6px;
}
h3.line {
  border-bottom:1px solid #f18700;
  padding-bottom:10px;
  margin-bottom:5px;
}
h3.orangeBox {
  background-color:#f18700;
  color:#fff;
  padding:2px 10px;
  margin-bottom:10px;
  margin-top:10px;
}
h3.blueBox {
  background-color:#002F5D;
  color:#fff;
  padding:2px 10px;
  margin-bottom:10px;
}
h3.blueBox a {
  color:#fff;
  text-decoration:none;
}
h3.blueBox a:hover {
  color:#f18700;
}
h4 {
  font-size:1em;
  line-height:1.3em;
  font-weight:bold;
  padding-bottom:10px;
}


p {
  padding-bottom:10px;
}
small,.small {
  font-size:0.9em;
  line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
  border-bottom: 1px dotted black; cursor: help; 
  white-space:normal;
}
hr.sbac-spacer {
  visibility:hidden;
}


/* Links */
a,a.external-link,a.active, a.email {
  color:#002F5D;
}
a:hover, a:focus, a:active {
  color:#f18700;
}
a.external-link {
  padding-left:18px;
  background:url(../img/link.gif) left 6px no-repeat;
  display:inline-block;
}
a.email {
  padding-left:18px;
  background:url(../img/mail.gif) left 5px no-repeat;
  display:inline-block;
}
a.download {
  padding-left:18px;
  background:url(../img/download.gif) left 5px no-repeat;
  display:inline-block;
}
a img { 
  border:none;
  text-decoration:none;
}
a.orangeArrow {
  padding-right:10px;
  background:url(../img/icon_oArrow.gif) right top no-repeat;
  color:#fff;
}
a.whiteArrow {
  padding:3px 15px 3px 5px;
  background:#F18700 url(../img/icon_wArrow.gif) right 3px no-repeat;
  color:#fff;
  text-align:right;
}
a.orangeArrow:hover,
a.orangeArrow:focus,
a.orangeArrow:active,
a.whiteArrow:hover,
a.whiteArrow:focus,
a.whiteArrow:active {
  text-decoration:none;
}
a.orangeArrow2 {
  padding-right:10px;
  background:url(../img/icon_arrow.gif) right 2px no-repeat;
}
a.grey {
  color:#959595;
}
a.grey:hover, a.grey:focus, a.grey:active {
  color:#f18700;
}

#cRight a.external-link {
  padding-left:18px;
  background:url(../img/bluebg/link.gif) left 6px no-repeat;
}
#cRight a.email {
  padding-left:18px;
  background:url(../img/bluebg/mail.gif) left 5px no-repeat;
}
#cRight a.download {
  padding-left:18px;
  background:url(../img/bluebg/download.gif) left 5px no-repeat;
}
#cRight a.orangeArrow2 {
  padding-right:10px;
  background:url(../img/bluebg/icon_arrow.gif) right 2px no-repeat;
}

/* Listen */
ul {
  margin-left:10px;
  padding-left:10px;
  list-style-image:url(../img/icon_dot.gif);
}

ul.nostyle { 
  list-style-type:none;
  list-style-image:none;
  margin: 0;
  padding:0;
}
li dfn,.usb {
  display:block;
  position:absolute;
  left:-3000px;
  height:0px;
  width:0px;
}


/* Formulare */
form br {
  clear:both;
}
fieldset {
  border:none;
}
legend {
  color:#002F5D;
  font-weight:bold;
  font-size:1.2em;
}
label {
  margin:8px 0 -3px 0;
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
input, textarea, select {
  border:1px solid #002F5D;
  padding:2px;
  font-size:0.85em;
}
input.normal, textarea {
  width:450px;
}
textarea {
  height:10em;
}
input.submit {
  border:1px solid #c8d6df;
  background-color:#002F5D;
  color:#fff;
  margin-top:5px;
  font-weight:bold;
}
input.submit:hover {
  background-color:#c8d6df;
  border:1px solid #002F5D;
  color:#002F5D;
}
fieldset.buttons legend {
  font-size:1em; 
  color:#000;
}
fieldset.buttons label {
  display:inline;
}
input.checkbox {
  display:inline; 
  margin-right:5px;
}


/* Tabellen */
table {
  font-size:1em;
  width:100%;
}
caption {
  font-size:1.2em;
  line-height:1.4em;
  font-weight:bold;
  text-align:left;
}
th {
  padding:3px 10px 3px 0;
  text-align:left;
  vertical-align:top;
}
td {
  vertical-align:top;
  padding:3px 10px 3px 0;
}


/* Definitionslisten */
dd {
  margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/

.breadcrumb {
  height:10px;
  font-size:0.9em;
  color:#aaa;
}
.breadcrumb a {
  color:#aaa;
  text-decoration:none;
}
.funx_top {
  font-size:0.9em;
  margin-top:20px;
  text-align:right;
}
.funx_top a {
  padding-right:18px;
  background:url(../img/icon_top.gif) right 2px no-repeat;
}
.funx_fontsize {
  padding:3px 0 0 20px;
  background-color:#f18700;
  margin-bottom:15px;
  overflow:hidden;
  height:18px;
}
.funx_fontsize img {
  margin-right:10px;
}



/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
  display:none;
}
.clearer {
  clear: both;
}

.left, .imgleft {
  float: left;
}
.right, .imgright {
  float: right;
}
.marked {
  color:#660000;
}
.align-center {
  text-align:center;
}
.align-right {
  text-align:right;
}
.align-left {
  text-align:left;
}
.monospace {
  font-family:'Andale Mono',Courier,monospace;
}


/**********************************
 * RTE 
 **********************************/
.box1, p.box1, div.box1 {
  background:#002F5D url(../img/bg_box1.gif) left top no-repeat;
  border:1px solid #f18700;
  padding:10px;
  width:278px;
  color:#fff;
  font-size:0.9em;
  line-height:1.3em;
}
.box2, p.box2, div.box2 {
  background:#002F5D;
  color:#fff;
  padding:5px;
}
.box3, p.box3, div.box3 {
  background:#f18700;
  color:#fff;
  padding:5px;
  margin-bottom:10px;
}

.box4, p.box4, div.box4 {
  background:#f18700;
  color:#fff;
  padding:5px 3px 5px 5px;
  border-right:3px solid #e8000d;
  margin-bottom:10px;
}

h3.box4 {
  background-color:#f18700;
  color:#000;
  padding:2px 10px 2px 8px;
  border-right:3px solid #e8000d;
  margin-bottom:10px;
}
.box2 a, .box3 a, .box4 a, .box5  a {
  color:#fff;
}
.box2 a:hover,
.box2 a:focus, 
.box2 a:active,  
.box3 a:hover,
.box3 a:focus,
.box3 a:active, 
.box5 a:hover,
.box5 a:focus,
.box5 a:active {
  color:#f18700;
}
.box4 a:focus,
.box4 a:active {
  color:#002F5D;
  text-decoration:none;
}
.box5, p.box5, div.box5 {
  background:#D7D3D0;
  padding:10px;
  color:#fff;
}

.orange, span.orange, p.orange, div.orange {
  color:#f18700;
}
.blue, span.blue, p.blue, div.blue {
  color:#002F5D;
}
.blueBorder, p.blueBorder, div.blueBorder {
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #002F5D;
}
.fullwidth, p.fullwidth, div.fullwidth {
  margin-left:-20px;
  margin-right:-20px;
}
.blueBorder .txt {
  padding-left:30px;
}
.grey, span.grey, p.grey {
   color:#959595 
}
.box_left {
  width:47%;
  float:left;
}
.box_right {
  width:49%;
  float:right;
  text-align:left;
}

/**********************************
 * Inhaltselemente 
 **********************************/

/* Bilder mit BU */
dl.image {
  margin:0 10px 0 10px;
}
dl.image dt, div.filelinks dd {
  margin:0;
  padding:0;
  line-height:0.9em;
}
dl.image dd,
dd.csc-textpic-caption {
  margin:-1px 0 0 0;
  padding:1px 0 1px 3px;
  font-size:0.9em;
  line-height:1.2em;
}
.imgleft dl.image {
  float:left;
  margin-right:10px;
  margin-left:0px;
}
.imgright dl.image {
  float:right;
  margin-left:10px;
  margin-right:0px;
}



/* PageBrowser */
div.pagebrowser ul,
ul.browsebox {
  list-style-type:none;
  margin:10px 0 10px 0;
}
div.pagebrowser li,
ul.browsebox li {
  display:inline;
  padding-right:10px;
}

/* Menue der Unterseiten */
.pages_submenu {
  float:right;
  width:235px;
  padding:5px 10px;
  border:1px solid #014073;
  margin-left:10px;
  background-color:#F2F5FA;
}
.pages_submenu a.active {
  text-decoration:none;
  font-weight:bold;
  background:none;
  padding:0;
}

/* Partner-Textmenu */
.partner_textmenu a {
  padding-right:10px;
  background:url(../img/icon_arrow.gif) right 2px no-repeat;
}
.partner_textmenu li {
  width:300px;
  float:left;
}

/* Partner-Bildmenu */
.partner_imgmenu {
  text-align:center;
}
.partner_imgmenu li {
  border-bottom:1px solid #002F5D;
  padding:5px 0 1px 0;
}

/* Sitemap */
.sitemap dl.firstLevel dt {
  padding:2px 5px;
  background-color:#002F5D;
  border:1px solid #002F5D;
  margin-top:15px;
}
.sitemap dl.firstLevel dt a {
  color:#fff;
  text-decoration:none;
}
.sitemap dd.borderbottom {
  border:1px solid #002F5D;
  border-top:none;
  padding:5px;
  margin:0;
}
.sitemap dl.thirdLevel,
.sitemap dl.fourthLevel,
.sitemap dl.fifthLevel {
  padding-left:30px;
}  
.sitemap dl.secondLevel dt {
  font-style:normal;
  border:none;
  background:none;
  margin:0;
}
.sitemap dl.secondLevel dt a {
  color:#002F5D;
  padding-right:10px;
  background:url(../img/icon_arrow.gif) right 2px no-repeat;
}
.sitemap dl.secondLevel dd {
  border:none;
  margin:-5px 0 0 0;
}
.sitemap dd.descr {
  padding-left:5px;
  font-size:0.9em;
  color:#999;
}


/**********************************
 * Plugins 
 **********************************/

/* tt_news */
.newslist .listitem {
  margin-bottom:20px;
}
.newslist .listitem p {
  display:inline;
}
.newslist .more a {
  padding-right:10px;
  background:url(../img/icon_arrow.gif) right 2px no-repeat;
}


/* indexed_search */
.tx-indexedsearch-whatis { 
  background-color:#002F5D;
  color:#fff;
  padding:2px 10px;
  margin-bottom:10px;
  font-weight:bold;
 }
a.searchlink {
  text-decoration:none;
  font-size:0.9em;
  padding:0 10px 0 5px;
  background:url(../img/bluebg/icon_arrow.gif) right top no-repeat;
}




/**********************************
 * Newsletter
 **********************************/
body.newsletter {
  width:590px;
  padding:10px 0 10px 5px;
}
body.newsletter #content,
body.newsletter #footer {
 width:590px;
  overflow:hidden;
}
body.newsletter #footer {
  font-size:11px; 
  margin-top:40px;
}
body.newsletter #footer a {
   text-decoration:none; 
}
body.newsletter .pages_submenu {
  width:auto;
  float:none;
  margin:0;
}
body.newsletter ul {
   list-style-image:url(../img/layout_1/icon_dot.gif);
}
body.newsletter .partner_textmenu a {
  padding-left:13px;
  margin-left:10px;
  background:none;
  display:inline-block;
  background:url(../img/layout_1/icon_dot.gif) left top no-repeat;
}
body.newsletter .partner_textmenu ul {
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none; 
  list-style-image:none; 
}
body.newsletter .partner_textmenu li {
  width:50%;
  display:block;
  float:left;
  list-style-image:none;
}

