
body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#003333;
}
h1 {font-size:18px;color:#ffffff;margin-bottom:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:12px;color:#ffffff;}


/* Für Quellcode-Beispiele im Text */
code
{
 font-size:14px;
 color:#ccffff;
}

/*Zentrieren des Textes*/
div#all 
{width:760px;
margin:0px auto;
}

/*Startzeit*/
div#start 
{
padding-top:10px;
width:156px;
height:39px;
margin:0px;
}

/*Zentrieren des Bildes*/
div#bild 
{
width:283px;
height:372px;
padding:20px;
margin:0px auto;
}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#ffffff;
  font-size:12px;
}
a:active, a:hover
{ 
  color:#ff9200;
}
a.menu:link, a.menu:visited
{ 
  color:#ff9200;
}
a.menu:active, a.menu:hover
{ 
  color:#eeeeee;
}

/* Die Titelzeile */
#title {
padding-top:15px;
height:44px;
text-align:center;
}

/* Das Menü */
#menu {
color:#ffffff;
text-align:center;
padding:10px 0px;
border-top:1px solid #669999;
clear:left;
}

/* Der Inhalt */
#content 
{
border:1px solid #ffffff;
background-color:#669999;
padding:5px;
color:#ffffff;
text-align:center;
}
