/* Allgemeine Text-Definitionen */
body
{
	font-family:			Arial, sans-serif;
	font-size:				10px;
	color:					#000000;
	background:			#ffffe4;
	background-image:		url("../images/hg_bild_start.gif");
	background-repeat:	repeat-y;
	border:				0px;
	margin:				0px;
	margin-top:			0px;
	margin-left:			0px;
}

td
{
	font-family:			Arial, sans-serif;
	font-size:				12px;
	color:					#000000;
	margin:				0px;
	margin-top:			0px;
	margin-bottom:		0px;
	margin-left:			0px;
	margin-right:			0px;
}

div
{
	font-family:			Arial, sans-serif;
	/*font-size:				10px;*/
	color:					#000000;
	border:				0px;
	margin:				0px;
	margin-top:			0px;
	margin-left:			0px;
}
div.linksunten
{
	padding-top:		9px;
	padding-bottom:	9px;
	font-weight:		bold;
}
div.aufzaehlung
{
	margin-top:		0px;
	margin-bottom:	5px;
}

div.tabtext
{
	margin-top:		0px;
	margin-bottom:	5px;
}

div.agendatext
{
	margin-top:		6px;
	margin-bottom:	6px;
}

div.listtext
{
	margin-top:		6px;
	margin-bottom:	6px;
}

div.perstab
{
	margin-top:		8px;
	margin-bottom:	8px;
}

#startbild
{
	z-index:			0;
	position:			absolute;
	top:				46px;
	left:				191px;
}

#willkommenstext
{
	z-index:			2;
	position:			absolute;
	top:				242px;
	left:				293px;
}

.tdwillkommenstext
{
	font-family:			Arial, sans-serif;
	font-size:				11px;
	color:					#000000;
	background-color:		#f9f8d9;
}

#metanavigation1
{
	position:			absolute;
	top:				0px;
	left:				14px;
}

input {
	font-family:		Arial, sans-serif;
	font-size:			10px;
	color:				#000000;
}

#logogross
{
	z-index:			0;
	position:			absolute;
	top:				14px;
	left:				643px;
}

#logoklein
{
	z-index:			0;
	position:			absolute;
	top:				14px;
	left:				485px;
}

.font11
{
	font-family:		Arial, sans-serif;
	font-size:			11px;
	color:				#000000;
}

.font10
{
	font-family:		Arial, sans-serif;
	font-size:			10px;
	color:				#000000;
}

.fontbold {
	font-weight:		bold;
}

#inhalt
{
	position:			absolute;
	top:				72px;
}

.aufzaehlung1
{
	font-family:		Arial, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#000000;
}

.aufzaehlung2
{
	font-family:		Arial, sans-serif;
	font-size:			12px;
	color:				#000000;
}

#subnavigation
{
	position:			absolute;
	top:				43px;
	left:				12px;
}

#contextContainer{
	position:		absolute;
	top:		43px;}

#contextSubNavigation{
	width:		450px;
	left:		12px;
	line-height:	18px;
	position:		relative !important;
	margin-bottom:	15px;}

#contextContent{
	position:		relative !important}

.bginhalt
{
	background:			#ffffe4;
}


.tdsitemapnavigation1 {
	font-family:		Arial, sans-serif;
	font-size:			12px;
	color:				#000000;
	background:		#f6f9c6;
}

.tdsitemapnavigation2 {
	font-family:		Arial, sans-serif;
	font-size:			11px;
	color:				#000000;
	background:		#f6f9c6;
}

/* Verhalten von Links */
/* Mouseover-Effekt & Visited-Status nur N6, IE3 */
/* Linkdefinition darum auch im Body-Tag notieren! */
A	{
	color: #000000;
	text-decoration:none;
	}
A:link 	{
	color: #000000;
	/*color: #0099CC;*/
	}
A:hover {
	color: #000000;
	/*color: #33CCFF;*/
	}
a.links	{
	text-decoration:underline;
	}
a.linkfuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000
	}
a.linkfuss:link { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000
	}
a.linkfuss:hover {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000
	}
a.linkweiter {color:#0099CC}
a.linkweiter:link { color:#0099CC}
a.linkweiter:hover {  color:#33CCFF}
