body {
   background-image : url(/fileadmin/2008/caval/images/bg2.gif);
   background-repeat : repeat-x;
   background-position : top center;
   background-color:#dadadc;
   font-family : Arial, Helvetica, Geneva, sans-serif;
   text-align:left;
   margin: auto;
   padding: 0;
}
#boxLogo {
   position: absolute;
   width : 159px;
   height : 38px; 
   top: 29px;
   left: 153px;
   z-index: 1;
}
#boxNav {
   position: absolute;
   width : 580px;
   height : 18px; 
   top: 79px;
   left: 153px;
   z-index: 2;
}
#boxContent {
   position: absolute;
   width : 580px;
   top: 122px;
   left: 153px;
   z-index: 3;
}
.box {
   float:left;
}
.abbinder {
   padding-top: 25px;
   width : 580px;
   float:left;
}

/* - LINKS -------------------------------------------------------------- */

a {
   font-weight: bold;
   text-decoration : none;
   color: #FFFFFF;
}
a:hover {
   font-weight: bold;
   text-decoration : underline;
   color: #000000;
}

/* - CONTENTELEMENTE -------------------------------------------------------------- */

h1 {
   font-size : 0.8em;
   font-weight : bold;
   text-decoration : none;
   line-height : 1.6em;
   padding-top: 5px;
   margin: 0;
}
h2 {
   font-size : 0.75em;
   font-weight : bold;
   text-decoration : none;
   line-height : 1.6em;
   margin: 0;
}
h3 {
   font-size : 0.7em;
   text-decoration : none;
   line-height : 1.6em;
   margin: 0;
}
p {
   text-decoration : none;
   line-height : 1.8em;
   font-size : 0.70em;
   margin: 0;
}
.csc-textpic-caption {
   text-decoration : none;
   line-height : 1.2em;
   font-size : 0.70em;
   margin: 0;
   padding-left:3px;
}
.csc-textpic-text {
   margin: 0;
}
li {
   text-decoration : none;
   line-height : 1.8em;
   font-size : 0.70em;
   margin: 0;
}
/* - Kontaktformular -------------------------------------------------------------- */
.kontaktlabel {
   position : relative;
   font-size: 0.6em;
   width: 120px;
   height: 11px;
   float: left;
   clear : both;
   margin : 0px;
   margin-top : 10px;
   margin-bottom : 5px;
   padding : 0px; 
   color: #000000; 
   text-decoration: none; 
}
.kontaktbox {
   float: left;
}
.kontaktfield {	
   border: 1px solid #505050;
   background-color: #FFFFFF;
   padding: 2px 0px 2px 0px;
   margin: 5px;
   color: #000000; 
   text-decoration: none;
   width: 250px;
}
.button {	
   border: 1px solid #505050;
   clear:both;
   background-color: #505050;
   color: #FFFFFF; 
   text-decoration: none;
   width: 250px;
   padding: 0px 0px 1px 0px;
   margin-left: 6px;
}
