/* CSS Document */

body {
	background-color: #CCCCCC;
}

/* menu box */
.menu {
	background-color: #0099CC;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 50px;
	padding: 10px 10px 10px 10px;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	top:0px;
	position: absolute;
	width: 30%;
	vertical-align: middle;
	height: 50px;
	padding: 10px 10px 10px 10px;
	background-color: #0099CC;
	float: right;
	clear: right;
	right: 0px;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	height:50px;
}
.menu a:hover {
	text-decoration: underline;
}

/* content box */

.content {
	background-color: #CCCCCC;
	position:absolute;
	top: 54px;
	left: 0px;
	/*width: 100%;*/
	/*height: 100%;*/
	bottom: 0px;
	right: 0px;	
	padding: 10px 10px 10px 10px;
	overflow: auto;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;

}
.content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.content a:hover {
	text-decoration: underline;
}
.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;

}
.germantext {
	background-color: #999999;
	padding: 4px;
}