body {
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin: 0px;
    padding: 0px;
   /*    padding:30px 0pt 20px 50px;*/
   /* background-image: url(bg.jpg);*/
} 

a {
    color: #000;
}

h1 {
    font-size:14px;
    font-weight: bold;
    color: #d47437;
}

h2 {
    font-size:13px;
    font-weight: bold;
    color: #d47437;
}

h3,h4,h5 {
    font-size: 12px;
    font-weight: normal;
    margin:0;
}
.csc-header {
    margin:0;
}

.csc-mailform-field label {
   width:150px;
   float:left;
}

.csc-mailform-field input, .csc-mailform-field textarea{
   border:1px #DDDDDD solid;
}

#nav, #nav ul {
    background:white none repeat scroll 0%;
    /*line-height:1em;*/
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 5px 0 0 0;
    padding: 0px;
    width: 135px;
}

#nav a{
    text-decoration:none;
    color: #663300;
    display:block;
    padding:0px 0px 0px 7px;
    line-height: 22px;
    font-weight: bold;
    background-image: url(nav_bg.jpg);
    background-repeat: no-repeat;    
}
#nav a.akt, #nav a:hover{
    text-decoration:none;
    color: #FFF;
    display:block;
    padding:0px 0px 0px 7px;
    line-height: 22px;
    font-weight: bold;
    background-image: url(navakt_bg.jpg);
    background-repeat: no-repeat;
}

#container {
    padding: 0px;
    width: 990px;
    text-align: left;	
    background-color: #FFFFFF;
    border: 0px solid #000000;
/*    position:absolute;*/
/*    left:50px;*/
/*    top:120px;*/
    margin: 0 auto;
    margin-top: 120px;
}

#menu{
    float: left;
    width: 135px;
    padding: 0px;
}

#content_typo{
    float: left;
    width: 550px;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    height: auto;
}

/* IE6 Hack */
*html #content_typo{
    width: 602px;
}


#content_typo.div{
    width: 560px;
/*    padding: 5px 13px 9px 13px;*/
    margin: 5px 0px 9px 10px;
    height: auto;
}


#rechts{
    float: right;
    width: 243px;
    padding: 5px;
}

#logorechts{
    /*
    position:absolute;
    left: 750px;
    top: 104px;
    */    
    float: left;
    margin-left: -50px;
    margin-top: -20px;
    z-index: 1; 
}

/*
#logorechts img {
    behavior: url(iepngfix.htc);    
}
*/

#footer{
    clear:both;
/*    background-image:url(bg.jpg);
    height:30px;*/
}

