body 
{
 font-family:Arial;
 font-size:12px;
 background-image:url(img/hintergrund4.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:center 0px;
 text-align:center;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}

code
{
 font-size:14px;
 color:#0000cc;
}

pre
{
 font-size:14px;
 color:#0000cc;
 padding:5px;
}

a:link, a:visited, a:active, a:hover
{ 
  font-weight:bold;
  color:#394529;
  font-size:12px;
  text-decoration:none;
}
a:active, a:hover
{ 
  text-decoration:none;
  color:#7eb742;
}

/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{ 
  color:#000000;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  text-decoration:none;
  color:#7eb742;
}

/* Die Titelzeile */
#title {
height:150px;
padding:5px;
text-align:center;
background-image: url(img/WiwaLogo.png);
background-repeat:no-repeat;
}

/* Das Menü */
#menu {
border-top:1px solid #000000;
color:#000000;
height:10px;
text-align:center;
padding:10px 0px;

}

/* Der Inhalt */
#content {
padding-top:5px;
border-top:1px solid #000000;
height:340px;
padding-top:30px;
color:#000000;
overflow-y:auto;


}
#footer {
text-align:right;
}
fieldset{
  border:none;
}
.csc-header h1{
  padding-bottom: 15px;
  padding-top:15px;
}


