html {
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
    font-family:Arial, Helvetica, sans-serif;
    color:#333333;
    font-size:12px;
}

body {
    height:100%;
    width:100%;
    background:#2b3d90 url(../images/schraefl_body_bg.jpg) no-repeat top center;
    padding:0;
    margin:25px 0 0 0;
}

.clearer {
    clear:both;
    height:0px;
    font-size:0px;
}

hr {
    background:#cccccc;
    height:1px;
    width:100%;
}

label {
    display:block;
    float:left;
    margin:0;
    width:100px;
    padding:0 20px 0 0;
    font-weight:bold;
}

#contactFormSubmit {
    margin:0;
    padding-left:120px;
}


h1 {
   font-size:16px;
   color:#ff9900;
}

h2 {
   font-size:14px;
}

a:link, a:visited {
    color: #ff6600;
    text-decoration: none;
    font-weight:bold;
}

a:hover {
    color: #ff3300;
    text-decoration: underline;
}

input {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
    background-color: #ffffff;
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    margin-bottom:5px;
    width:250px;
}

textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
    background-color: #ffffff;
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    margin-bottom:5px;
    width:250px;
    height:100px;
}  

.btns {
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#000000;
    background-color: #ffffff;
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    width:100px;
}

dl#site {
    margin:0 auto 0 auto;
    padding:0;
    width:900px;
    height:100%;
    background:#ffffff url(../images/schraefl_ctn_bg.jpg) repeat-y 0 0;
    border:5px solid #ffffff;
}

/***********************************************************/
/*********************** HEADER ****************************/

dl#site dd#header {
    margin:0 0 5px 0;
    padding:0 0 0 0;
    width:900px;
    height:93px;
    background:#cccccc;
}

/***********************************************************/
/*********************** LEFT ******************************/

dl#site dd#left {
    float:left;
    padding:5px 5px 5px 5px;
    margin:0;
    width:150px;
    height:100%;
    background:#eeeeee;
}

dl#site dd#left ul  {
    margin:0;
    padding:0;
    list-style:none;
}

dl#site dd#left li  {
    padding:0;
    float:left;
    margin:0;
    width:150px;
    font-size:11px;
    line-height:20px;
    white-space:nowrap;
    text-indent:15px;
}

dl#site dd#left li a:link, dl#site dd#left li a:visited {
    display: block;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/nav/menu_bgr.png) no-repeat 0 0;
    text-indent: 15px;
    text-decoration: none;
    line-height:20px;
    margin-bottom:1px;
    padding:0;
}

dl#site dd#left li a:hover {
    color: #333333;
}

dl#site dd#left li.active a.active, dl#site dd#left li.activefirst a.active, dl#site dd#left li.activelast a.active {
    color: #333333;
}

/***********************************************************/
/*********************** MIDDLE ****************************/

dl#site dd#middle {
    float:left;
    padding:5px 13px 5px 13px;
    margin:0 5px 0 5px;
    width:544px;
    height:100%;
    background:#eeeeee;
}

/***********************************************************/
/*********************** RIGHT *****************************/

dl#site dd#right {
    float:left;
    padding:5px 5px 5px 5px;
    margin:0 0 0 0;
    width:150px;
    height:100%;
    background:#eeeeee;
    font-size:11px;
}


dl#site dd#right input {
    font-size: 10px;
    color:#000000;
    background-color: #ffffff;
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    width:120px;
}

dl#site dd#right #useronline {
        font-size:11px;
        margin:0 0 10px 0;
}

/***********************************************************/
/*********************** FOOTER ****************************/

dl#site dd#footer {
    clear:both;
    padding:10px 0 0 0;
    margin:0 0 0 0;
    width:900px;
    height:20px;
    background:#ffffff;
    /*background: url(../images/schraefl_footer_bg.jpg) repeat-x 0 0;*/
    text-align:center;
    border-top:5px solid #ffffff;
    color:#4e4e4e;
    font-size:11px;
}


dl#site dd#footer a {
    color:#4e4e4e;
    font-weight:bold;
    margin:0;
    padding:0;
    width:auto;
    text-decoration:none;
}

/*************************************************************/
/***************** Sitemap ***********************************/

#sitemap {
  padding: 1em 1.5em;
  line-height: 20px;
}

#sitemap li {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   background:#efefef;
}

#sitemap li {
   background: url(../images/extm.gif)
   no-repeat
   0% 0%;
}

#sitemap li.last {
   background: url(../images/exlm.gif)
   no-repeat
   0% 0%;
}

#sitemap ol {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
}

#sitemap ol {
   background: url(../images/exim.gif)
   repeat-y
   0% 0%;
}

#sitemap ol.last {
  background-image: none;
}
