@charset "utf-8";
/* CSS Document */

body {
	font: 100% "Times New Roman", Times, serif;
	background: #ffffff;
	background-image: url(blueprint.jpg);
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.floatleft {float:left;}

.menue {font-size:18px; color:#0b0d94; float:left; z-index:+1; text-decoration:none;}
.menue a:link {font-size:18px; color:#ffffff; background-color:#0b0d94; padding:3px; text-decoration:none;}
.menue a:visited {font-size:18px; color:#ffffff; background-color:#0b0d94; padding:3px; text-decoration:none;}
.menue a:hover {font-size:18px; color:#0b0d94; background-color:#ffffff; padding:3px; text-decoration:none;}
.menue a:active {font-size:18px; color:#0b0d94; background-color:#666666; padding:3px; text-decoration:none;}

.info {font-size:18px; color:#0b0d94; background-color:#FFFFFF; padding:10px; border: thin #0b0d94; solid; width:500px; position:absolute; top:25px; left:250px; filter:alpha(opacity=90); /* IE's opacity*/ opacity: 0.9;}

.address {font-size:18px; color:#0b0d94; background-color:#FFFFFF; padding:10px; border: thin #0b0d94; solid; width:300px; position:absolute; top:575px; left:350px; filter:alpha(opacity=90); /* IE's opacity*/ opacity: 0.9;}