@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;
}

#background
{
	width: 863px;
	background-image: url(../_images/hintergrund.gif);
	background-repeat: repeat-y;
	/*min-height: 500px;*/
	overflow: hidden;
}

#titelbild
{
	/*width: 796px;*/
	/*height: 289px;*/
}

#footer
{
	width: 863px;
	height: 91px;
	background-image: url(../_images/footer.gif);
	background-repeat: no-repeat;
}

#ueberschrift
{
	width: 700px;
	margin-left: 32px;
	/*border: 1px solid black;*/
	text-align: left;
	margin-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #028ec9;
	float: left;
}

#enter_english
{
	margin-right: 32px;
	/*border: 1px solid black;*/
	text-align: right;
	margin-top: 18px;
}

#quicklink
{
	/* Die Außenabstände links ("margin-left") sind in der HTML-Datei hinterlegt, da unterschiedlich */
	margin-top: 12px;
	width: 180px;
	height: 128px;
	background-color: #FFFFFF;
	background-image: url(../_images/hg_quicklink.gif);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
}

#quicklink_klein
{
	/* Die Außenabstände links ("margin-left") sind ausnahmsweiße in der HTML-Datei hinterlegt, da unterschiedlich */
	margin-top: 12px;
	width: 180px;
	height: 26px;
	background-image: url(../_images/schraffierung.gif);
	text-align: left;
	float: left;
}

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

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


.einfuehrungstext
{
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #028ec9;
	line-height: 20px;
	font-weight: normal;
}
