@media screen {

* {
    padding: 0;
    margin: 0;  
}

body {
    text-align: center; 
    background-color: #40749F;
}

a img {
    border: 0;  
}

#wrapper {
    margin: 0 auto;
    width: 840px;
    text-align: left;   
    positon: relative;
    /*background: #FFF url(../img/bg-content.png) right repeat-y; */
    background: #FFF;
}

#left {
    float: left;    
    width: 640px;
    height: 740px;  
}

html>body div#left {
    height: auto;
}

#right {    
    background: #DEE7EE url(../img/bg-right.png) repeat-x top; 
    float: right;
    position: relative;
    width: 200px;
    height: 740px;
}

#flags {
    text-align: right;
    height: 24px;
}

#flags img
{
    margin-right: 10px;
}

#logo {
    margin-top: 8px;
}
    
#footer {
    background: #00457F url(../img/bg-footer.png) fixed repeat-x top;
    clear: both;
    width: 820px;
    height: 20px;
    margin: 0 auto; 
    font-family: arial, helvetiva, sans-serif;
    font-size: 10px;
    color: #FFF;
    border-left: 10px solid #40749F;
    border-right: 10px solid #40749F;
}

#footer #footer-left {
    margin-top: 3px;
    margin-left: 10px;
    float: left;    
}

#footer #footer-right {
    float: right;   
    margin-top: 3px;
    margin-right: 10px;
}

#footer a {
    color: #FFF;    
    text-decoration: none;
}

#image-container {  
    margin: 6px auto 70px auto;
    width: 150px;
}

#image-container div.container {
    background: #DEE7EE url(../img/bg-image-container.png); 
    width: 150px;
    height: 115px;
    margin-bottom: 10px;
}

#image-container div.container img {
    margin: 5px 5px 5px 5px;
}
#image-container .zimg {
    cursor: pointer;
}

#header {
    background: #40749F url(../img/bg-header.png) scroll repeat-x 0px 0px; 
    width: 100%;
    height: 110px;  
}

ul#nav li {
    padding: 0;
    list-style-type: none;
    float: left;
    height: 70px;       
}

ul#nav li.separator {
    background: #6C94B5 url(../img/bg-separator.png) fixed repeat-x; 
    width: 1px; 
}

ul#nav li a {
    background: #40749F url(../img/bg-nav.png) fixed repeat-x top; 
    font-family:  tahoma, helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #DFE8EF; 
    float: left;
    padding: 40px 10px 0 10px;
    text-decoration: none;  
    height: 30px;
}

ul#nav li.active a {
    background: #9FB9CF url(../img/bg-nav-active.png) fixed repeat-x top; 
    color: #205C8F; 
}

ul#nav li a:hover,
ul#nav li.active a:hover {
    text-decoration: underline; 
}

h1 {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #DFE8EF;     
    position: absolute;
    left: 12px;
    top: 8px;
}

h1 span {
    color: #205C8F; 
}

#content h2,
#startseite h2,
div.column h2 {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 16px;
    color: #205C8F; 
    margin: 5px 0 11px 0;
}

#content h3,
#startseite h3,
div.column h3 {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #4D4D4D; 
    margin: 15px 0 15px 0;
}

#content h5,
#startseite h5,
div.column h5 {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #4D4D4D; 
    margin: 4px 0px 3px 0px ;
}


#content ul,
#content ol
{
   margin: 5px 0px 5px 20px;
}

#content ul li,
#content ol li
{
   line-height: 16px;
}

#content p,
#content ul,
#content ol,
#startseite p,
#startseite ul,
#startseite ol,
div.column {
    font-family: tahoma, helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 11px;
    color: #4D4D4D;         
}

#headline {
    clear: left;
    position: relative;
}

#content {
    background-color: #F4F7F9;
    margin: 54px;   
    padding: 15px;
}

div.subMenu {
    background-color: #9FB9CF;  
    z-index: 1000;
    padding: 10px 30px 5px 10px;
    width: auto;
}

