@charset "utf-8";
/* CSS Document */
body {
 border-style : none;
 border-right : 0px;
 border-top : 0px;
 border-left : 0px;
 border-bottom : 0px;

 padding-top : 10px; 
 padding-left : 0px;
 padding-right : 0px;
 padding-bottom : 0px;
  
 margin-top : 0px;
 margin-right : 0px;
 margin-bottom : 0px;
 margin-left : 0px;
 text-align : center;

}

#main {
 width : 768px;
 margin : 0 auto;

}

#header {
 background-image : url(images/header_image.gif);
 background-repeat : no-repeat;
 width : 768px;
 height : 225px;

}

#main_body {
 float : left;
 background-image : url(images/content_bg.gif);
 width : 768px;
 padding-top : 0px; 
 padding-left : 0px;
 padding-right : 0px;
 padding-bottom : 0px;
}

#menu {
 float : left;
 width : 204px;
 height : 500px;
 min-height : 500px;
 padding-left : 13px;
}
#content {
 float : left;
 width : 486px;
 /*#width : 540px;*/
 padding-left : 15px;
 padding-right : 30px;
 padding-top : 0px;
 padding-bottom : 50px;
}

#footer {
 float : left;
 width : 768px;
 height : 26px;
}

#footer-image {
 background-image : url(images/footer_image.gif);
 background-repeat : no-repeat;
 height : 26px;
 margin-left : 11px;
}

/*###############H Überschriften ############*/

h1 {
  color : #666666;
  font-size : 12px;
  font-family : "Trebuchet MS";
  font-style : normal;
  /*maring-left : -2px;*/
}

h2 {
 color : #990000;
 font-family : "Trebuchet MS";
 font-size : 12px;
 font-weight : normal;
 text-align : left;
 margin-top : 4px;
}

h3 {
 margin-top : 0px;
 color : #990000;
 font-family : "Trebuchet MS";
 font-size : 14px;
 font-weight : bold;
 text-align : left;
}
h4 {
display : none;

}

a {
 color : #990000;
 font-family : "Trebuchet MS";
 font-size : 12px;
 font-weight : normal;
 text-align : left;
 text-decoration : underline;
}


.bodytext {
 color : #666666;
 font-family : "Trebuchet MS";
 font-size : 12px;
 font-style : normal;
 text-align : left;
}

/* Div der content Bilder  */
div.csc-textpic-imagewrap {
 margin-top : 15px;
}

#rgaccord2-nest {
margin-top : 0px;

}

p.csc-form-label {
 color : #666666;
 font-family : "Trebuchet MS";
 font-size : 12px;
 font-style : normal;
 text-align : left;

}


/* Login Box */


table.login {
border : 1px dotted black; 
font-family : "Trebuchet MS, verdana,arial"; 
font-size : 12px;
}

input {
border : 0px solid #000000; 
border-bottom : 2px dotted #000000;
background-color : #FFFFFF;
color : #000000; 
font-size : 12px; 
color : black;
width : 130px;
}
#button {
border : 1px dotted #000000;
background-color : #FFFFFF;
color : black; 
font-size : 12px; 
color : black;
width : 130px;
}


p.csc-form-label-req {
font-family : "Trebuchet MS, verdana,arial"; 
font-size : 14px;
color : #666666;
font-style : normal;
}
table.csc-loginform {
border : 1px dotted #000000; 
font-family : verdana,arial; 
font-size : 12px;
padding : 5px;
width : 245px;
}


/* Login Box ende */