body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFCC;
	font-size: 14px;
	line-height: normal;
}

a {
	text-decoration: none;
}

/*hier die formatierung der links, wenn sie in der Navigationsleiste auftauchen*/

td a:link {
	color: #CC99FF;
	text-decoration: none;
}

td a:visited    {
	color: #CC99FF;
	text-decoration : none;
}

td a:hover  {
	color: #FFFFFF;
	text-decoration : none;
}

td a:active {
	color : #333300;
	text-decoration : none;
}


#seitenleiste {
	text-align: center;
	font-size: 13px;
	color: #ffcccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.25;
}

#seitenleiste a {
	color: rgb(204,153,255); 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}


#haupttabelle {
	border-right: 2px solid rgb(51,153,51);
	border-bottom: 2px solid rgb(51,153,51);
}

#content {
	padding: 25px;
}

#content h1 {
	font-size: 24px;
	color: rgb(51, 153, 51);
	font-family: Georgia;
	font-weight: normal;
}

#content h2 {
	font-size: 18px;
	color: rgb(51, 153, 51);
	font-family: Georgia;
	font-weight: normal;
}

#content h3 {
	font-size: 16px;
	color: rgb(51, 153, 51);
	font-family: Georgia;
	font-weight: normal;
}

#content p {
	line-height: 1.25;
}

#content a {
	color: rgb(102,51,255);
	line-height: 1.5;
}

#content li {
	color: rgb(255,0,51);
}

#content strong {
	color: rgb(255,0,51);
	font-weight: normal;
}
