body {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
	background-image: url(/1image/splash_background.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: arial, verdana;
	font-size: 12px;
	color: #444444;
}

body.lampbody {
	background-image: url(/1image/splash_background_big_grey.png);
}

.main {
	width: 1000px;
	margin: 0 auto;
}

.logo {
	float: right;
	margin: 32px 32px 0 0px;
}

.navigation {
	float: left;
	margin: 32px 0 0 32px;
}

.navigation a, .navigation a:visited {
	display: block;
	color: #868686;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 5px;
}

.navigation a.active, .navigation a:hover {
	font-weight: bold;
}

.level2, .level3, .level4 {
	padding-left: 10px;
}

.language {
	padding-top: 20px;
	font-size: 12px;
}

.slideshow {
	position: absolute;
	width: 1000px;
	overflow: hidden;
}

.content {
	position: absolute;
	width: 1000px;
}

.middle {
	position: absolute;
	top: 427px;
	left: 0;
	width: 1000px;
}

.mainarticle a, .mainarticle a:visited, .newsitem a, .newsitem a:visited {
	color: #d2001d;
	text-decoration: none;
}

.mainarticle a:hover, .newsitem a:hover {
	text-decoration: underline;
}

.mainarticle {
	width: 335px;
	padding-right: 10px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 15px;
	float: left;
}

.subpage .mainarticle {
	width: 550px;
}

.mainarticle h1 {
	color: #464646;
	font-weight: normal;
	font-size: 36px;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 42px;
}

.news {
	float: right;
	width: 564px;
	padding-right: 30px;
}

.subpage .news {
	width: 320px;
}

.newsmenu {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background-image: url(/1image/newsmenubg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 30px;
}

.subpage .newsmenu {
	width: 295px;
}


.newsmenu a, .newsmenu a:visited {
	color: #585858;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 27px;
	border-right: 1px solid #d6d6d6;
	font-weight: normal;
	font-size: 13px;
}

.newsmenu #newsletter {
	padding-left: 20px;
	border: none;
}

.newsmenu #newsletter.single, .newsmenu .single {
	padding-left: 10px;
	border: none
}

.newsmenu a.active, .newsmenu a:hover {
	font-weight: bold;
}

#newsletterForm {
	display: none;
	width: 310px;
	padding-left: 40px;
	padding-top: 15px;
	float: left;
}

#newsletterForm.active {
	display: block;
}

.subpage #newsletterForm {
	width: 275px;
}

.newspage #newsletterForm {
	display: block;
}

.newslettertext {
	width: 100%;
}

.newsletterfield {
	padding-top: 20px;
	float: left;
	color: #696969;
	text-transform: uppercase;	
}

.newsletterfieldlast {
	float: right;
}

.newsletterfield span.star {
	display: block;
	float: left;
	background-image: url(/1image/newsletterstar.png);
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 15px;
	padding: 0 15px 3px 0;
}

.newsletterfield input {
	float: left;
	clear: left;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	width: 136px;
	border: 1px solid #cbcbcb;
	background-color: #ffffff;
	color: #1f1f1f;
	font-size: 11px;
}

.subpage .newsletterfield input {
	width: 120px;
}

.newslettergroups {
	float: left;
	clear: both;
	padding-top: 15px;
}
.newslettercheckbox {
	vertical-align: middle;
}

.newsletterbottom {
	padding-top: 15px;
	float: left;
	clear: both;
	vertical-align: top;
	width: 100%;
}

.newsletteroptions {
	float: left;
}

.newsletterradio {
	vertical-align: middle;
}

.newsletterbutton, .newsletterbutton:visited {
	height: 22px;
	float: right;
	color: #777777;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
}

.newsletterbutton .left {
	height: 22px;
	width: 5px;
	background-image: url(/1image/button_left_normal.png);
	background-repeat: no-repeat;
	float: left;
}

.newsletterbutton:hover {
	color: #ffffff;
}

.newsletterbutton:hover .left {
	background-image: url(/1image/button_left_hover.png);
}

.newsletterbutton .center {
	height: 22px;
	padding: 0 5px;
	background-image: url(/1image/button_middle_normal.png);
	background-repeat: repeat-x;
	float: left;
}

.newsletterbutton:hover .center {
	background-image: url(/1image/button_middle_hover.png);
}

.newsletterbutton .right {
	height: 22px;
	width: 5px;
	background-image: url(/1image/button_right_normal.png);
	background-repeat: no-repeat;
	float: left;
}

.newsletterbutton:hover .right {
	background-image: url(/1image/button_right_hover.png);
}

.newslettererror {
	color:	#ffffff;
	width:	100%;
	background-color: #429237;
	font-size: 12px;
	line-height:	14px;
	padding: 15px 12px;
}

.feedback {
	background-image:	url(/1image/alertarrow.gif);
	background-repeat:	no-repeat;
	background-position: 10px bottom;
	width:	287px;
	margin-top: 10px;
	margin-bottom: 6px;
	display: none;
}

.subpage .feedback {
	width: 251px;
}

