a		{font-size:14px; font-weight:bold;}
a:link 		{color:#0000E0; text-decoration:none;}
a:visited 	{color:#000080; text-decoration:none;}
a:hover 	{color:#E00000; text-decoration:underline;}
a:active 	{color:#E00000; text-decoration:underline;}
a:focus 	{color:#E00000; text-decoration:underline;}

/* Darstellung der aktuellen Seite */
.aktuell	{font-size:14px; color:#008040; font-weight:bold;}

/* Seitenränder 5%, Hintergrund zartes Gelb */
body{
 margin-left:5%;
 margin-right:5%;
 background-color:#fffbef;
 color:#000000;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
 font-size:14px;
}

p 		{font-size:14px;}
h1 		{font-size:26px; color:#000000; text-align:right; margin-bottom:0px;}
h2 		{font-size:16px; color:#000000;}
h3 		{font-size:14px; color:#000000;}
img 		{border:none;}

a.menu:link, a.menu:visited
{ 
 color:#eeeeee;
 background-color:#737994;
 text-decoration:none;
}

a.menu:hover
{ 
 color:#737994;
 background-color:#eeeeee;
 border-color: white;
 border-left-color: black; border-top-color: black;
}

a.menu {
 display:block;
 padding:3px;
 width: 10em;
 border: 1px solid black;
 border-left-color: white; border-top-color: white;
 background-color:#737994;
 text-align:center;
 font-weight:bold;
 color:#eeeeee;
 text-decoration:none;
 }

.menu_active {
 display:block;
 padding:3px;
 width: 10em;
 border: 1px solid white;
 border-left-color: black; border-top-color: black;
 background-color:#eeeeee;
 text-align:center;
 font-weight:bold;
 
 text-decoration:none;
 }

.menutitle{
width: 10em;
font-weight:bold;
text-align:center;
margin-top:15px;
}

#title {
height:140px;
}

#left {
width:14%;
float:left;
line-height:18px;
}

#content {
width:80%;
float:right;
}

