.mainmenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;         	/* normal, bold, bolder, lighter */
	font-style : normal;	       /* normal, italic, oblique */
	text-decoration : none;	   /* none, underline, line-thrugh, blink */
	text-align : center;	        /* left,right, center, justify [Blocksatz] */
	line-height : normal;    	/* Zeilenabstand auch in px anzugeben */
}

.submenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;     	  /* normal, bold, bolder, lighter */
	font-style : normal;          /* normal, italic, oblique */
	text-decoration : none;   /* none, underline, line-thrugh, blink */
	text-align : left;           /* left,right, center, justify [Blocksatz] */
	padding-left : 25px;
	padding-right : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
}


.mainmenu a:Hover  {
	text-decoration : none;
}

.submenu a:Hover  {
	text-decoration : none;
}

.headline  {
	color : #0434B1;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;           /* normal, bold, bolder, lighter */
	font-style : normal;          /* normal, italic, oblique */
	text-decoration : none;       /* none, underline, line-thrugh, blink */
	text-align : left;            /* left,right, center, justify [Blocksatz] */
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 6 px;
	margin-bottom : 12 px;
} 

.subhead  {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;           /* normal, bold, bolder, lighter */
	font-style : normal;          /* normal, italic, oblique */
	text-decoration : none;       /* none, underline, line-thrugh, blink */
	text-align : left;            /* left,right, center, justify [Blocksatz] */
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 12px;
	padding-bottom : 12px;
}

.body  {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;        /* normal, bold, bolder, lighter */
	font-style : normal;         /* normal, italic, oblique */
	text-decoration : none;      /* none, underline, line-thrugh, blink */
	text-align : justify;        /* left,right, center, justify [Blocksatz] */
	line-height : normal;        /* Zeilenabstand auch in px anzugeben */
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0 px;
	margin-bottom : 12 px;
}

a  {
	color : #0434B1;
	text-decoration : none;
}

a:Visited  {
	color : #0434B1;
}

a:Active  {
	color : #0434B1;
}

a:Hover  {
	color : #0434B1;
	text-decoration : underline;
}

.subimage {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;        /* normal, bold, bolder, lighter */
	font-style : normal;         /* normal, italic, oblique */
	text-decoration : none;      /* none, underline, line-thrugh, blink */
	text-align : justify;        /* left,right, center, justify [Blocksatz] */
	line-height : normal;        /* Zeilenabstand auch in px anzugeben */
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0 px;
	margin-bottom : 6 px;
}

.foot {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;        /* normal, bold, bolder, lighter */
	font-style : normal;         /* normal, italic, oblique */
	text-decoration : none;      /* none, underline, line-thrugh, blink */
	text-align : justify;        /* left,right, center, justify [Blocksatz] */
	line-height : normal;        /* Zeilenabstand auch in px anzugeben */
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0 px;
	margin-bottom : 6 px;
}