body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#FFFF80;
 text-align:center;
}

h1 {font-size:40px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}

/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#0000cc;
}

/* Der Kasten mit dem Quellcode */
pre
{
 font-size:14px;
 color:#0000cc;
 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:#ff9200;
}

/* Die Hyperlinks im Menue */
a.menu:link, a.menu:visited
{
  color:#cecfc6;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{
  color:yellow;
}

/* Die Titelzeile */
#title {
height:40px;
padding:5px;
text-align:center;
background-color:#ffff00;
color:red;
}

/* Das Menue */
#menu {
color:#ffffff;
background-color:#4a4d18;
text-align:center;
padding:10px 0px;
clear:both
}

/* Der Inhalt */
#content {
border-top:1px solid #000000;
background-color:#ffff00;
padding:5px;
color:#000000;
 background-image: url(bilders/girl1.jpg);
 background-repeat: no-repeat;
	background-position: center top;

}

/*Header*/
#left, #right {
width:100px;
height:102px;

}
#left {
float:left;
}
#right {
float:right;
text-align:right;
}
#mitte {
float:left;
width:560px;
text-align:center;
height:102px;

}

#zentriert {
text-align:center;
}