﻿/**********************************************************************
********************Farben********************************************
********************************************************************** 
dunkelblau: #0A3766
türkis:     #009AB2
hellblau:   #EFEFEF
grau:       #6E6F71
hellgrau:   #B0B0B0
********************************************************************** 
********************Globale Formatierungen***************************/
/*Body*/
body{
    text-align:center;
    background:#A6A6A6 url(img_structure/bg-body.jpg) repeat-x top left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:80%;
    color:#000;
}
/*Headlines*/
h1{
    font-size:1.3em;
    margin-bottom:.1em;
    text-transform:uppercase;
    color:#0A3766;

}

.teaser h1{
    font-size:1.2em;
    margin-bottom:.2em;
}

h2{
    font-size:1.1em;
    margin:1em 0 .1em 0;
color:#6E6F71;
}
h3,h4{
    font-size:1em;
    color:#0A3766;
}
h1,h2{
/*    text-transform:uppercase; 
    color:#0A3766; */
}
/*Paragraph*/
p{
    line-height:1.3em;
    margin:.2em 0 .5em 0;
}
p.first{
    font-weight:bold;
}
/*HR---*/
hr {
  background-color:#6E6F71;
  color:#6E6F71;
  border:#6E6F71;
  height:1px;
}
/*Links*/
a:link,
a:visited,
a:active{
    text-decoration:none;
    color:#0A3766;
}
a.link{
    padding-left:12px;
    background:url(img_structure/arrow-w.gif) left 4px no-repeat;
}
a.download{
    padding-left:27px;
    background:url(img_structure/link-download.gif) left top no-repeat;
}
a:hover{
    color:#000;
    text-decoration:underline;
}
/*Lists*/
#content ul,
#rightcol ul, #leftcol_sub ul{
    margin:.2em 0;
}
#content li{
    padding-left:12px;
    background:url(img_structure/arrow-w.gif) left 4px no-repeat;
    margin-bottom:.3em;
}
#rightcol li, #leftcol_sub li,
.teaser li,
.sideboxHome li{
    padding-left:12px;
    background:url(img_structure/arrow-g.gif) left 4px no-repeat;
    margin-bottom:.3em;
}
dt{
    font-size:.9em;
    margin:.1em 0;
    color:#6E6F71;
    font-weight:bold;
}
/**********************************************************************
********************Layout/Inhaltselemente*****************************
**********************************************************************/
/*wrap-alles umgebender Div------------------------------------------*/
#wrap{
    margin:auto;
    width:960px;
    text-align:left;
}
#logo{
    float:left;
    margin:15px 0px 25px 0px;
}
/*Header---------------------------------------------*/
#header{    
}
/*Navi top----------------------------*/
#naviTop{
    float:right;
    margin:15px 0;
/*    width:200px;  */
}
/*search-----------*/
#search{
    float:left;
}
#search input, #search label{
    float:left;
}
#search input.field{
    background:#fff;
    border:1px solid #B0B0B0;
    width:130px;
    height:14px;
}
#search label{
    color:#B0B0B0;
    position:relative;
    font-size:.8em;
    font-weight:bold;
    margin:0 .5em 0 1em;
    line-height:1.6em;
}
/*language-----------*/
#language{
    float:left;
}
#language li{
    display:inline;
}
#language li a{
    background:url(img_structure/arrow-w.gif) left 4px no-repeat;
    padding-left:10px;
    margin-right:.5em;
    color:#0A3766;
    font-size:.8em;
    font-weight:bold;
    
}
/*Flash----------------*/
#flash{
    margin-top:0px;
    position:relative;
    z-index:0 !important;
    -margin-top:-2px;


}
/*Container-------------------------------------*/
#container{
    background:#fff;
    
}
/*leftcol---------------*/
#leftcol{
    width:210px;
    float:left;    
}
/*rightcol---------------*/
#rightcol, #leftcol_sub {
    width:200px;
    float:right;    
    padding-right:10px;
    font-size:.85em !important;
}
#leftcol,
#rightcol{
    margin-top:35px;    
}
/*sidebox-------*/

.sideboxHome {
    margin-left:10px;
    font-size:0.85em !important;
}


.sidebox{
    background:#D1D2D3 url(img_structure/hr.gif) bottom left repeat-x;
    position:relative;
    padding:10px;
    margin-bottom:10px;
    z-index:0;
}
.sidebox .top{
    background:url(img_structure/hr.gif) top left repeat-x;
    position:absolute;
    top:0;
    left:0;
    width:200px;
    height:1px;
}
.sidebox h2{
    color:#6E6F71;
    margin:0 0 10px 0;
}
.sidebox.blue{
    background-color:#0A3766;
}
.sidebox.blue li{
  background:url(img_structure/arrow-b.gif) center left no-repeat !important;
    color:#fff;
}
.sidebox.blue li a{
    color:#fff !important;
}
.sidebox.blue h2{
    color:#009AB2;
}
.sidebox.blue p{
    color:#fff;
}
/*button*/
.button{
    font-size:1em;    
    height:25px;
    color:#fff;
    font-weight:bold;    
    z-index:100;
}
.button p a{
    background:url(img_structure/button-r.gif) no-repeat top right;
    height:15px;
    display:block;
    padding:5px 15px;
    color:#0A3766 !important;
    font-weight:bold;
}
.button:hover{
    position:relative;
    bottom:-1px;
}
.button p{
    background:url(img_structure/button-l.gif) no-repeat top left;
    display:block;
    padding:0;float:left;
}
/*Content--------------*/
#content{
    float:left;
    margin-left:20px;
    width:500px;  
    padding-bottom:25px;  
}
/*breadcrumb*/
#breadcrumb{
/*    height:15px; */
    margin:10px 0;
