/************************************************** SCREEN **************************************************/

html, body {
	overflow: hidden;
}

body, td {
	font-family: Verdana;
	font-size: 12px;
}

body {
	margin: 0px;
}

a {
	text-decoration: none;
	color: #000099;
}

#divPrint {
	display: none;
}

h2 {
	font-size: 16px;
	margin-bottom: 12px;
}


/************************************************** MAIN **************************************************/

#divBG {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}


#divScreen {
	position: absolute;
	left: 50%;
	right: 50%;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
}

#divContent {
	position: absolute;
	top: 50%;
}

#btnWelcome {
	position: absolute;
	top: -250px;
	left: 200px;
	width: 189px;
	height: 155px;
	background-image: url(../images-layout/btn_welcome.png);
}

#btnWelcomeHover {
	opacity: 0;
	filter: alpha(opacity=0);
}

#btnLangNL {
	position: absolute;
	top: -206px;
	left: 457px;
	width: 26px;
	height: 16px;
	background-image: url(../images-layout/flag_nl.gif);
}

#btnLangNLhover {
	opacity: 0;
	filter: alpha(opacity=0);
}

#btnLangUK {
	position: absolute;
	top: -182px;
	left: 466px;
	width: 26px;
	height: 16px;
	background-image: url(../images-layout/flag_uk.gif);
}

#btnLangUKhover {
	opacity: 0;
	filter: alpha(opacity=0);
}

#btnLangDE {
	position: absolute;
	top: -158px;
	left: 474px;
	width: 26px;
	height: 16px;
	background-image: url(../images-layout/flag_de.gif);
}

#btnLangDEhover {
	opacity: 0;
	filter: alpha(opacity=0);
}

#btnProducts {
	position: absolute;
	top: -284px;
	left: 574px;
	width: 125px;
	height: 103px;
	background-image: url(../images-layout/btn_products.png);
}

#btnProductsHover {
	opacity: 0;
	filter: alpha(opacity=0);
}

#btnContact {
	position: absolute;
	top: -223px;
	left: 774px;
	width: 73px;
	height: 113px;
	background-image: url(../images-layout/btn_contact.png);
}

#btnContactHover {
	opacity: 0;
	filter: alpha(opacity=0);
}

.submenu, .submenu_active {
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	padding-right: 20px;
	text-align: right;
}

.submenu {
	background-image: url(../images-layout/submenu.gif);
	color: #9999AA;
}

.submenu_active {
	background-image: url(../images-layout/submenu_a.gif);
	color: #FFFF00;
}

.submenu:hover, .submenu_active {
	background-image: url(../images-layout/submenu_a.gif);
	color: #FFFFFF;
	cursor: pointer;
}

#btnSubmenuBack {
	background-image: url(../images-layout/submenuback.gif);
	padding-right: 24px;
	top: -38px;
	width: 195px;
	font-weight: bold;
	font-style: italic;
	color: #66CC66;
}

#btnSubmenuBack:hover {
	background-image: url(../images-layout/submenuback_a.gif);
	color: #CCFFCC;
}

#btnSubmenu1 {
	top: -18px;
	width: 185px;
}

#btnSubmenu2 {
	top: 2px;
	width: 179px;
}

#btnSubmenu3 {
	top: 22px;
	width: 176px;
}

#btnSubmenu4 {
	top: 42px;
	width: 173px;
}

#btnSubmenu5 {
	top: 62px;
	width: 172px;
}

#btnSubmenu6 {
	top: 82px;
	width: 172px;
}

#btnSubmenu7 {
	top: 102px;
	width: 173px;
}

#btnSubmenu8 {
	top: 122px;
	width: 175px;
}

#btnSubmenu9 {
	top: 142px;
	width: 177px;
}

#btnAdres {
	position: absolute;
	left: 100px;
	bottom: 7px;
	color: #00CCFF;
	font-family: Verdana;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
	text-shadow: #33FFFF 0px 0px 3px;
	filter: glow(color=#005577, strength=4);
}

#btnAdres span {
	font-variant: small-caps;
	font-size: 12px;
}

#btnCertBRC, #btnCertIFS, #btnCertSkal, #btnCertSedex {
	position: absolute;
	left: 900px;
}

#btnCertBRC {
	bottom: 270px;
}

#btnCertIFS {
	bottom: 190px;
}

#btnCertSkal {
	bottom: 110px;
}

#btnCertSedex {
	bottom: 30px;
}

#apple {
	position: absolute;
	left: 788px;
	bottom: 0px;
}

#divTitle {
	position: absolute;
	left: 350px;
	top: -103px;
	width: 300px;
	height: 18px;
	text-align: center;
	background-color: white;
}

h1 {
	position: absolute;
	font-size: 1px;
	margin: 0px;
	color: white;
	top: 18px;
}


#divText {
	position: absolute;
	left: 300px;
	top: -78px;
	width: 400px;
	height: 350px;
	line-height: 16px;
}

#divText i {
	color: #666666;
}
