/* inital für alle / Browsergleichschaltung*/
* {
	padding: 0 ;
	margin: 0;
	border: 0;
	font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
}
b, strong	{
	font-weight: bold;
}
em{
	font-style: italic;
}

/* hintergruende*/
.bg-grey	{
	background-color: #9A9A9A;
}

.bg-GreyWithBorder	{
	background-color: #DCDCDC;
	border-bottom: 1px solid #9A9A9A;
	border-top: 1px solid #9A9A9A;
	height: 28px;
}
.bg-white	{
	background-color: #ffffff;	
	height: 28px;
}
.bg-LightGrey	{
	background-color: #DCDCDC;
	border-bottom: 1px solid #9A9A9A;
	border-top: 1px solid #9A9A9A;
	height: 28px;
}
.bg-whiteWithBorderRight	{
	background-color: #ffffff;
	border-right: 1px solid #9A9A9A;
	height: 28px;
}

.bg-whiteWithBorderRightGross	{
	background-color: #ffffff;
	border-right: 1px solid #9A9A9A;
	height: 134px;
}

.bg-whiteGross	{
	background-color: #ffffff;
	height: 134px;
}
.bg-GreyWithBorderRight	{
	background-color: #DCDCDC;
	border-bottom: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-top: 1px solid #9A9A9A;
	height: 28px;
}
.bg-darkBlue{
	background-color: #003366;
}
.borderRight{
	border-right: 1px solid #9A9A9A;
	height: 28px;
}
.tableWithBorder{
	border-bottom: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
}

/* fonts */

.txtb	{
	color: #003366;
	font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-weight:bold;
	line-height:15px;
}
.txt	{
	color: #000000;
	font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-weight: normal;
	line-height:15px;
}
.txtkl	{
	color: #000000;
	font: normal 9px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-weight:normal;
	line-height:13px;	
}
.txtklb	{
	color: #003366;
	font: normal 9px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-weight:bold;
	line-height:13px;	
}

.txtbrot	{
	color: #B22222;
	font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
}
.zurueck	{
	font: normal 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #000000;
	font-weight: bold;
}

/*top navigation*/
.mainPoint	{
	text-align: center;	
}
.mainPoint a {
	font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #DDDDDD;
}
.mainPoint a:hover {
	color: #FFFFFF;
}
.mainPoint a.aktiv {
	color: #FFFFFF;
}
.subPoint a {
	padding-left: 10px;
	font: normal 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #003366;
}
.subPoint a.aktiv {
	font-weight: bold;
}



a.linkLoeschen{
	font: normal 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #000000;
}
a.linkLoeschenBold{
	font: normal 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.linkInfo{
	font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: underline;
	color: #000000;
}

