/* CSS Document */
body {    
	/*text-align: center;   Zentrierung im Internet Explorer */
	margin: 0;
	background-color: #666666;
}
.center {
	/*text-align: left;     Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 950px;
	border-left: #D3D3D3 4px solid;
	border-right: #D3D3D3 4px solid;
	border-bottom: #D3D3D3 4px solid;
}
a {
	color: gray;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a:hover {
	color: black;
	border-bottom: 1px dotted;
}
div.above_head, div.head, div.foot, div.main {
	background-color: white;
}
div.above_head, div.head, div.foot {
	width: 950px;
}
div.above_head {
	padding-top: 10px;
	height: 40px;
}
div.above_head a {
	margin: 10px;
	border-bottom: 2px dashed;
}
div.above_head a:hover {
	border-bottom: 2px dotted;
}
div.head {
	background: url(images/header.jpg) no-repeat;
	height: 200px;
	border-top: #D3D3D3 3px solid;
	border-bottom: #D3D3D3 3px solid;
}
div.head a {
	margin-top: 20px;
	margin-right: 50px;
	font-size: 300%;
	color: white;
	float: right;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 5px solid;
}
div.head a:hover {
	color: #D3D3D3;
}
div.main_right {
	padding: 10px;
	float: right;
	width: 150px;
	min-height: 100%;
}
div.main {
	padding: 15px;
}
div.foot {
	clear: both;
	font-size: 75%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.valid {
	float: right;
	padding-top: 5px;
}
div.valid img {
	border: 0;
}
div.valid a {
	border-bottom: 0;
}
.tooltip {
	display: none;
}