a.footerLink {
    color: #1f3f68;
    text-decoration: underline;
    margin-right:10px;
}

.logo {
    cursor: pointer; 
    position:absolute; 
    top:30px; 
    left:40px; 
    width: 270px; 
    height:76px;
}

h2 {
    clear:both;
    margin-top: 40px;
}

body {    
    font-family:arial; 
    font-size:11pt;
    line-height: 140%;
    margin:0;
    color: #002657;
}

#content {
    margin:auto;
    padding-left:30px;
    width:910px;
    padding: 50px;
    padding-top:20px;
    overflow: hidden;
}

#footer {
    background: url(/gfx/footerbg.png) no-repeat;
    width: 970px;
    height: 58px;
    margin:auto;
    text-align: right;
    color: #1f3f68;
}

#footermargin {
    width: 100%;
    height:138px;
    background: url(/gfx/footermarginbg.png) repeat-x;
}

li.menu {
    list-style-type: none;
    display: inline;
}

li.menuOn {
    list-style-type: none;
    display: inline;
}

a.menu {
    display: block;
    float: left;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 21px;
    text-decoration: none;
    font-family:tahoma;
    color: #001e4f; 
    border-right: 1px solid #cfcfcf;
}

a.menu:hover {
    display: block;
    float: left;    
    padding-right: 14px;
    padding-left: 14px;    
    font-size: 21px;
    text-decoration: none;
    font-family:tahoma;
    color: #ffb709; 
    border-right: 1px solid #cfcfcf;
}

a.menuOn {
/*    display: block;
    float: left;
    padding: 7px;
    margin-top: -7px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 21px;
    text-decoration: none;
    font-family:tahoma;
    color: #001e4f;
    background-color: #ffb709; 
    border-right: 0px solid #cfcfcf; */
    display: block;
    float: left;    
    padding-right: 14px;
    padding-left: 14px;    
    font-size: 21px;
    text-decoration: none;
    font-family:tahoma;
    color: #ffb709; 
    border-right: 1px solid #cfcfcf;
}

#menu {
    position: absolute;    
    left:0px;
}

#site {
    width: 100%;
    background: url(/gfx/bg.png) repeat-x;
}

#top {
    margin:auto;
    width:970px;
    height:510px;
    background: url(/gfx/top.jpg) no-repeat;
    position:relative;
}

#top_2 {
    margin:auto;
    width:970px;
    height:365px;
    background: url(/gfx/top_2.jpg) no-repeat;
    position:relative;
}

#top_3 {
    margin:auto;
    width:970px;
    height:365px;
    background: url(/gfx/top_3.jpg) no-repeat;
    position:relative;
}

#toptext {
/*    width: 300px; */
    width: 400px;
    position:absolute;
/*    top:180px; 
    left:480px; */
    top:145px; 
    left:445px; 
    line-height:16px;   
    color: white;
    font-size:12px; 
}

li.angebotMenu {
    list-style-type: none;
    margin:5px;
}

a.angebotMenu {
    display: block;
    padding:3px;
    width:200px;
    text-align:center;
    font-size: 16px;
    text-decoration: none;
    font-family:tahoma;
    color: #001e4f; 
    background: white;
}

a.angebotMenu:hover {
    display: block;
    padding:3px;
    width:200px;
    text-align:center;
    font-size: 16px;
    text-decoration: none;
    font-family:tahoma;
    background: #ffb709; 
    color: white;
}

#angebotMenu {    
    float:right;
}