.newsitem {
	float: left;
	width: 241px;
	font-size: 12px;
	line-height: 15px;
	padding: 15px 0 0 40px;
}

.subpage .newsitem {
	width: 275px;
}

.newspage .newsitem {
	display: none;
}

.newsitem h2 {
	color: #464646;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 22px;
}

.footer {
	clear: both;
	color: #8d8d8d;
	padding: 90px 30px 30px 30px;
	text-transform: uppercase;
	font-size: 11px;
}

.lampbody .footer {
	padding-top: 560px;
}

.lamp {
	position: absolute;
	margin-left: 260px;
	margin-top: -430px;
	width: 480px;
	height: 430px;
}

.wire {
	position: absolute;
	width: 480px;
	height: 132px;
	background-position: top center;
	background-repeat: no-repeat;
}

.combo {
	position: absolute;
	margin-top: 128px;
	width: 480px;
	height: 270px;
	background-position: top center;
	background-repeat: no-repeat;
}

.mixbutton, .mixbutton:visited, .printbutton, .printbutton:visited {
	display: block;
	position: absolute;
	margin-left: 422px;
	margin-top: -60px;
	width: 155px;
	height: 60px;
	background-image: url(/1image/tip_en_ven/mix_button_normal.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #afafaf;
	font-size: 26px;
	line-height: 60px;
	outline: none;
}

.printbutton, .printbutton:visited {
	position: relative;
	margin: 0 5px 0 0;
	float: right;
	color: #d50f2a;
}

.printbutton:hover {
	background-image: url(/1image/print_button_hover.png);
	color: #ffffff;
}

.mixbutton:hover {
	color: #d50f2a;
	background-image: url(/1image/tip_en_ven/mix_button_hover.png);
}

.mixinfo {
	position: absolute;
	background-image: url(/1image/tip_en_ven/tuborg_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 130px;
	width: 260px;
	margin-left: 745px;
	margin-top: -130px;
}

.mixinfo .circleinfo {
	padding-left: 65px;
	padding-top: 40px;
	font-size: 18px;
	line-height: 20px;
	color: #979797;
}

.chooseinfo {
	position: absolute;
	background-image: url(/1image/tip_en_ven/tuborg_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 130px;
	width: 260px;
	margin-left: 745px;
	margin-top: -130px;
	color: #979797;
	font-size: 12px;
}

.printpopup .chooseinfo {
	position: relative;
	float: left;
	margin: 0;
	width: 210px;
	margin-top: 80px;
	margin-bottom: 50px;
}

.printtipcontrol {
	position: absolute;
	margin-left: 810px;
	margin-top: -200px;
	width: 260px;
	
}

.tipprintbutton, .tipprintbutton:visited {
	height: 22px;
	float: left;
	margin-right: 20px;
	color: #777777;
	line-height: 22px;
	text-decoration: none;
}

.tipprintbutton .left {
	height: 22px;
	width: 5px;
	background-image: url(/1image/button_left_normal.png);
	background-repeat: no-repeat;
	float: left;
}

.tipprintbutton:hover {
	color: #ffffff;
}

.tipprintbutton:hover .left {
	background-image: url(/1image/button_left_hover.png);
}

.tipprintbutton .center {
	padding: 0 5px;
	height: 22px;
	background-image: url(/1image/button_middle_normal.png);
	background-repeat: repeat-x;
	float: left;
}

.tipprintbutton:hover .center {
	background-image: url(/1image/button_middle_hover.png);
}

.tipprintbutton .right {
	height: 22px;
	width: 5px;
	background-image: url(/1image/button_right_normal.png);
	background-repeat: no-repeat;
	float: left;
}

.tipprintbutton:hover .right {
	background-image: url(/1image/button_right_hover.png);
}

.chooseinfo div {
	padding-left: 65px;
}

.chooseinfo .infoheadline {
	padding-top: 20px;
	padding-bottom: 7px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}

.chooseinfo .selectinfo {
	padding-bottom: 3px;
}

.selectinfo span {
	color: #d2001d;
}

.mixcircle {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	outline: none;
}

.mixcircle span {
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
}

.circlebig {
	background-image: url(/1image/circle_big.gif);
}

.circlemedium {
	background-image: url(/1image/circle_medium.gif);
}

.circlesmall {
	background-image: url(/1image/circle_small.gif);
}

#changewire {
	margin-left: 199px;
	margin-top: 20px;
}

#changetype {
	margin-left: 265px;
	margin-top: 95px;
}

#changebig {
	margin-left: 370px;
	margin-top: 357px;
}

#changesmall {
	margin-left: 115px;
	margin-top: 220px;
}

.mixpopup {
	display: none;
	position: absolute;
	width: 590px;
}


.closepopup, .closepopup:visited {
	position: absolute;
	display: block;
	left: 0;
	margin-left: 550px;
	margin-top: 18px;
	width: 22px;
	height: 22px;
	background-image: url(/1image/tip_en_ven/close_normal.png);
	background-repeat: no-repeat;
}

.printpopup .closepopup, .printpopup .closepopup:visited {
	margin-left: 675px;
}

