/* basics */

body

{

 font-family:Verdana;

 font-size:11px;

 background-color:#837560;

 text-align:center;

}



h1 {font-size:18px;color:#2C3C72;margin:0px;}

h2 {font-size:14px;color:#EBB100;}

h3 {font-size:14px;color:#A9A9A9;}

p {margin-top:0px;}



/* Für Quellcode-Beispiele im Text */

code

{

 font-size:12px;

 color:#0000cc;

}

pre

{

 font-size:14px;

 color:#0000cc;

 padding:5px;

}



a:link, a:visited, a:active, a:hover

{

  text-decoration:underline;

  font-weight:bold;

  color:#D2B48C;

  font-size:14px;

}

a:active, a:hover

{

  color:#669966;

}



/* Die Hyperlinks  */

a.menu:link, a.menu:visited

{

  color:#cecfc6;

  text-decoration:none;

}

a.menu:active, a.menu:hover

{

  color:#FF0000;

}

/* die zentrierung */

#page {

width:950px;

margin:0px auto;

text-align:left;

}

/* Die Titelzeile */
#title1 {

border-bottom:0px solid #2F728D;

height:70px;

padding:0px;

text-align:center;

background-image: url(kopf.jpg);

}
#title2 {

border-bottom:0px solid #2F728D;

height:374px;

padding:0px;

text-align:center;

background-image: url(header.jpg);

}
/* Der Inhalt */

#content {

border:0px solid #;

background-color: #837566;

padding:15px;

color:#663300;

}

#footer{

background-image: url(finger.png);

text-align:center;

height: 25px;

border:0px solid #2F728D;

}

/* Das Menü */

#menu {

color:#837566;

background-color:#837566;

background-image: url(menuer.png);

text-align:center;

padding:10px 0px;

border:0px solid #3D1F00;

}