
/* CSS Document */

/*
background dark: #CB9208; new: #B35000
background bright: #F8DC40;    #F0D5C0


*/

body {
    background-color : #B35000;
    font-family : Verdana;
    font-size : 14px;
    margin-bottom : 20px;
    margin-left : 20px;
    margin-right : 20px;
    margin-top : 20px;
  }


#MAIN {
    
  }

/* Top */


#TOP {
    margin:0px;
    padding:0px;
  }


#TOP1, #TOP3 {
    height:20px;
    text-align:right;
  }


#TOP21, #TOP23 {
    background-color : #F0D5C0;
    height : 10px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


#TOP21 {
    background-image:url(or.gif);
    background-position:right;
    background-repeat:no-repeat;
  }


#TOP22 {
    background-color : #F0D5C0;
    color : #B35000;
    font-family : Verdana;
    font-size : 22px;
    padding-bottom : 10px;
    padding-left : 170px;
    padding-right : 0px;
    padding-top : 10px;
  }


#TOP23 {
    background-image:url(ur.gif);
    background-position:right;
    background-repeat:no-repeat;
  }

/* Menu */


#MENU {
    float:left;
    width:120px;
  }


.menu1, .menu3 {
    background-color : #F0D5C0;
    height : 10px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


.menu1 {
    background-image : url(or.gif);
    background-position : right;
    background-repeat : no-repeat;
  }


.menu2 {
    background-color : #F0D5C0;
    text-align : center;
    padding-bottom: 3px;
    padding-top: 3px;
  }

.menu3 {
    background-image : url(ur.gif);
    background-position : right;
    background-repeat : no-repeat;
  }


.menu_clear {
    height:10px;
  }

/* Content */


#CONTENT {
    margin-left:150px;
    padding:0px;
  }

/* padding-right und margin-left muessen Differenz von margin-left von CONTENT und MENU haben */


* html #CONTENT {
    float: right;
    margin-left:30px;
    display:inline;
  }


#CONTENT1, #CONTENT3 {
    background-color : #F0D5C0;
    height : 10px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


#CONTENT1 {
    background-image:url(or.gif);
    background-position:right;
    background-repeat:no-repeat;
  }


#CONTENT2 {
    background-color : #F0D5C0;
    margin-left : 0px;
    padding-bottom : 20px;
    padding-left : 20px;
    padding-right : 20px;
    padding-top : 1px;
    line-height:14px;
    color: #B35000;
  }


* html #CONTENT2 {
    height: 0.01%;
  }


#CONTENT3 {
    background-image:url(ur.gif);
    background-position:right;
    background-repeat:no-repeat;
  }

/* Bottom */


#BOTTOM {
    margin:0px;
    padding:0px;
  }


#BOTTOM1, #BOTTOM3 {
    background-color : #F0D5C0;
    height : 10px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


#BOTTOM1 {

    background-image:url(or.gif);
    background-position:right;

    background-repeat:no-repeat;
  }


#BOTTOM2 {
    background-color : #F0D5C0;

    color : #B35000;
    font-family : Verdana;
    font-size : 14px;
    padding-bottom : 10px;
    padding-left : 170px;
    padding-right : 0px;
    padding-top : 10px;
    line-height: 16px;
  }


#BOTTOM3 {
    background-image:url(ur.gif);
    background-position:right;
    background-repeat:no-repeat;
  }

/* headlines */


.csc-header h1, .csc-textpicHeader h1 {
    font-size : 16px;
  }


.csc-header h2, .csc-textpicHeader h2 {
    font-size:14px;
    border-bottom:1px solid #000000;
  }


.csc-header h3, csc-textpicHeader h3 {
    font-size: 14px;
    font-weight: bold;
  }

/* picture caption */


.csc-caption {
    font-family: Verdana;
    font-size: 10px;
  }

/* general links */


a {
   text-decoration:none;
   color: #B35000;
  }


.csc-header a {
    text-decoration:none;
  }

/* general layout */


img[class].layout {
    vertical-align:top;
  }


.menu_noact {
    text-decoration:none;
    color: #B35000;
    font-weight: bold;
  }


.menu_act {
    color: #FFFFFF;
    font-weight: bold;
  }


p.bodytext {
    margin: 0px;
    padding: 0px;
  }

/* picture layout */

.imgtext-table {
     margin-left: 10px;
}

/* forms layout */

.csc-mailform td {
    font-family: Verdana;
    font-size: 14px;
    padding: 0px;
  }

table.imgtext-nowrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

fieldset {
    margin-left:0px;
    padding-left:0px;
    margin-top:10px;
    padding-top:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-style:none;
}

.csc-mailform-field {
    margin-top: 10px;
    margin-bottom: 10px;
}

.csc-mailform-field label {
    display:block;
}

.csc-mailform-field input,textarea,select {
    margin-top:5px;
    margin-bottom:10px;
}

.csc-mailform-label {
    font-size:10px;
}

/* Table
table.contenttable {
    border-spacing:0px;
}
.contenttable td {
    border-style:solid;
    border-width:1px;
    border-color:white;
    padding:5px;
}
*/