/* COPYRIGHT 2003 dCTRL. ALL RIGHTS RESERVED */
/* ----------------------------------------- */
/* BASIC FORMATIERUNG                        */
/* ----------------------------------------- */

BODY { 
	margin: 0px; 
	width: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 20px; 
	color: #000000;
}

TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

IMG { 
	border:0px 
}

A:focus { 
	outline: none; 
}

/* ----------------------------------------- */
/* BASIC LINKS                               */
/* ----------------------------------------- */
a{
	text-decoration: none;
}
A:LINK{
	text-decoration: none;
}
A:VISITED{
	text-decoration: none;
}
A:ACTIVE{
	text-decoration: none;
}
A:HOVER{
	text-decoration: none;
}

/* ----------------------------------------- */
/* NAVIGATION                                */
/* ----------------------------------------- */
.navigation{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	padding-right: 3px;
	line-height: 11px;
}
a.navigation:link{
	color: #FFFFFF;
	padding-right: 3px;
}
a.navigation:active{
	color: #FFFFFF;
	padding-right: 3px;
}
a.navigation:visited{
	color: #FFFFFF;
	padding-right: 3px;
}
a.navigation:hover{
	color: #666666;
	padding-right: 3px;
}

/* ----------------------------------------- */
/* CONTENT                                   */
/* ----------------------------------------- */
.titel {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.untertitel {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
a.untertitel:link{
	color: #A6A8A8;
}
a.untertitel:active{
	color: #A6A8A8;
}
a.untertitel:visited{
	color: #A6A8A8;
}
a.untertitel:hover{
	color: #666666;
}
.texttitel{
	font-size: 16px;
	color: #FFC111;
	font-weight: bold;
}
.textuntertitel{
	font-weight: bold;
	color: #666666;
}
a.textlink:link{
	text-decoration: underline;
	color: #A6A8A8;
}
a.textlink:active{
	text-decoration: underline;
	color: #A6A8A8;
}
a.textlink:visited{
	text-decoration: underline;
	color: #A6A8A8;
}
a.textlink:hover{
	text-decoration: underline;
	color: #666666;
}
.anmerkungen{
	font-size: 10px;
	line-height: 14px;
}
a.top:link{
	font-size: 11px;
	font-weight: bold;
	color: #A6A8A8;
}
a.top:active{
	color: #A6A8A8;
}
a.top:visited{
	color: #A6A8A8;
}
a.top:hover{
	color: #666666;
}

