@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

html, body { height:100%; }

body {
    background:#e7ecf0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    overflow: -moz-scrollbars-vertical; 
}

#page {
    margin:0px auto 0 auto; 
    width:960px;     
    background:#fff url(../upload/bilder/corporate/bg_page.gif) repeat-y center; 
}


/* Header */

#header { 
    background:#314695;
    height:80px; 
    position:relative;
}

#wappen { 
    position:absolute;
    top:30px;
    width:100%;
    height:120px;
    text-align:center;
}

/* main */

#main {
    clear:both;
    background:url(../upload/bilder/corporate/bg_main.gif) repeat-y;
}

#left {
    float:left;
    width:160px;
}
#left-inner { padding-top:120px; }

#right {
    float:right;
    width:160px;
}
#right-inner { 
    padding:60px 0px 20px 0px; 
}

#center {
    background:#fff url(../upload/bilder/corporate/bg_content.jpg) no-repeat center 100px;
    margin:0 160px;
    width:auto;
    min-height: 500px;
    position:relative;
     
}
#center-inner { padding:40px 25px 25px 25px; }

/* footer */

#footer {
    height:30px;
    color:#FFF;
    background:#314695;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    line-height:30px;
    clear:both;
}


#content { 
    padding:20px 15px 0 15px; 
} 

#content img {
    margin: 0px 10px 10px 0px;
}

#content td img {
    margin: 0px 0px 0px 0px;
}
 
#content .text {
    width: 390px;
    float: right;
}

#content .image {
    with: 180px;
    float: left;
}

#content-left {
    width: 350px;
    float: left;
}

#content-right {
    width: 190px;
    float: right;
} 

#right-inner .content {
    font-size: 11px; 
    margin-bottom: 8px; 
    padding: 0px 5px 0px 5px; 
    color: #FFFFFF; 
    font-weight: bold;
}


#right-inner a, #right-inner a:visited, #right-inner a:active {
    color: #FFFFFF;
    text-decoration: underline;
font-weight: bold;
}

#right-inner a:hover {
    color: #000000;
}

#right-inner hr {
    height: 1px;
    color: #000000;
}

#right-inner img {
    border: none;
}

#right-inner h1 {
    line-height:18px;
    font-size:12px;
    margin-top: 10px;
    margin-bottom: 5px;
background: #314695;
color: #FFFFFF;
padding: 0px 5px 0px 5px;
}



#right-inner p {
    padding-bottom:8px;
}

#right-inner h3 {
    width:100%;
    height:20px;
    line-height:20px;
    font-size:12px;
    background:#314695;
    text-align:center;
    color:#fff;
}

#content a,a:visited, a:active {
    color: #314695;
    text-decoration: none;
    font-weight: bold;
}

#content a:hover {
    text-decoration: underline;
}

#content ul {
    list-style-type: square;
    list-style-position: inside;
}

#content ol {
    list-style-position: outside;   
}

#content ol li {
    list-style-position: outside;   
    margin-left: 24px;  
}  

/*h2, h3, h4 {
    line-height:14px;
font-size:15px;
color: #314695;
}*/

#content h1 {
    line-height:18px;
    font-size:16px;
    margin-top: 10px;
    margin-bottom: 10px;
color: #314695;
}

#content h2, h3, h4 {
    line-height:16px;
    font-size:14px;
    margin-bottom: 8px;
    border-bottom: 1px solid #314695;
    color: #314695;
}

.newsletter-groupbox {
    width: 150px;
}

p { 
    line-height:16px; padding-bottom:16px; 
}


#left-inner a {
    font-weight: normal;
}

/* Nav + Subnav */

.nav ul { 
    list-style-type:none; 
}

.nav li { 
    display:inline;
    color:#314695;
    line-height:18px;
    font-weight:bold;
    padding:0 1px;
    font-size: 11px;
}

.nav a {
    text-decoration:none;
    color:#314695;
    padding:0 5px;
}

.nav a:hover { 
    background:#cccccc; 
}

#left-inner ul { 
    list-style-type:none; 
}

#left-inner ul li { 
    padding: 2px 0px 2px 20px;
    color:#fff;
    line-height:20px;
    font-size:11px;
    font-weight:normal;
    margin: 0px 0px 1px 0px;
    background: #314695;    
}

#left-inner ul li a { 
    text-decoration:none;
    color:#FFF;
    width: 160px;
}

#left-inner ul li:hover {
    /*background: #314695; */
    color:#FFFFFF;
}
#left-inner .active { 
    background: #314695; 
    color:#FFFFFF; 
}


#footer a {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/* Clearing */
 
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix { display:block; }
#clearing { display:none; }

.floatbox {
    overflow:hidden;
}
  