/* CSS Document */

*, html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

html, body {
	height:100%;
	width:100%;
}


body {
	background-color:#004F8D;
	background-image:url(hintergrund.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;
}

#content {
	width:800px;
	margin:0px auto;
}

#logo {
	width:539px;
	padding:0;
	margin:0;
	float:left;
}

#text {
	width:261px;
	float:left;
	padding:0;
	margin:0;
	text-align:left;
}

.blau {
	color:#004F8D;
}

.silber {
	color:#D8DADC;
}

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

a:hover {
	text-decoration:underline;
}