div.subMenu a:link,
div.subMenu a:visited,
div.subMenu a:active {
    display: block;
    text-decoration: none;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #DFE8EF; 
    margin-bottom: 5px;
    white-space: nowrap;
}

div.subMenu a:hover {
    color: #205C8F; 
}

div#referenz table {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
}

html>body div#referenz table td a {
    display: block;
    margin-bottom: -5px;
}

div#referenz table td,
div#referenz table td img {
    margin: 0;
    padding: 0;
    border: 0;
}

div#referenz {
    padding: 0;
}

div#referenz img {
    margin-bottom: 20px;    
}

div#referenz div.column {
    float: left;
    margin-left: 20px;
    width: 180px;   
    margin-bottom: 75px;
}

div#zoom, div#zoomGMap {
    visibility: hidden;
    position: absolute;
    z-index: 1001;
    width: 430px;
    height: 384px;  
    right: 35%;
    top: 123px; 
    cursor: pointer;
}

div#zoom #descr,
div#zoomGMap #descr2 {
    background: #9FB9CF url(../img/bg-zoom.png) fixed repeat-x top; 
    height: 27px;   
    font-family: tahoma, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
    padding-top: 5px;
}

div#zoom #descr span {
    color: #205C8F;
}

div#zoom #image {
    height: 355px;  
}

div#zoom div#close,
div#zoomGMap div#close2 {
    font-weight: bold;
    position: absolute;
    right: 6px;
    top: 4px;
    color: #FFFFFF;
}

div#zoomGMap div#maxiMap {
    width: 430px;
    height: 384px;
}

#startseite {
    position: relative;
    border: none;
}

#startseite #start-left {
    position: absolute;
    left: -210px;
    width: 210px;
    height: 630px;
    /*overflow: hidden;*/
}

html>body #startseite #start-left {
    left: 0;
}

#startseite #start-right {
    width: 430px;
    margin: 0 0 20px 210px; 
    /*overflow: hidden;*/
}

#startseite #start-right img {
    margin-bottom: 35px;
}

#startseite #start-right h2 {
    text-align: center;
    padding: 0 35px 0 25px;
}

#startseite #start-right p {
    background: #F4F7F9;
    padding: 10px;
    margin: 10px 35px 10px 25px;
}

#image-container #start-image-right {
    position: absolute;
    left: 0;
    top: 260px;
    width: 200px;
    height: 460px;
    /*overflow: hidden;*/
}

#kontakt {
    height: 640px;
    padding-top: 54px;
    padding-left: 54px;
    background: #FFF url(../img/bg-kontakt.jpg) no-repeat;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #4D4D4D; 

}

#kontakt #top h3 {
    display: none;
    float: left;
    font-family: tahoma, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #4D4D4D; 
}

#kontakt #top #info {
    float: left;
    background: #F4F7F9;
    padding: 10px;
    width: 400px;
    margin-left: 0;
    margin-bottom: 40px;
}

#kontakt #middle,
#kontakt #bottom {
    background: #F4F7F9;
    margin-bottom: 20px;
    margin-right: 54px;
    padding: 10px;
}

#textfeld
{
    font-family: arial, helvetiva, sans-serif;
    font-size: 10px;
    color: #4D4D4D;
    margin: 5px;
}

ul.reflist {
    list-style: none;
}

ul.reflist li {
    list-style: none;
    float: left;
    width: 160px;
    height: 120px;
}

#printheader {
    display: none;
    visibility: hidden;
}
}

@media print {

#nav, #subMenu, .bottomnavi, #flags, #zoom, #zoomGMap, #logo {
    display: none;
    visibility: hidden;
}

body {
/*    background-image: url('/upload/logos/abg_logo_print.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 110px;*/
}

.container {
    float: left;
    margin-left: 12px;
}

.right {
    height: 100%;
}

#footer {
    clear: both;
display: none;
}
}
