@charset "utf-8";
/* CSS Document */
/*### Container für Navigation ###*/
#curly_horse{
	background-image: url("../Background/Contact_Navigation.jpg");
}
#Top_Navigation{
	top: 94px;
}
/*### Container oben ###*/
#Contact_top{
	z-index: 20;
	position: absolute;
	background-image: url("../Background/Contact_top.jpg");
	background-repeat: no-repeat;
	top: 6px;
	left: 271px;
	height: 128px;
	width: 759px;
}
/*### Container Abschluß rechts ###*/
#Contact_right{
	z-index: 20;
	position: absolute;
	background-image: url("../Background/Contact_ri.jpg");
	background-repeat: no-repeat;
	top: 134px;
	right: 6px;
	height: 500px;
	width: 186px;
}
/*### Container Abschluß unten ###*/
#Contact_bo{
	z-index: 20;
	position: absolute;
	background-image: url("../Background/Contact_bo.jpg");
	background-repeat: no-repeat;
	bottom: 6px;
	left: 271px;
	height: 76px;
	width: 574px;
}
/*### Container Mitte Trainingseite ###*/
#Contact{
	z-index: 30;
	position: absolute;
	background-image: url("../Background/Contact_center.jpg");
	background-repeat: no-repeat;
	top: 134px;
	left: 270px;
	height: 424px;
	width: 574px;
}
/*### Container für Text ###*/
#Contact_Text{
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 15px;
	height: 421px;
	width: 558px;
	text-align: left;
	overflow: auto;
	padding: 21px 0 0 0;
}
#Contact_Text h2{
	margin: 0;
}
#Contact_Text a{
	font-weight: normal;
}
/*### Container für Anfahrtbeschreibung ###*/
#Directions{
	z-index: 65;
	position: absolute;
	background-color: #f4f5ea;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 535px;
	visibility: hidden;
	padding: 15px;
}
#close{
	z-index: 35;
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-weight: bolder;
	text-decoration: underline;
	cursor: pointer;
}
#close:hover{
	color: #c00830;
}
/*### Container für Impressum ###*/
#Imprint_Text{
	z-index: 50;
	position: absolute;
	top: 21px;
	left: 15px;
	width: 540px;
	text-align: left;
}
#Imprint_Text h2{
	margin: 0;
}
#Imprint_Text a{
	font-weight: normal;
}
