<!--
/*===============================================================*/
/* Allgemeinde Angaben für den Body */
/*===============================================================*/
body
{
	margin: 			0;
    padding: 			0;
    font-family:		Arial;
    background-image: 	url(../graph/Background.jpg);
    overflow-y:			scroll;
}


/*===============================================================*/
/* Formation der Divs für Head, Inhalt und Fuß */
/*===============================================================*/
.fullDiv
{
	margin: 	0px;
    padding: 	0px;
	width:		100%;
}

.headDiv
{
	border-bottom:		1px solid black;
    background: 		#FFFFCC;
    width:				850px;
    height:				180px;
    margin-top:			15px;
    background-image: 	url(../graph/Headline.jpg);
}

.inhaltDiv
{
	background: 		#FFFFCC;
    width:				850px;
}

.footDiv
{
	background: 		#F5ECD9;
	border-top:			1px solid silver;
	border-bottom:		1px solid #939393;
    width:				850px;
    height:				20px;
    font-size:			10px;
    color:				#808080;
}

/*===============================================================*/
/* Registerkarten für die Navigation */
/*===============================================================*/
.reg_links
{
	background-image: 	url(../graph/reg_links_kl.gif);
	width:				12px;
	height:				35px;
}
.reg_mitte
{
	background-image: 	url(../graph/reg_mitte.gif);
	height:				35px;
	font-weight: 		bold;
	font-size:			12px;
	margin-top: 		5px;
}
.reg_rechts
{
	background-image: 	url(../graph/reg_rechts_kl.gif);
	width:				12px;
	height:				35px;
}
a:link.link_navi, a:visited.link_navi, a:active.link_navi
{
	text-decoration:	none;
	color:				#000000;
	font-weight:		bold;
	font-size:			12px;
}
a:hover.link_navi
{
	text-decoration:	underline;
	color:				#A3040A;
	font-weight:		bold;
	font-size:			12px;
}
.hg_tansparent
{
	opacity:			0.80;
	Filter: 			Alpha(Opacity=80);
	background-color: 	white;
	width: 				370px;
	height:				55px;
	vertical-align:		middle;
}
.hg_non_tansparent
{
	background-color: #FFFFCC;
}

/*===============================================================*/
/* Textformatierung */
/*===============================================================*/
a:link.link_normal, a:visited.link_normal, a:active.link_normal, a:hover.link_normal
{
	text-decoration:	none;
	color:				#A3040A;
}

a:link.link_black, a:visited.link_black, a:active.link_black, a:hover.link_black
{
	text-decoration:	none;
	color:				#000000;
}

.text_Ueberschrift
{
	font-size:		16px;
	font-weight:	bold;
	color:			#A3040A;
	text-align:		left;
}

.text_12
{
	font-size:	12px;
}

.text_ueberschrift_12
{
	font-size:		12px;
	font-weight:	bold;
	display:		inline;
}

.head_12
{
	font-size:		12px;
	font-weight:	bold;
	display:		inline;
}

.text_10_grau
{
	font-size:	10px;
	color:		silver;
}

.button
{
	font-size:		11px;
}

.text_seitenfuss
{
    font-size:			10px;
    color:				#808080;
}
//-->