@CHARSET "UTF-8";
@font-face {
	font-family: 'FuturaExtended';
	src: url('../Fonts/FuturaExtended.ttf');
	/*src: local('CalligraphyFLF Regular'), local('CalligraphyFLF'), url('CalligraphyFLF.ttf') format('truetype');*/
}

body {
	
	background-color:		#eae1d4;
	padding:				0px;
	
}

#Background_Image_Id {
	
	position:				fixed;
	top:					10%;
	left:					25%;
	z-index:				1;
	
}

#Greenbar_Above_Image_Id {
	
	position:				fixed;
	top:					8%;
	left:					0%;
	height:					5%;
	width:					100%;
	z-index:				6;
	
}

#Greenbar_Bottom_Image_Id {
	
	position:				fixed;
	left:					0%;
	bottom:					0px;
	height:					5%;
	width:					100%;
	z-index:				2;
	
	background-image:		url(../Images/Greenbar_Bottom.png);
	
}

#Impressum_Link_Id {
	
	position:				fixed;
	left:					90%;
	
	font-family:			"FuturaExtended";
	color:					#eae1d4;
	text-align: 			right;
	vertical-align: 		middle;
	
	z-index:				3;
	
	cursor:					pointer;
	
}

#Carpe_Diem_Font_Image_Id {
	
	position:				fixed;
	left:					1%;
	top:					0.5%;
	height:					7%;
	width:					20%;
	z-index:				5;
	
}

#Navigationbar_Id {
	
	position:				fixed;
	left:					25%;
	top:					3.5%;
	z-index:				5;
	
}

#Button_Home_Id {
	
	position:				absolute;
	width: 					188px;
	height:					60px;
	left:					0px;
	top:					0px;
	z-index:				3;
	
	cursor:					pointer;
	
}

#Button_Lage_Id {
	
	position:				absolute;
	width: 					270px;
	height:					60px;
	top:					0px;
	z-index:				3;
	
	cursor:					pointer;
	
}

#Button_Sortiment_Id {
	
	position:				absolute;
	width: 					188px;
	height:					60px;
	top:					0px;
	z-index:				3;
	
}

#Button_Sortiment_Panel_Id {
	
	position:				absolute;
	top:					8%;
	height:					auto;
	display:				none;
	z-index:				10;
	
	background-image:		url(../Images/Buttons/Panel_Dragdown_menu.png);
	background-size: 		100% 100%;
	
}

.Panel_Field_Class {
	
	font-family:			"FuturaExtended";
	font-size:				120%;
	color:					#eae1d4;
	text-align: 			center;
	padding-top:			5px;
	padding-bottom:			5px;
	padding-left:			2px;
	padding-right:			2px;
	
	
	cursor:					pointer;
	
}

.Panel_Field_Class:hover {
	
	background-image:		url(../Images/Buttons/Panel_Dragdown_menu_mouseover.png);
	background-size: 		100% 100%;
	color:					#566250;
	
	cursor:					pointer;
	
}

.stretch {
	
    width:					100%;
    height:					100%;
    
}

#Button_Galerie_Id {
	
	position:				absolute;
	width: 					188px;
	height:					60px;
	top:					0px;
	z-index:				3;
	
	cursor:					pointer;
	
}

#Button_Kontakt_Id {
	
	position:				absolute;
	width: 					188px;
	height:					60px;
	top:					0px;
	z-index:				3;
	
	cursor:					pointer;
	
}

#Button_Impressum_Id {
	
	position:				absolute;
	width: 					188px;
	height:					60px;
	top:					0px;
	z-index:				3;
	
	cursor:					pointer;
	
}

#Content_Body_Id {
	
	position:				absolute;
	width: 					100%;
	height:					80%;
	left:					0%;
	top:					15%;
	
}

#Content_Field_Id {
	
	position:				absolute;
	width: 					50%;
	height:					70%;
	left:					6%;
	top:					5%;
	z-index:				4;
	
}

#Headline_Id {
	
	position:				absolute;
	width: 					90%;
	height:					20%;
	top:					3%;
	left:					5%;
	z-index:				5;
	
	font-family:			"FuturaExtended";
	font-size:				200%;
	color:					#eae1d4;
	
	cursor:					move;
	
}

.Content_All_Class {
	
	position:				absolute;
	overflow:				auto;
	width: 					90%;
	height:					75%;
	top:					20%;
	left:					5%;
	z-index:				5;
	
	font-family:			"FuturaExtended";
	font-size:				120%;
	color:					#566250;
	
}

#Content_Home_Id {
	
	visibility:				visible;
	
}

#Content_Lage_Id {
	
	visibility:				hidden;
	
}

#Content_Lage_Text_Id {
	
	position: 				absolute;
	top:					0px;
	left:					0px;
	height:					100%;
	width:					45%;
	
}

#Content_Lage_Karte_Id {
	
	position: 				absolute;
	top:					0px;
	left:					45%;
	height:					100%;
	width:					55%;
	
}

#Content_Mode_Ihn_Id {
	
	visibility:				hidden;
	
}

#Content_Mode_Sie_Id {
	
	visibility:				hidden;
	
}

#Content_Schuhe_Id {
	
	visibility:				hidden;
	
}

#Content_Wohnen_Id {
	
	visibility:				hidden;
	
}

#Content_Galerie_Id {
	
	visibility:				hidden;
	
}

#Content_Kontakt_Id {
	
	visibility:				hidden;
	
}

#Content_Impressum_Id {
	
	visibility:				hidden;
	
}

#Content_Left_Id {
	
	position:				absolute;
	overflow:				auto;
	width: 					42%;
	height:					75%;
	top:					20%;
	left:					5%;
	z-index:				5;
	
}

#Content_Right_Id {
	
	position:				absolute;
	overflow:				auto;
	width: 					42%;
	height:					75%;
	top:					20%;
	left:					55%;
	z-index:				5;
	
}

