body
{
font-family:Verdana;
font-size:12px;
background-color:#FEFDD3;
text-align:center;
}
h1 {font-size:24px;color:#7000C0;margin:0px;}
h2 {font-size:20px;color:#CA0000;}
h3 {font-size:16px;color:#800000;}
p {margin-top:0px; font-size:16px;
 color:#000080;}




 a:link, a:visited, a:active, a:hover
 {
 text-decoration:underline;
 font-weight:bold;
 color:#cc00ff;
 font-size:12px;
 }
 a:active, a:hover
 {color:#FF7F00;
 }

 /* Die Hyperlinks im Menü */
 a.menu:link, a.menu:visited
 {
 color:#cecfc6;
 text-decoration:none;
 }
 a.menu:active, a.menu:hover
 {
 color:#00FFD2;
 }

 /* Die Titelzeile */
#title {
height:30px;
padding:5px;
text-align:center;
background-color:#CC99FF;
}

/*Das Menü */
#menu {
color:#ffffff;
background-color:#6633FF;
text-align:center;
padding:10px 0px;
}
/* Der Inhalt */
#content {

height:600px;
background-color:#00FFD2;
padding:5px;
color:#000000;
}
#subnavi {
	background-color: #CC99FF;
	width: 120px;
	height: 600px;
	float: left;
	text-align: left;
	margin-left: 0px;
	display: inline;
	}
/* Formatierung Subnavigation */

#buttons a {
	color: #3A4E58;
	background-color: #FFFF99;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #FFFF99;
	font: 12px "Trebuchet MS", sans-serif; color: #CC00FF;
         font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	margin-top: 1px;
	}
#buttons a:hover {
	border-left: 10px solid #CC99FF;
	text-decoration: none;
	color: #00FFD2;
	}
