Body
{
	background-color : #CCCC99;
	background-image : url(Images/background.jpg);
	font-family: Arial;
	margin-left : 5px;
	margin-right : 15px;
	margin-top : 5px;
	margin-bottom : 5px;
	font-size : 15px;
	}
A
{
	color:Green;
	font-weight : bold;
	text-decoration: none;
}
A:link
{
	color: Green;
}
A:visited		
{
	color:  Green;
}
A:active
{
	color: #AF0718;
}
A:hover		
{
	color: #AF0718;
}
Div.Menuarea
{
	background-color: #CCCCCC;
	border-bottom: thin solid #858585;
	border-left: thin solid #E1E1E1;
	border-right: thin solid #858585;
	border-top: thin solid #E1E1E1;
	width:165; 
	height:400;
	float: left;
	position:absolute;
    z-index:9;
}
A.menu
{
	color: white;
	font-weight : bold;
	text-decoration: none;
    font-style: normal;
	font-size : 15px;
}
A.menu:link
{
	color: white;
}
A.menu:visited		
{
	color: white;
}
A.menu:active
{
	color: #AF0718;
}
A.menu:hover		
{
	color: green;
}
Div.Mainarea
{
	background-color: transparent;
	width: 80%;
	padding-left : 30px;
	position: absolute;
	left: 165px;
}
Span.Pagetitle1
{
	font-family: "Comic Sans MS";
	color: #AF0718;
	font-size : 30px;
	font-weight : bold;
	letter-spacing : 4px;
	text-align : center;
}
Span.Pagetitle2
{
	color: Green;
	font-size : 18px;
	font-weight : bold;
	letter-spacing : 2px;
}
Span.Pagetitle3
{
	color: Black;
	font-size : 17px;
	font-weight : bold;
}
DIV.Small
{
	color: Black;
	font-size : 10px;
	font-weight : normal;
	text-align:right;
}
TD
{
	font-size : 15px;
}
TD.bold
{
	font-size : 16px;
}
DIV.Info
{
    PADDING-BOTTOM: 0px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-TOP: 0px;
    z-index:9;
	background-color: #CCCCCC;
	border-bottom: thin solid #858585;
	border-left: thin solid #E1E1E1;
	border-right: thin solid #858585;
	border-top: thin solid #E1E1E1;
}
TD.Close
{
    FONT-SIZE: 14px;
    FONT-WEIGHT: Bold;
    background-color: #aaaaaa;
    cursor: hand;
}
TD.LegTitel
{
	color: Black;
    FONT-SIZE: 16px;
    FONT-WEIGHT: Bold;
    background-color: #aaaaaa;
}
INPUT
{
    FONT-WEIGHT: Bold;
}
SELECT
{
    FONT-WEIGHT: Bold;
}
TEXTAREA
{
   FONT-WEIGHT: Bold;
}