
@import "ft_topnavi.css.php";
@import "ft_leftnavi.css.php";
@import "ft_bottomnavi.css.php";
@import "ft_start.css.php";
@import "ft_boxes.css.php";

/* ------------------
    common
    -> text format, size aso
        -> orange = #f29000
        -> blau = #00416c
--------------------- */
body{
    font-family : Verdana, sans-serif;
    font-size : 11px;
    line-height : 14px;
    color : #00416c;
}

#ft_site {
    margin: 20px auto;
    border: 1px solid #a7a7a7;
    background-color: #ffffff;
    width: 938px;
    height: auto;
    text-align: left;
}

a {
    color: #00416c;
    text-decoration: underline;
    font-weight: bold;
    background-color: #f2d3a6;
}

a:hover {
    background-color: #f29000;
}

a img {
    border: none;
    background-color: #fff;
}

a.image {
    border: none;
    background-color: #fff;
}
a:hover.image {
    border: none;
    background-color: #fff;
}

a.imgButtons {
    background-color: transparent;
    display: block;
    overflow: hidden;
}

a.imgButtons:hover {
    background-color: transparent;
    display: block;
    overflow: hidden;
}

.border {
     border: 1px solid #a7a7a7;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.mRight {
    margin-right: 10px;
}

.pLeft {
    padding-left: 10px;
}

.mTop {
    margin-top: 30px;
}

.mTop20 {
    margin-top: 20px;
}

.mTop10 {
    margin-top: 10px;
}

.noPad {
    padding: 0;
}

h1 {
    font-family : Arial, sans-serif;
    font-size: 18px;
    color: #f29000;
    margin: 0px 0px 20px 0px;
    line-height: 18px;
}

h2 {
    font-family : Arial, sans-serif;
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    line-height: 18px;
}

h2.blueHl {
    color: #00416c;
}

h3 {
    font-family : Verdana, sans-serif;
    font-size: 11px;
    margin: 0 0 5px 0;
    line-height: 14px;
    color: #b25700;
}

ul {
    padding: 5px 0 5px 25px;
    margin: 0;
    list-style: disc outside;
}

ul li {
    margin-bottom: 3px;
}

ul.blick {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: disc outside;
}

ul.blick li {
    margin-bottom: 5px;
}

/* ------------------
    common
    -> head
--------------------- */
#head {
    width: 938px;
    height: 120px;
    overflow: hidden;
    border-bottom: 1px solid #00416c;
}

#head .logo {
    float: left;
    width: 222px;
    height: 95px;
    margin-left: 20px;
    margin-top: 37px;
}

#head .head_pic {
    float: right;
    width: 696px;
    height: 120px;
}

/* ------------------
    common
    -> topnavi --> ft_topmenu.css.php
--------------------- */

/* ------------------
    common
    -> content area and columns
    col60 => 60%
    col40 => 40%
    col50 => 50%
    col100 => 100%
--------------------- */
#content {
    width: 898px;
    margin: 30px 0 20px 0;
    padding: 0 20px 0 20px;
    height: auto;
}

#leftpics {
    float: left;
    left: 0px;
    height: auto;
    width: 248px;
    position: relative;
}

/* ------------------
    homepage
--------------------- */
#content #text_start {
    position: relative;
    width: 898px;
    height: auto;
    margin: 0;
    padding: 0;
}

#content #text_start .col60 {
    float: left;
    width: 540px;
    height: auto;
}

#content #text_start .col40 {
    margin-left: 570px;
    width: 325px;
    height: auto;
}

#content #text_start .in3col_left {
    float: left;
    width: 328px;
    margin-right: 15px;
    height: auto;
}

#content #text_start .in3col_middle{
    /*margin-left: 333px;*/
    float: left;
    margin-right: 15px;
    width: 237px;
    height: auto;
}

#content #text_start .in3col_right{
   /* margin-left: 580px;*/
    float: left;
    width: 300px;
    height: auto;
}




/* ------------------
    contents - text
--------------------- */
#content #text {
    position: relative;
    width: 629px;
    height: auto;
    margin: 0 0 0 268px;
    padding: 0;
}

/* ------------------
    columns
--------------------- */
#content #text .col100 {
    width: 619px;
    height: auto;
    padding: 0 0 0 10px;
}

/* teaser texts */
p.teaserText {
    font-weight: bold;
    color: #3e76aa;
    margin-bottom: 3px;
}

p.teaserRight {
    color: #3e76aa;
    text-align: right;
    margin-top: 0px;
}

span.teaserNotBold {
    font-weight: normal;
}

#content #text .col50 {
    width: 299px;
    height: auto;
    padding: 0 0 0 10px;
}

#content #text .col60 {
    width: 367px;
    height: auto;
    padding: 0 0 0 10px;
}

#content #text .col30 {
    width: 190px;
    height: auto;
    padding: 0 0 0 10px;
}

#content #text .col40 {
    width: 241px;
    height: auto;
    padding: 0 0 0 10px;
}

/*
    hat wegen der Ueberschrift kein Padding!!!
    wird ueber ein umschliessendes div class="pLeft" gesetzt
*/
#content #text .col70 {
    width: 429px;
    height: auto;
    padding: 0 0 0 0px;
}

#content #text .colBoxRight {
    width: 190px;
    height: auto;
    padding: 0 0 0 10px;
}

p.textAlignCenter {
    width: 100%;
    text-align: center;
}

#content #text .nextButton {
    text-align: right;
    width: 100%;
    line-height: 16px;
    margin-top: 30px;
    position: relative;
    top: 20px;

}

/* ------------------
    contact
--------------------- */
table.contact {
    margin-left: 0px;
}

table.contact td {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 2px;
}

.form {
    font-size: 12px;
    font-family: Arial, sans-serif;
    border: 1px solid #00416c;
    padding: 3px 3px 3px 4px;
}

.error {
    color: #9d0c21;
    font-weight: bold;
}

.fieldsetinside {
    border: 1px solid #00416c;
}

/* ------------------
    boxes --> ft_boxes.css.php (orange boxes width: 190x)
--------------------- */


/* ------------------
    start --> ft_start.css.php (fotobuttons)
--------------------- */

/* ------------------
    common
    -> bottomnavi --> ft_bottomnavi.css.php
--------------------- */

/* ------------------
    common
    -> footer = copyText
--------------------- */
#footer {
    width: 918px;
    height: 10px;
    padding-right: 20px;
}

#footer .menu {
    float: right;
    font-size: 10px;
    color: #a7a7a7;
}

#copyText {
    margin: -20px auto;
    width: 938px;
    height: auto;
    text-align: center;
    color: #a7a7a7;
    font-size: 10px;
}

#copyText a {
    font-size: 10px;
    color: #a7a7a7;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

#copyText a:hover {
    font-size: 10px;
    color: #f29000;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

#copyText .active {
    font-size: 10px;
    color: #f29000;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

/* wird eigentlich nicht mehr ben�tigt */
#footer .menu a {
    font-size: 10px;
    color: #a7a7a7;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
}

#footer .menu a:hover {
    font-size: 10px;
    color: #f29000;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
}

#footer .menu .active {
    font-size: 10px;
    color: #f29000;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
}