body {
	background-color: #970F00;
	background-image: url(../images/queracht.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	background-attachment: fixed;
 }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FEDE58;
	}
	
a:link { text-decoration:none; color:#FEDE58;}
a:visited { text-decoration:none; color:#FEDE58;}
a:hover { text-decoration:underline; color:#FEDE58;}
a:active { text-decoration:none; color:#FEDE58; }

.menu {
	margin:0 auto;
	width: 600px;
	height:50px;
	color: #FEDE58;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	top: 30px;
	}

#fliestext {
	width: 600px;
	margin:0 auto;
	text-align: left;
	color: #FFFFFF;
	top: 70px;
	position: relative;
}

.box{
	border:1px solid #FEDE58;
	margin:0 auto;
	text-align:center;
	width:98%;
	height:98%;
	position: absolute;
	z-index: 1;
}

.leftfloat {
	float:left;
	margin-right: 10px;
}

.clear {
	clear: both;
}
.underline {
	text-decoration: underline;
	color: #FEDE58;
}

