BODY {
	padding: 10px 10px 0px 10px;
	margin: 0px;
	background-color: #0AA180;
}

BODY, TD, TR {
	font-family: Verdana, Arial;
	font-size: 12px;
}

<!-- BEREICHSFORMATIERUNG -->

#Navigation {
	background-image: url('../pages/images/backgrounds/background.gif');
	background-repeat: no-repeat;
	background-color: #0AA180;
	color: #FFFFFF;
	width: 265px;
}

#Navigation .Navpunkte {
	margin: 20px;
	color: #FFFFFF;	
}

#Navigation UL {
	padding: 0px;
	margin: 0 0 0 50;
	list-style: square;
	white-space: nowrap;
}

#Navigation LI {
	padding: 4 0 0 0;
}

#Navigation A {
	color: white;	
	text-decoration: none;
}

#Navigation A:Hover {
	color: #CCFFCC;
}

#Zusatz	{
	padding: 5px 0px 0px 10px;
	color: #FFFFFF;
	height: 45px;
	width: 265px;
	background-image: url('../pages/images/backgrounds/background.gif');
	background-repeat: repeat-y;
}

#Bottom {
	text-align: right;
	vertical-align: bottom;
	padding:	0 5 5 0;
	background-image: url('../pages/images/backgrounds/background.gif');
	background-repeat: repeat;
	background-color: #0AA180;
	color: white;
	font-family: Verdana, Arial;
	font-size: 10px;
}

#Titel {
	padding: 5px;
	font-size: 20px;
	margin: 10px;
	background-color: white;
	color: black;
	font-family: Verdana, Arial;
	font-size: 12px;

}

#Titel .Headline {
	margin: 5px;
	color: #0AA180;	
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;		
}

#Content {
	padding: 20px;
	background-color: white;
	color: black;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.bLink {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

:link.bLink {
	color: #000000;
	text-decoration: none;
}
:visited.bLink {
	color: #000000;
	text-decoration: none;
}
:active.bLink {
	color: #000000;
	text-decoration: none;
}
:hover.bLink {
	color: #000000;
	text-decoration: underline;
}

<!-- HYPERLINK: NORMAL, UNDERLINED -->

.bUnderLink {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

:link.bUnderLink {
	color: #000000;
	text-decoration: underline;
}
:visited.bUnderLink {
	color: #000000;
	text-decoration: underline;
}
:active.bUnderLink {
	color: #000000;
	text-decoration: underline;
}
:hover.bUnderLink {
	color: #000000;
	text-decoration: none;
}

<!-- HYPERLINK: KLEIN, UNDERLINED -->

.bSmallUnderLink {
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
}

:link.bSmallUnderLink {
	color: #000000;
	text-decoration: underline;
}
:visited.bSmallUnderLink {
	color: #000000;
	text-decoration: underline;
}
:active.bSmallUnderLink {
	color: #000000;
	text-decoration: underline;
}
:hover.bSmallUnderLink {
	color: #000000;
	text-decoration: none;
}