/******************************
 * HTML-Tags 
 ******************************/
 
/* Alles nullen */
body {
  font-family:Verdana,Arial,sans-serif;
  font-size:11px;
  margin:0;
  padding:0;
  line-height:16px;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,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 */
h1 {
  font-size:18px;
  line-height:22px;
  padding-bottom:20px;
}
h2 {
  font-size:11px;
  line-height:16px;
  color:#03318E;
  padding-bottom:10px;
}
h2.box {
  color:#fff;
  background:#0A4A87 url(../img/bg_bluebox.jpg) left top repeat-x;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  padding:3px 5px;
}
h3 {
  color:#000;
  font-size:1em;
}

hr {
  height:1px;
  color:#03318E;
  background:none;
  border:none;
  border-bottom:1px solid #03318E;
  margin:7px 0;
  padding:0;
}
p {
  padding-bottom:12px;
}
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:#03318E;
  text-decoration:none;
  white-space:normal;
}
a:hover {
  text-decoration:underline;
}
a.external-link {
  padding-left:18px;
  background:url(../img/link.gif) left top no-repeat;
}
a.email {
  padding-left:18px;
  background:url(../img/mail.gif) left top no-repeat;
}
a img { 
  border:none;
  text-decoration:none;
}


/* Listen */
ul {
  margin-left:1.5em;
}

ul.nostyle { 
  list-style-type:none;
  margin:0;
  padding:0;
}
li dfn,.usb {
  display:block;
  position:absolute;
  left:-3000px;
  height:0px;
  width:0px;
}


/* Formulare */
form br {
  clear:both;
}
form .even, form .odd {
  margin-bottom:5px;
  clear:both;
}
fieldset {
  border:none;
  margin-bottom:20px;
}
legend {
  color:#03318E;
  border-bottom:1px solid #03318E;
  font-weight:bold;
  font-size:14px;
  margin-bottom:10px;
  display:none;
}
label, span.label {
  margin:0 10px 0  0;
  float:left;
  width:180px;
}
label.inline {
  float:none;
}
div.radio {
  width:140px;
  float:left;
}
div.allRadios {
  width:280px;
  float:right;
  text-align:left;
  margin-bottom:8px;
}
input[type=text], textarea, select {
  border:1px solid #03318E;
  padding:2px;
  font-size:11px;
  margin-bottom:1px;
}
textarea {
  width:450px;
}
textarea {
  height:10em;
}
input.submit {
  border:1px solid #666;
  margin-top:5px;
  font-weight:bold;
}
input.submit:hover {
  background-color:#f1f1f1;
  color:#666;
}

fieldset.buttons label {
  float:none;
  display:inline;
}
input.powermail_radio, input[type=radio], input[type=checkbox] {
  border:none;
}

/* Tabellen */
table {
  font-size:1em;
  width:97%;
}
caption {
  font-size:1.2em;
  line-height:1.4em;
  font-weight:bold;
  text-align:left;
}
th {
  padding:3px;
  text-align:left;
}
td {
  vertical-align:top;
  padding:3px;
}
table.contenttable-1 {
  border:1px solid #D7EBF5;
  width:470px;
}
table.contenttable-1 th {
  color:#fff;
  background:#0A4A87 url(../img/bg_bluebox.jpg) left top repeat-x;
}

table.contenttable-1 td {
  /*font-weight:bold;*/
}

table.contenttable-1 tr.tr-odd td {
  background-color:#fff;
}

table.contenttable-1 tr.tr-even td {
  background-color:#D7EBF5;
}


/* Definitionslisten */
dd {
  margin-left:2em;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/

div.breadcrumb {
  margin-bottom:15px;
  color:#666;
}
.funx_top {
  font-size:0.9em;
  margin-top:40px;
}
.funx_top a {
  padding-left:18px;
  background:url(../img/icon_top.gif) left top no-repeat;
}


/**********************************
 * 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;
}
.whitespace {
  border-top:20px solid #fff;
}

/**********************************
 * RTE 
 **********************************/
p.turquoiseBox, div.turquoiseBox, .turquoiseBox {
  background-color:#D7EBF5;
  padding:5px;
}
.red, p.red, span.red {
  color:#C84710;
}
.blue, p.blue, span.blue {
  color:#03318E;
}
.lightblue, p.lightblue, span.lightblue {
  border:1px solid #D7EBF5;
  background-color:#F5FAFD;
  padding:5px;
}
.blueborder, p.blueborder, span.blueborder {
  border:1px solid #D7EBF5;
  padding:5px;
}

a.arrow {
  color:#01A77F;
  background:url(../img/icon_arrow.gif) right 3px no-repeat;
  padding-right:10px;
  font-weight:bold;
  white-space:nowrap;
  display:inline-block;
}

a.turquoiseArrow {
  color:#fff;
  background:#538C77 url(../img/bg_turquoiseArrow.jpg) right top no-repeat;
  padding:3px 15px 3px 5px;
  font-weight:bold;
  border:1px solid #fff;
  white-space:nowrap;
}
a.arrow:hover, a.turquoiseArrow:hover {
  text-decoration:none;
}

a.turquoiseArrow:hover {
  border:1px solid #a22d0a;

}



/**********************************
 * 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 {
  background-color:#e8eff4;
  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;
}
DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 0px; }



/* PageBrowser */
div.pagebrowser ul {
  list-style-type:none;
  margin:10px 0 10px 0;
}
div.pagebrowser li {
  display:inline;
  padding-right:10px;
}


/* Sitemap */
div.sitemap dl.firstLevel dt {
  margin-top:15px;
  padding:2px 5px;
  background-color:#e8eff4;
  border:1px solid #004b81;
}
div.sitemap dl.firstLevel dd {
  margin:-1px 0 0 0;
  border:1px solid #004b81;
  border-top:none;
  padding:5px;
  color:#666;
  font-style:italic;
}
div.sitemap dd.blockborder {
  padding-left:15px;
  background:none;
}
div.sitemap dl.secondLevel dt {
  font-style:normal;
  border:none;
  background:none;
  margin:0;
}
div.sitemap dl.secondLevel dd {
  border:none;
  margin:-10px 0 0 0;
}



/**********************************
 * Plugins 
 **********************************/
.tx-srfreecap-pi2-cant-read {
  display:block;
  color:#000;
}
#newsletter_subscription input {
  margin-bottom:4px;
}
.teaser {
  width:280px;
}

#cRight .noNews {
  padding:5px
}


/**********************************
 * Newsletter 
 **********************************/
#nl_content {
   width:400px;
   margin:10px;
}
#nl_footer {
   width:400px;
   margin:20px 10px 10px 10px;
  padding_top:20px;
  border-top:1px solid #03318E;
}

