@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage fÃ¼r ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
 @import url(navigation/nav_main.css);
 @import url(navigation/nav_sub.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(/css/print/print_003.css); */

body {
  background-image: url("imgs/bg.jpg");
  background-position: top;
  background-repeat: repeat-X;
  background-color: #F1F4F9;
  background-attachment:fixed;
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 0.75em;
  text-align: center;
}

#page_margins { margin: 22px auto; }

#page {
  width: 850px;
  margin: auto;
  text-align: left;
}

a {
  text-decoration: none;
  color: #909090;
}

a:hover { text-decoration: underline; }

h1 { font-size: 1.2em; margin: 20px 0 10px 0; }
h2 { font-size: 1.1em; margin: 10px 0 5px 0; }
h3 { font-size: 1.0em;}
h4 { font-size: 0.9em;}

#col3-inner h1, #col3-inner h2, #col3-inner h3 { padding-bottom: 2px; border-bottom: 1px dotted #2A307A; }

p.align-right { text-align: right; }
p.align-center { text-align: center; }
p.align-left { text-align: left; }
p { margin: 10px 0; }
.csc-textpic-above { overflow: hidden;}
.clear { min-height:10px;}
.important {
  display: block;
  padding: 3px;
  background-image: url("imgs/white.png");
  opacity: 0.6;
  -moz-opacity: 0.6;
}

#header {
  height: 99px;
  margin-bottom: 17px;
  background-image: url("imgs/header-2.jpg");
  background-position: top;
  background-repeat: repeat-X;
}

#topnav {
  top: auto;
  bottom: 13px;
  right: 15px;
}

#topnav a { color: #E0E0E0; font-size: 0.8em; }
#topnav a.active { font-weight: bold;}

#main {
  background-color: #FFF;
  padding: 15px 0 17px 0;
}

#col1 {width: 20%;}
#col2 {width: 20%;}
#col3 {margin: 0 20% 0 20%;}
#col1, #col2 { padding-top: 13px; }

#col1 h1, #col2 h1 {
  margin: 0px;
  padding: 2px;
  background-color: #2A307A;
  font-size: 1em;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

#col1_content .box, #col2_content .box {
  margin: 15px 17px;
}

.box-content {
  border: 1px solid #E0E0E0;
  padding: 3px;
  font-size: 0.9em;
}

.box-content p {
  margin-top: 0px;
  background: #E0E0E0;
}

#breadcrump {
  height: 13px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 0px;
  font-size: 0.8em;
  border-bottom: 1px solid #E0E0E0;
}

#top-teaser .slteaserads {
  height: 130px;
  display: block;
}

#top-teaser .box {
  width: 140px;
  float: left;
  margin-right: 28px;
}

#top-teaser .box-3 { margin-right: 0;}

#top-teaser .box-content {
  margin-top: 1px;
  padding: 0px 3px 3px 3px;
  height: 80px;
}

#top-teaser h1 {
  font-size: 0.8em;
  color: #FFFFFF;
  padding: 3px;
  margin: 0px;
}

#top-teaser .box-1 h1 { background: #2A307A; }
#top-teaser .box-2 h1 { background: #E77718; }
#top-teaser .box-3 h1 { background: #00933B; }
#top-teaser a { color: #2A307A; display: block; margin-top: -5px; }
#top-teaser .box-1 .box-content { border: 1px solid #2A307A; }
#top-teaser .box-2 .box-content { border: 1px solid #E77718; }
#top-teaser .box-3 .box-content { border: 1px solid #00933B; }

#col3 {
  border-left: 2px #DDD dotted;
  border-right: 2px #DDD dotted;
  color: #2A307A;
}

#col3 #col3_content { padding: 0px 15px 20px 15px; }

#footer {
  height: 17px;
  margin: 12px 0;
  font-size: 0.85em;
  line-height: 1em;
  color: #FFF;
  padding-top: 4px;
  padding-left: 10px;
  background-color: #2A307A;
}

#footer-menu {
  background-image: url("imgs/bg-footer.gif");
  background-repeat: repeat-Y;
}

#footer-menu .top {
  height: 10px;
  background-image: url("imgs/bg-footer-top.gif");
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

#footer-menu .bottom {
  height: 10px;
  background-image: url("imgs/bg-footer-bottom.gif");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #FFFFFF;
  margin-top: 10px;
}

#footer-menu ul {
  list-style: none;
  height: 1%;
  margin-left: 0px;
}

#footer-menu li.level-1 {
  width: 100px;
  float: left;
  font-weight: bold;
  height: 1%;
}

#footer-menu li.level-2,
#footer-menu li.level-3,
#footer-menu li.level-4 {
  font-weight: normal;
  height: 1%;
}

#footer-menu ul ul, #footer-menu ul ul li {
  margin: 0;
  padding: 0;
  height: 1%;
}

#footer-menu a {
  text-decoration: none;
  color: #2A307A;
  font-size: 0.9em;
}

#footer-menu a:hover {
  text-decoration: underline;
}

/* ########## FORMS ########## */

input, textarea, select {
  border: 1px solid #2A307A;
}

.submit {
  background-color: #E0E0E0;
}

.box .submit {
  font-size: 1em;
  margin-top: 10px;
}

.box input, .box textarea, .box select {
  width: 100px;
}

