/* basics */

body

{

 font-family:Verdana;

 font-size:12px;

 background-color:#C2C4C3;


}



h1 {font-size:18px;color:#2C3C72;margin:0px;}

h2 {font-size:14px;color:#7f899c;}

h3 {font-size:14px;color:#A9A9A9;}

p {margin-top:0px;}



/* Für Quellcode-Beispiele im Text */

code

{

 font-size:14px;

 color:#7f899c;

}

pre

{

 font-size:14px;

 color:#7f899c;

 padding:5px;

}



a:link, a:visited, a:active, a:hover

{

  text-decoration:underline;

  font-weight:bold;

  color:#394529;

  font-size:12px;

}

a:active, a:hover

{

  color:#7f899c;

}



/* Die Hyperlinks  */

a.menu:link, a.menu:visited

{

  color:#cecfc6;

  text-decoration:none;

}

a.menu:active, a.menu:hover

{

  color:#eeeeee;

}

/* die zentrierung */

#page {

width:868px;

margin:0px auto;

text-align:center;

}

/* Die Titelzeile */

#title {

border-bottom:1px solid #7f899c;

height:142px;

padding:0px;

text-align:left;

background-image: url(header4.jpg);

}

/* Der Inhalt */

#content {

border:1px solid #7f899c;

background-color:#ffffff;

text-align:left;

padding:15px;

color:#000000;

}

#footer{

background-image: url(footer.gif);

text-align:center;

height: 25px;

border:1px solid #7f899c;

}

/* Das Menü */

#menu {

color:#ffffff;

background-color:#4a4d18;

background-image: url(menue.png);

text-align:center;

padding:10px 0px;
border:1px solid #7f899c;


}

