* {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
    background-color: transparent;
}

a {
    text-decoration: none;
    font-weight: bolder;
}

/* layout */
html { 
    height: 101%; 
} 

body {
    text-align: center;
    background-image: url(../img/bg_all.png);
    background-repeat: repeat-none;
    background-position: center top;
    background-color: #BDBDBD;
}

#frame {
    width: 942px;
    margin: 0px auto;
}

#top_spacer {
    float: left;
    width: 942px;
    height: 20px;
    background-image: url(../img/spacer_top.jpg);
    background-attachment: none;
    background-position: top center;
}

#pic_bar {
    float: left;
    width: 942px;
    height: 140px;
    background-image: url(../img/top_pics.jpg);
    background-attachment: none;
    background-position: top center;    
}

#pic_bar_left {
    float:left;
    width: 125px;
    height: 140px;
}

#pic_bar_right {
    float:left;
    width: 817px;
    height: 140px;
    text-align: left;
    vertical-align: top;
}

#main {
    float: left;
    width: 942px;
}

#main_left_spacer {
    float: left;
    width: 125px;
    min-height: 600px;
    vertical-align: top;
}

#nav {
    float: left;
    width: 200px;
    text-align: left;
    vertical-align: top;
}

#content_box {
    float: left;
    width: 617px;
    text-align: left; 
    vertical-align: top;
}

#content-reg {
    float: left;
    width: 577px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left; 
    vertical-align: top;
    display: none;
}

#contact-reg {
    float: left;
    width: 577px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left; 
    vertical-align: top;
    display: none;
}


#mapsearch {
    float: left;
    width : 553px;
    height : 600px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;    
    margin-top: -5px;
    padding: 4px;    
    vertical-align: top;
    visibility: hidden;
}

#accordion-reg {
    float: left;
    width: 577px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left; 
    vertical-align: top;
    display: none;
}

/* headlines */
h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 27px;
    margin-bottom: 14px;
    color: #0033CC;
    text-transform: uppercase;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #0033CC;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #0033CC;
}

/* Tags */
p {
    margin-top: 5px;
    margin-bottom: 14px;
    text-align: justify;
}

.smallText{
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
}

ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 10px;
}

/* links */
a {
    font-size: 11px;
    color: #01289C;
    line-height: normal;
}

a:visited {
    font-size: 11px;
    color: #01289C;
    line-height: normal;
}

a:hover {
    font-size: 11px;
    color: #E01918;
    line-height: normal;
}

a.nav {
    font-size: 13px;
    font-weight: bold;
    color: #0033CC;
    text-transform: uppercase;
    text-decoration: none;
}

a.nav:visited {
    font-size: 13px;
    font-weight: bold;
    color: #0033CC;
    text-transform: uppercase;
    text-decoration: none;
}

a.nav:hover {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;    
    color: #E01918;
}

a.nav_bhkw {
    font-size: 11px;
    font-weight: bold;
    color: #0033CC;
    text-transform: uppercase;
    text-decoration: none;
}

a.nav_bhkw:visited {
    font-size: 11px;
    font-weight: bold;
    color: #0033CC;
    text-transform: uppercase;
    text-decoration: none;
}

a.nav_bhkw:hover {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;    
    color: #E01918;
}

/* divs for pics */

#round_left01 {
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    background: url(../img/ueberUns01_thb.jpg);
    width: 190px;
    height: 105px;
}

/* classes */
.left_img {
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
}

.right_img {
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: right;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;    
}

.center_img {
    margin-left: 10px;
    margin-bottom: 10px;
    text-align:center;
    vertical-align: middle;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;    
}

.navItem {
    height: 30px;
    background: #F2F2F2;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #002990;
    vertical-align: middle;
    padding-top: 7px;
    padding-left: 5px;
}

/* Hier Layout von Werbung */
.navAdvertise {
    height: 80px;
    background: #015092;
    text-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #002990;
    vertical-align: middle;
    padding-top: 7px;
    padding-left: 5px;
}

.navItemSub {
    height: 30px;
    background: #CCDAFA;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #002990;
    vertical-align: middle;
    padding-top: 6px;
    padding-left: 15px;
}

.navItemSubSub {
    height: 30px;
    background: #ACC3F9;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #002990;
    vertical-align: middle;
    padding-top: 6px;
    padding-left: 23px;
}


/* Overwrite ext classes */

/* Layout classes */

/*
.x-layout-collapsed{
background: transparent;
border-color:#e0e0e0;
}

.no-title .x-panel-header {
background-color: #6898E2;
border:0px solid #6898E2;
background-image:none!important;
}

.x-panel-header {
background-color: #6898E2;
border:0px solid #6898E2;
background-image:none!important;
}
*/
h2.accordion {
    font-size: 12px;
    font-weight: bold;
    color: #0033CC;
    margin-top: 0px;
    margin-bottom: 0px;    
}

/* slideshow */
#slideshow01 #slideshow02 #slideshow03 {
    position: relative;
    border: 5px solid #F2F2F2;
    width: 500px;
    height: 374px;
}

#slideshow02 {
    position: relative;
    border: 5px solid #F2F2F2;
    width: 500px;
    height: 374px;
}

#slideshow03 {
    position: relative;
    border: 5px solid #F2F2F2;
    width: 500px;
    height: 374px;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    width: 500px;
    height: 374px;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat 
}



