
/* general ---------------------------- */


body {
 	background-color: FFFFFF;
	background-image: url(pict/bg.gif);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color:#333333;
}

a:visited, a:link {
	color: #000000;
	text-decoration: none;
}

a:active, a:hover {
	color: #666666;
	text-decoration: none;
}





/* tables ---------------------------- */

.headertable {
	width:786px;
	height:100px;
	background-color: #FFFFFF;
	border-bottom:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width: 6px;
	border-top:solid;
	border-top-color:#FFFFFF;
	border-top-width: 6px;
	border-left:solid;
	border-left-color:#FFFFFF;
	border-left-width: 6px;
	border-right:solid;
	border-right-color:#FFFFFF;
	border-right-width: 6px;

	}

.spacertable {
	width:786px;
	height: 6px;
	margin-top:0px;
	
	}
	
.footer {
	width:786px;
	height: 20px;
	margin-top:0px;
	
	}	
	
.maintable {
	width:786px;
	height:390px;
	background-color: #FFFFFF;
	border-bottom:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width: 6px;
	border-top:solid;
	border-top-color:#FFFFFF;
	border-top-width: 6px;
	border-left:solid;
	border-left-color:#FFFFFF;
	border-left-width: 6px;
	border-right:solid;
	border-right-color:#FFFFFF;
	border-right-width: 6px;

	}
	
.navibox {
	width:786px;
	height:196px;
	
}
	








.txttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #383737;
}

.txt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	letter-spacing: normal;
	line-height: 1.5em;
}


.alert {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
}

.footertxt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

.txtgray {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.txtadress {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
	line-height: 1.5em;

}

.txtadressbold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	line-height: 1.5em;

}

.txtblack{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;

}

.titlesbold {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:0.1em;
	color: #000000;
}

.titles {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing:0.1em;
	line-height: 1.2em;
	color: #000000;
}

.txtblackbold{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;

}