width:710px;
-width:500px;
}
#breadcrumb li{
    display:inline;
    color:#B1B3B4;
    font-size:.85em;
    font-weight:bold;
    background:none;
    padding:0;
    margin-right:5px;
}
#breadcrumb li+li{
    background:url(img_structure/arrow-breadcrumb.gif) center left no-repeat !important;
    padding-left:10px !important;
}
#breadcrumb li a{
    color:#B1B3B4;
    text-decoration:none;    
}
#breadcrumb li a:hover{
    color:#999;
    text-decoration:none;    
}
/*teaser*/
.teaser{
    padding:10px;
    background:#EFEFEF;
    margin-bottom:10px;    
}
.teaser p{
    margin-bottom:0;
}
.teaser.right{
    float:right;
}
.teaser.left{    
    float:left;    
}
.teaser.right,
.teaser.left{
    width:225px;
    height:195px;
}
.teaser.big img,
.bildText img{
    float:left;
    margin:3px 20px 10px 0;
}
.teaser img{
    width:225px;
    margin-bottom:10px;
}

.bildText p {
margin-top:0px;
}

.textcol {
    float:right;
    width:255px;
}

.teasertextcol {
/*    float:right;
    width:235px; */
}

.teaser .teasertextcol {
    float:right;
    width:235px; 
}



.teasertextcol a {
/*    margin-left:10px; */
}

/*listbox*/
.listbox{
    background:url(img_structure/hr.gif) bottom repeat-x;
    margin-top:.5em;
    padding-bottom:.5em;
}
.listbox img{
    float:left;
    margin-right:10px;
    margin-top: 3px;
}
.listbox p{
    display:block;
    float:left;
}
.listbox li{
    display:inline;
    padding:0 !important;
    background:none !important;
    margin-right:.7em;
}
.lbContent{
    width:410px;
    float:right;
}
.lbContent h2 {
    margin-top: 0;
}

.lbContent p {
float:none !important;
}


/*form*/
fieldset{
    border:none;
    margin:.5em 0;
}
#content form{
    background:#EFEFEF;
    padding:10px;
    margin-bottom:1em;
}
#content form p{
    clear:both;
    margin-bottom:.2em;
}
#content label{
    display:block;
    width:110px;
    float:left;
    font-weight:bold;
}
#content fieldset.checkbox label{
    display:inline !important;
    width:auto !important;
    font-weight:normal;
    margin-top:3px;
}
#content fieldset{
    margin-bottom:.5em;
}
#content fieldset.checkbox legend{
    font-weight:bold;
    margin:0;
    padding:0;
}
#content fieldset.checkbox input{
    margin-left:110px;
    float:left;
    
}
#content select{
    padding:0;
    margin:0;
}
#content p.pflichtfeld{
    margin-left:110px;
    font-weight:bold;
}
#content .errorMessage{
    color:#cc0000;
    font-weight:normal;
    display:none;
}
#content span.required{
    color:#0A3766;
}
#content textarea,
#content input.field{
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    padding:4px;
    background:#fff;
    border:none;
    border-left:5px solid #849BB2;
    float:left;
    margin-bottom:3px;
}
#content textarea{
    width:340px;
}
#content input.field{
    width:220px;
}
#content input:focus, 
#content textarea:focus{
    border-left:5px solid #0A3766 !important;
}
#content input.field.short{
    width:47px;
    float:left;
    margin-right:5px;
}
#content input.field.medium{
    width:155px;
    float:left;
}
#content input.field.error,
#content select.error,
#content textarea.error {
    border-left:5px solid #cc0000 !important;
float: left;
}
#content input.button{
    background: url(img_structure/but-arrow-right.gif) 0px 0px no-repeat;
/*    background:#0A3766 url(img_structure/but-arrow-right.gif) left 3px no-repeat; */

    border:none;
    text-align:center;
    color:#0A3766;
    font-weight:bold;
    margin-left:110px;
/*    padding:1px 1px 1px 18px; */
    padding:0px !important;
    height:25px;
    width:90px;

}

/*footer-----------------------------------------------*/
#footer{
    height:4em;
    margin-top:5px;
    color:#fff;
    font-size:.85em;
}
#footer p{
    float:left;
    font-weight:bold;
}
#footer ul{
    float:right;
}
#footer li{
    display:inline;
    border-left:1px solid #0A3766;
    padding-left:5px;
    margin-left:5px;
}
#footer li.first{
    border:none;
}
/**********************************************************************
********************Classes********************************************
**********************************************************************/
/*Align*/
.la{/* Linksausrichtung*/
    float:left; 
    margin-right:.5em;
}
.ra{/* Rechtsausrichtung*/
    float:right
}
/*Clear All*/
.clear {
    height:1px; 
    font-size:.0001em; 
    clear:both; 
}
/*Align center*/
.center{
    text-align:center;
    margin-bottom:1em;
    }
/*Big fontsize*/
.huge{
    font-size:2em;
}
/* Error DIV */
.formerror {
display: none;
padding: 3px;
background: rgb(204, 0, 0) none repeat scroll 0% 0%;
position: absolute;
margin-left: -10px;
margin-top: -10px;
color: #fff;
width: 494px;
font-weight: bold;
height:18px;
}
.formerrorSpacer {
display: none;
height: 15px;
}


/* Abstand Bildelemente und/oder Text zum nachfolgenden Inhalt */
dl {
margin:1em 0 2em 0 !important; 
}
 



.TextTabelle {
    margin:10px 0px 10px 0px;
background-color:#EFEFEF;
}
.TextTabelle td{
    border-top:1px #FFF solid;
}
