@charset "utf-8";
/* CSS Document */

/* Standardschriftfamilie setzen, 12px Größe. Ränder auf 0 */
*
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin: 0px;
	padding: 0px;
}

/* Hintergrundfarbe von BODY und HTML. */
html, body
{
	background-color: #ebe9ea;
	border: 0px;
}

html
{
	overflow: auto;
}

/* Bilder haben standardmäßig keinen Rand */
img 
{ 
	border: 0; 
}

table.tabelle_blind
{
	border-width: 0px;
	padding: 0px;
}

/* Container für Hintergrund mit Schlagschatten */
#background
{
	width: 863px;
	background-image: url(../_images/hintergrund.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

/* Container für Titelbild */
#titelbild
{
	/*width: 796px;*/
	/*height: 289px;*/
}

/* Container für abgeknickte Ecke */
#footer
{
	width: 863px;
	height: 91px;
	background-image: url(../_images/footer.gif);
	background-repeat: no-repeat;
}

/* Button für englische Seite */
#enter_english
{
	margin-right: 32px;
	/*border: 1px solid black;*/
	text-align: right;
	margin-top: 18px;
}

/* Container für Navigation links */
#navi_links
{
	margin-top: 26px;
	margin-left: 34px;
	width: 200px;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	float: left;
}

ul.navi_links
{
	list-style-type: none;
	width: 200px;
}

li.navi_links 
{
	width: 200px;
	height: 26px;
	display: block;
	background-image: url(../_images/schraffierung.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
}

a.navi_links:link, a.navi_links:visited, a.navi_links:hover, a.navi_links:active, a.navi_links:focus
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5f595b;
	text-decoration: none;
	margin-left: 33px;
	display: block;
}

a.navi_links:hover
{
	color: #0091ca;
}

a.navi_links_aktiv:link, a.navi_links_aktiv:visited, a.navi_links_aktiv:hover, a.navi_links_aktiv:active, a.navi_links_aktiv:focus
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0091ca;
	text-decoration: none;
	margin-left: 33px;
	display: block;
}

li.subnavi_links 
{
	width: 200px;
	height: 26px;
	display: block;
	background-image: url(../_images/schraffierung2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 3px;
}

a.subnavi_links:link, a.subnavi_links:visited, a.subnavi_links:hover, a.subnavi_links:active, a.subnavi_links:focus
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f595b;
	text-decoration: none;
	margin-left: 33px;
	display: block;
}

a.subnavi_links:hover
{
	color: #0091ca;
}

a.subnavi_links_aktiv:link, a.subnavi_links_aktiv:visited, a.subnavi_links_aktiv:hover, a.subnavi_links_aktiv:active, a.subnavi_links_aktiv:focus
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0091ca;
	text-decoration: none;
	margin-left: 33px;
	display: block;
}

#content_text
{
	width: 570px;
	margin-top: 20px;
	margin-left: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f595b;
	text-align: left;
	line-height: 25px;
	float: left;
}

.ueberschrift
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #028ec9;
}

a.linkextern
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #028ec9;
	border-bottom: 1px dashed;
	text-decoration: none;
}

a.linkintern
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #028ec9;
	border-bottom: 1px dotted;
	text-decoration: none;
}