#mailform { width: 80%; }

#mailform input {
  width: 150px;
  margin: 3px;
  float: right;
}

#mailform label {
  width: 150px;
  float: left;
  line-height: 1.5em;
  margin-left: 15%;
}

#mailform .csc-mailform-submit { width: auto; }

.mailform-contact {
  width:100%;
}

.mailform-contact .fieldset,
#mailform .csc-mailform-field {
  clear: both;
  display: block;
}

.mailform-contact .csc-mailform-check,
#mailform .csc-mailform-check {
  border: none;
}

.mailform-contact .csc-mailform {
  border:0px;
  width:100%;
  color:#011F67;
}

.mailform-contact input, textarea  {
  border:1px solid #011F67;
  margin:5px;
  font-size:11px;
  font-family:Arial, Helvetica, Verdana, Tahoma;
  padding:2px;
}

.mailform-contact input:link,
 textarea:link,
 .mailform-contact input:link,
 textarea:link { background-color: #F0F0F0; border:1px solid #011F67; }

.mailform-contact input:visited,
 textarea:visited,
 .mailform-contact input:visited,
 textarea:visited { background-color: #F0F0F0; border:1px solid #011F67; }

.mailform-contact input:focus,
 textarea:focus {
  border-color: green;
}

.mailform-contact input { float:left; }

.mailform-contact label {
  line-height:1.65;
  width:135px;
  display:inline;
  float:right;
  margin:5px;
}

.mailform-contact .submit, 
.mailform-contact .submit:focus,
#mailform .csc-mailform-submit {
  margin-top:10px;
  float: right;
  background:#011F67;
  color:#FFFFFF;
  border:0px;
  padding:2px;
}

.mailform-contact .submit:hover,
#mailform .csc-mailform-submit:hover {
  background:#750922;
}

/* ##### Specials ##### */
.mailform-contact #street, .mailform-contact #phone, .mailform-contact #email, .mailform-contact #message {
  width:264px;
}

.mailform-contact #message {
  width:261px;
  margin-top: 10px;
  padding-left:5px;
  display:block;
}
.error { font-style: italic; }
form .error {
  color: #FF0000;
  list-style: none;
  font-size: 0.75em;
  margin-left: 0;
  font-style: normal;
}

/* ########## MAILFORM-ORDER ########## */

.mailform-order { width: 100%; margin: auto; margin-bottom: 15px; text-align:center; }
.mailform-order p.bodytext, .mailform-order ul li, .mailform-order .csc-header, .mailform-order td, .mailform-order p {text-align: left;}
.mailform-order .steps {
  text-align: center;
  font-size: 0.8em;
  line-height:1.7em;
  margin-bottom:10px;
  background-image: url("imgs/bg-mainnav.jpg");
  background-repeat: repeat-x;
  background-position: -8px 0;
  color: #FFF;
}
.mailform-order .fieldset {width: 80%; margin: auto;text-align: left;clear: both; display: block;}
.mailform-order legend {font-weight: bold; border-bottom: 1px dotted #C0C0C0; margin-bottom: 5px;}
.mailform-order label, .mailform-order span.label {
  line-height:1.65;
  width: 200px;
  display:inline;
  margin:5px;
  float: left;
  border-bottom: 1px dotted #FFF;
}

.mailform-order label, 
.mailform-order .label,
#mailform label {
  border-bottom: 1px dotted #FFF;
}
.mailform-order label:hover, 


.mailform-order .label:hover,
#mailform label:hover { border-bottom: 1px dotted #2A307A;}

.mailform-order input, .mailform-order select {
  border:1px solid #011F67;
  margin:5px;
  font-size:11px;
  font-family:Arial, Helvetica, Verdana, Tahoma;
  padding:2px;
  float: right;
  width: 144px;
}

.mailform-order select { width: 150px; }
.mailform-order .checkbox { width: 26px; border: #E0E0E0; }
.mailform-order .submit {border:none; background:transparent; width:35px; height:35px;margin-top:25px;}

/* ########## NEWS-BOXES ########## */
.box-content.news a {
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}

.box-content.news .more-link {
  padding-left: 10px;
  background-image: url("imgs/subnav-dot.jpg");
  background-position: 68px 4px;
  background-repeat: no-repeat;
  text-align: right;
}

.box-content.news .more-link:hover {
  background-image: url("imgs/subnav-dot-active.jpg");
}

#col3-inner .twrss_item_link {
  margin-bottom: 10px;
}

/* ########## DOWNLOADS ########## */

.csc-uploads {
  width: 100%;
}

.csc-uploads td {
  padding: 3px;
  font-size: 0.75em;
}

.csc-uploads td {
  border-bottom: 1px dotted #C0C0C0;
}

.csc-uploads-icon {
  float: left;
}

.csc-uploads-fileName a {
  width: 45%;
  padding: 2px;
  padding-left: 13px;
  background-image:url("imgs/save.gif");
  background-position: left;
  background-repeat: no-repeat;
  float: left;
}

.csc-uploads-description {
  width: 45%;
  float: right;
  padding: 2px;
  padding-left: 15px;
  background-image:url("imgs/info.gif");
  background-position: left;
  background-repeat: no-repeat;
}
.clearfix {}
DIV.csc-textpic-imagewrap { clear: none;}