.closepopup:hover {
	background-image: url(/1image/tip_en_ven/close_hover.png);
}

.smallpopup {
	margin-left: 200px;
	margin-top: 300px;
}

.wirepopup {
	margin-left: 200px;
	margin-top: 100px;
}

.bigpopup {
	margin-left: 300px;
	margin-top: 420px;
}

.typepopup {
	margin-left: 250px;
	margin-top: 180px;
}

.tippopup {
	margin-left: 205px;
	margin-top: 200px;
}

.printwrapper {
	position: relative;
	margin: 0 auto;
	width: 715px;
}
.printpopup {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	width: 715px;
}

.mixpopup .top {
	width: 590px;
	height: 30px;
	background-image: url(/1image/white_bg_top.png);
	float: left;
}

.printpopup .top {
	width: 715px;
	height: 30px;
	background-image: url(/1image/white_bg_top_big.png);
}

.mixpopup .popupcontent {
	float: left;
	clear: left;
	width: 590px;
	padding-bottom: 20px;
	background-image: url(/1image/white_bg_middle.png);
	background-repeat: repeat-y;
}

.printpopup .popupcontent {
	width: 715px;
	padding-bottom: 20px;
	background-image: url(/1image/white_bg_middle_big.png);
}

.popupcontent .popupinner {
	position: relative;
	top: 20px;
	width: 550px;
	background-image: url(/1image/lines.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 10px 0 10px;
	padding: 10px;
}

.printpopup .popupcontent .popupinner {
	background-image: url(/1image/lines_print.png);
	background-repeat: repeat-y;
	width: 654px;
	padding: 10px 20px;
}

.popupcontent h3 {
	position: absolute;
	left: 0;
	height: 45px;
	line-height: 45px;
	margin: -22px 0 0 20px;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}

.printpopup h3 {
	margin: -22px 0 0 30px;
}

.printretailers {
	clear: both;
	width: 530px;
	overflow: hidden;
	padding-top: 20px;
	font-size: 13px;
}

.printretailers h3 {
	position: relative;
	margin: 0;
	padding: 0;
}

.printretailers a, .printretailers a:visited, .printpopup .title a, .printpopup .title a:visited {
	text-decoration: underline;
	color: #444444;
}

.printretailers a:hover, .printpopup .title a:hover {
	text-decoration: none;
}

.popupcontent span.title {
	display: block;
	clear: left;
	float: none;
	width: 165px;
}

.popupcontent .popupchooser {
	width: 362px;
	float: right;
	padding-right: 40px;
}

.typewrap {
	clear: both;
}

.popupchooser a, .popupchooser a:visited {
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 42px;
	outline: none;
	text-decoration: none;
	color: #737373;
	text-align: center;
}

.typepopup .popupchooser a, .typepopup .popupchooser a:visited, .bigpopup .popupchooser a, .bigpopup .popupchooser a:visited {
	width: 65px;
}

.popupchooser a img {
	display: block;
	padding-bottom: 7px;
	margin: 0 auto;
}

.mixpopup .bottom {
	float: left;
	clear: left;
	width: 590px;
	height: 14px;
	background-image: url(/1image/white_bg_buttom.png);
}

.printpopup .bottom {
	width: 715px;
	height: 17px;
	background-image: url(/1image/white_bg_buttom_big.png);
}

.printpopup .popupcontent .title {
	width: 455px;
	font-size: 13px;
}

.printpopup .lampprint {
	float: left;
	position: relative;
	padding-top: 20px;
	width: 440px;
	height: 340px;
	text-align: center;
}

.printwire {
	position: absolute;
	width: 440px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	left: 0;
	top: 0;
}

.printcombo {
	position: absolute;
	width: 440px;
	margin-top: 40px;
	overflow: hidden;
	text-align: center;
	left: 0;
	top: 0;
}

.tippopup .popupcontent span.title {
	width: 500px;
}

span.titleerror {
	clear: left;
	padding-top: 10px;
	width: 500px;
	color: #d2001d;
	display: none;
}

span.titlethankyou {
	display: none;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

.tippopup .popupcontent .tipfield {
	clear: left;
	width: 240px;
}
.tippopup .tipfield span.star {
	width: auto;
}

.tippopup .tipfield input {
	width: 235px;
}

.tippopup .popupcontent .tiptextarea {
	font-family: arial, verdana;
	font-size: 12px;
	color: #444444;
	clear: left;
	float: right;
	width: 258px;
}

.tiptextarea textarea {
	float: left;
	clear: left;
	height: 82px;
	padding-top: 4px;
	padding-left: 5px;
	width: 251px;
	border: 1px solid #cbcbcb;
	background-color: #ffffff;
	color: #1f1f1f;
	font-size: 11px;
}

.tipbuttonwrapper {
	float: left;
	clear: both;
	width: 100%;
	margin: 12px 0 -2px 0;
}

#tipok {
	float: right;
	margin: 0;
}

#tipform {
	margin: 0;
	padding: 0;
}

.popuplayer {
	background-color: #000000;
	position: fixed;
	width: 100%;
	height: 1px;
	left: 0;
	top: -20px;
}

