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

html {}
body {padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: #F6F6F5; color: #444444; line-height: 20px;}


/* All */

#page {background: #FFFFFF; border-bottom: 2px solid #E9E9E9; border-left: 2px solid #E9E9E9; border-right: 2px solid #E9E9E9; margin: 0 auto; width: 992px;}
#container {padding: 0 20px 0 20px; margin: 0;}


/* Header */

#header {border-bottom: 1px solid #FFFFFF; height: 111px; z-index: 10;}
div.bar {background-color: #FFF700; height: 20px;}
div.logo {padding: 0 0 0 18px; margin: 0;}


/* World Map */

div.world {float: left; width: 679px; height: 394px;}


/* Content */

div.content {float: right; background: #f1f1f1; width: 232px; height: 354px; padding: 20px; margin: 0 0 0 1px;}


/* Product Images */

div.product-images {background: #d8e6e0; height: 111px; padding: 20px; width: 912px; margin: 1px 0 25px 0;}


/* Footer */

#footer {text-align: center; font-size: 10px; padding: 0 0 5px 0; margin: 0;}


/* Links */

a:link, a:visited {font-size: 12px; color: #006950; text-decoration: none;}
a:hover {font-size: 12px; color: #006950; text-decoration: underline;}


/* Text */

h1, h2 {font-size: 12px; font-weight: bold; padding: 0 0 15px 0; margin: 0; line-height: 14px;}


/* Other */

p {padding: 0; margin: 0 0 15px 0;}
img {}


.selector {
	height: 60px;
}

.cookie {
	padding: 16px 0 0 16px;
	font-size: 10px;
}

span.smaller {
	font-size: 0.8em;
}

/* Dropdownlist Selector */

.menuTitel  {
	background: url("img/dropdown-style.png") no-repeat;
	height: 17px;
	padding: 3px 0 0 5px;
	width: 195px;
}

.listContainer ul {
	position:absolute;
	z-index:2;
}

.dropdown {
	background-color: #FFFFFF;
	border: 1px solid #808080;
	display: none;
	height: 255px;
	margin: 0;
	overflow: auto;
	padding: 0 0 5px 5px;
	width: 193px;
}

