@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: static;
	clip: rect(auto,auto,auto,auto);
}

.header .background
{
	position:			absolute;
	width: 				100%;
	z-index:			-1;
}

.header
{
	width: 				100%;
	height: 			80px;
}

.header .contenttable
{
	width: 				100%;
}

.header .contenttable td
{
	vertical-align:		top;
}

.header .contenttable .logo
{
	/* width:				80%;*/
}

.header .contenttable .address
{
	font-size:			12px;
	padding-top:		5px;
	width:				250px;
}

.header .datediv
{
	background-color: #FF0000;
	border: solid 1px #000000;
	text-align:right;
	color:#FFFFFF;
	padding-right:10px;
	font-weight:bold; 
}

.smalheadline{
	font-size:12px;
	font-weight:bold;
	margin-bottom: 20px;
}

.menuroot
{
	font-size: 10px;
	padding-left: 10px;
	border-top: dotted 1px #000000;
	/* background-color:#BBBBBB; */
}

.menuchild_1
{
	font-size: 10px;
	padding-left: 20px;
	border-top: dotted 1px #000000;
	/* background-color:#CCCCCC; */
}

.menuroot a{
	text-decoration: none;
	color:#000000;
	
}

.menuchild_1 a{
	text-decoration: none;
	color:#000000;
	
}

.menuroot a:hover{
	text-decoration: none;
	color: #660000;
	
}

.menuchild_1 a:hover{
	text-decoration: none;
	color: #660000;
	
}