@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none; 
}

html {
	overflow: visible;
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.4;
	background-color: #FFFFFF;
	color: #565f66;
	overflow: visible;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------------- hide elements */

h1,
#navMain,
#myPlace,
#productTeaser .productNav,
#productTeaser div.productDetail > ul > li > a.button,
#pageFoot ul li.login,
#pageFoot ul li > a,
#pageFoot ul li > form {
	display: none !important;
}

/* ------------------------------------------------------------------------------- html elements */

hr {
	margin: 1em 0;
}

h2 {
	font-size: 2em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1.2em;
}

a,
a:link,
a:visited {
	color: #ffc500;	
	text-decoration: none;	
}

img {
	-ms-interpolation-mode: bicubic;	
}

a img {
	border: none;
}

#productTeaser div.productDetail > ul {
	display: block;
	position: static !important;
	width: 100% !important;
	height: auto !important;
}
	#productTeaser div.productDetail > ul > li {
		display: block !important;
		position: static !important;
		opacity: 1 !important;
		margin-bottom: 2em;
	}
		#productTeaser div.productDetail > ul > li > ul {
			list-style: circle outside !important;
			margin-top: 0.5em;
			margin-left: 2em;
		}
		
#pageFoot {
	width: 100%;
	height: auto;
}
	#pageFoot ul {
	}
		#pageFoot ul li {
			display: inline-block;
			width: 42%;
			margin-right: 5%;
			vertical-align: top;
		}