@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/spacer.png) repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	color:#494949;
	overflow-x:hidden;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	font-weight:normal;
	color:#b19b63;

}

.header{
	font-size:10px;
	text-align:right;
	position: absolute;
	width: 860px;
	height: auto;
	left: 50%;
	margin-left: -370px;
	top:20px;
	color:#fff;
}


.image{
	position: absolute;
	width: 275px;
	height: 432px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -185px;
}

.content{
	position: absolute;
	width: 400px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: 80px;
	margin-top: -290px;	
	color:#fff;
}


.footer{
	position: absolute;
	background:url(../images/footer.png) repeat-x;
	width:100%;
	height: 57px;
	left:0px;
	bottom:0px;
}

.footer-content{
	text-align:center;
	position: absolute;
	width:860px;
	height: 20px;
	left: 50%;
	bottom: 30px;		
	color:#000;
	margin-left: -370px;
	}

/*Definiert die verschiedenen Instanzen der menu1 buttons*/

a.menu1:link {
	background:url(../images/button-koeln.png)  0px 36px;
	width: 250px;
	height: 37px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: 150px;	

}


a.menu1:visited{
	background:url(../images/button-koeln.png)  0px 0px;
	width: 250px;
	height: 37px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: 150px;	

}

a.menu1:hover {
	background:url(../images/button-koeln.png)  0px 0px;
	width: 250px;
	height: 37px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 150px;	

}

a.menu1:active{
	background:url(../images/button-koeln.png)  0px 0px;
	width: 250px;
	height: 37px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: 150px;	

}
a.menu1:focus{
	background:url(../images/button-koeln.png)  0px 0px;
	width: 250px;
	height: 37px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: 150px;	

}


/*Definiert die verschiedenen Instanzen der menu1 buttons*/

a.menu2:link {
	color:#FFFFFF;
	text-decoration:none;
	}


a.menu2:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a.menu2:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

a.menu2:active{
	color:#FFFFFF;
	text-decoration: underline;
}

a.menu2:focus{
	color:#FFFFFF;
	text-decoration: underline;
}


/*Definiert die verschiedenen Instanzen der menu1 buttons*/

a.menu3:link {
	color:#b19b63;
	text-decoration:none;
	}


a.menu3:visited{
	color:#b19b63;
	text-decoration:none;
}

a.menu3:hover {
	color:#b19b63;
	text-decoration: underline;
}

a.menu3:active{
	color:#b19b63;
	text-decoration: underline;
}

a.menu3:focus{
	color:#b19b63;
	text-decoration: underline;
}


