

/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div{
	font-size: 12px;
	line-height:1.5em;
	font-family: arial, verdana, helvetica, lucida, sans-serif;
}




/* ############################################################ */
/* #### Hauptnavigation ####################################### */


table#VerticalNavigationBar1 td a{
	display:block;
	width:200px;
	height:47px;
	overflow:hidden;
	text-align:center;
	line-height:47px;
	background-image: url(images/b-1a.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

table#VerticalNavigationBar1 td.act a,
table#VerticalNavigationBar1 td.no a:hover{
	color:#006600;
	background-image: url(images/b-2a.gif);
}


/* ############################################################ */
/* #### Banner ################################################ */

td#bannerbox{
	background-image: url(images/banner1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	line-height:120px;
	text-align:center;
	font-size:18px;
}


/* ############################################################ */
/* #### Unternavigation ####################################### */

td#subnav{
	text-align:center;
}


