/* reset values for browser consistency, thanks to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* base */

body {
	font: 62.5% "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	color: #fff;
	text-align: center;
	background: #221f73;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #dbaa4d;
}

a img {
	border: none;
}

p {
	line-height: 150%;
	font-size: 1em;
	color: #fff;
}

h2 {
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	color: #ed1c24;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

/* layout */

.wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#navigation {
	min-height: 63px;
	background: url(../images/design/nav-bg.gif) repeat-x;
}

#navigation-wrapper {
	position: relative;
}

#logo {
	position: absolute;
	width: 154px;
	height: 110px;
	left: 0;
	top: 0;
	background: url(../images/design/diekirch-logo.png) no-repeat 50% 50%;
}

#logo h1 {
	display: none;
}

#brand-navigation {
	position: absolute;
	float: left;
	bottom: -62px;
	left: 175px;
	height: 40px;
	width: 485px;
}

#brand-navigation li {
	float: left;
	margin: 0 2px 0 0;
        cursor: pointer;
}

#brand-navigation a {
	float: left;
	width: 95px;
	height: 40px;
	background: url(../images/design/nav-sprite.png) no-repeat;
}

#brand-navigation #nav-premium:hover {
	background-position: 0 -80px;
}

#brand-navigation #nav-premium.active {
	background-position: 0 -40px;
}

#brand-navigation #nav-grand-cru {
	background-position: -97px 0;
}

#brand-navigation #nav-grand-cru:hover {
	background-position: -97px -80px;
}

#brand-navigation #nav-grand-cru.active {
	background-position: -97px -40px;
}

#brand-navigation #nav-surf {
	background-position: -194px 0;
}

#brand-navigation #nav-surf:hover {
	background-position: -194px -80px;
}

#brand-navigation #nav-surf.active {
	background-position: -194px -40px;
}

#brand-navigation #nav-christmas {
	background-position: -291px 0;
}

#brand-navigation #nav-christmas:hover {
	background-position: -291px -80px;
}

#brand-navigation #nav-christmas.active {
	background-position: -291px -40px;
}

#brand-navigation #nav-music {
	background-position: -388px 0;
}

#brand-navigation #nav-music:hover {
	background-position: -388px -80px;
}

#brand-navigation #nav-music.active {
	background-position: -388px -40px;
}

#brand-navigation span {
	display: none;
}

#sec-navigation {
	position: absolute;
	width: 264px;
	right: 30px;
	bottom: -60px;
}

#sec-navigation li {
	float: left;
	width: 65px;
	font-size: 0.925em;
	font-weight: bold;
	background: url(../images/design/sec-nav.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}

*:first-child+html #sec-navigation {
	bottom: -55px;
}

#sec-navigation .odd {
	width: 145px;
}

#sec-navigation a {
	color: #fff;
	text-decoration: none;
}

#sec-navigation a:hover {
	color: #dbaa4d;
}

#lang-navigation {
        position: absolute;
        right: 40px;
        bottom: -57px;
}

#lang-navigation a {
        display: block;
        background: #961217;
        text-decoration: none;
        padding: 1px;
        width: 14px;
        font-size: 9px;
        text-align: center;
        margin: 0 0 4px;
        -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#lang-navigation .active {
        font-weight: bold;
        background: #ED1C24;
}

#brands {
	display: none;
	position: relative;
	height: 400px;
	overflow: hidden;
}

.brand {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/design/diekirch-brand-bg.png) repeat-x;
}

.brand .wrapper {
	position: relative;
	left: -50px;
}

.brand-visual {
	width: 470px;
	height: 454px;
	float: left;
}

.brand-title, .brand-content {
	float: left;
	width: 450px;
}

.brand-title {
	background: url(../images/design/line.png) repeat-x left bottom;
	padding: 0 0 8px;
	margin: 75px 0 0;
}

.brand-title h2 {
	color: #dbaa4e;
}

.dark {
	background-position: 0 -20px;
}

.brand-title strong {
	display: block;
	font-size: 1.4em;
	text-transform: uppercase;
}

.brand-content p {
	float: left;
	width: 200px;
	margin: 10px 20px 10px 0;
}

.close-brand {
	float: right;
	width: 32px;
	height: 32px;
	background: url(../images/design/close.png) no-repeat;
}

#premium {
	background-position: 0 -1600px;
}

#premium .brand-visual {
	background: url(../images/design/diekirch-premium.png) no-repeat;
}

#grand-cru {
	background-position: 0 -1200px;
}

#grand-cru .brand-visual {
	background: url(../images/design/diekirch-grand-cru.png) no-repeat;
}

#grand-cru .close-brand {
	background-position: 0 -32px;
}

#surf {
	background-position: 0 -800px;
}

#surf .brand-visual {
	background: url(../images/design/diekirch-surf.png) no-repeat;
}

#surf .brand-title h2, #surf p {
	color: #150958;
}

#surf .close-brand {
	background-position: 0 -64px;
}

#christmas {
	background-position: 0 -400px;
}

#christmas .brand-visual {
	background: url(../images/design/diekirch-christmas.png) no-repeat;
}

#christmas .brand-title h2 {
	color: #133F7F;
}

#christmas .close-brand {
	background-position: 0 -96px;
}

#contact .wrapper {
	left: 69px;
}

#contact .brand-title, #contact .brand-content {
	float: none;
	width: 795px;
}

#contact .close-brand {
	background-position: 0 -128px;
}

#contact .brand-content {
	background: url(../images/design/divider.png) repeat-y;
}

#contact p {
	width: 295px;
}

#contact #contact-form {
	float: left;
	width: 460px;
	margin: 20px 0 0 20px;
}

#contact-form li {
    width: 220px;
	margin: 0 0 15px;
}

#contact-form .alt {
	float: right;
}

label.inline {
	display: inline;
	font-size: 0.9em;
}

#submit {
        position: relative;
        top: -30px;
	float: right;
	background: #ED1C24;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	text-shadow: 1px 1px 1px #444;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}

.text-field, textarea {
	width: 97%;
	color: #eee;
	font-size: 1.2em;
        font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	background: #292687;
	border: 1px solid #140F48;
	border-bottom: 0;
	border-right: 0;
	padding: 2px;
	overflow: auto;
}

.errors li {
	color: #c00;
    margin: 0 !important;
}

#contact-confirmation {
	color: #339933;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 20px;
}

#page {
	background: #150958 url(../images/design/page-bg.gif) repeat-x left bottom;
}

#main {
	background: url(../images/design/banner-bg.png) no-repeat 50% 0;
	min-height: 450px;
	padding: 48px 0 0;
}

#main-wrapper {
	width: 820px;
	padding: 0 0 50px;
}

#back-link {
        margin: 0 0 20px;
}

.arrow {
        display: block;
        width: 90px;
        height: 20px;
        line-height: 1.7;
        font-size: 1.1em;
        font-weight: bold;
        text-transform: uppercase;
        overflow: hidden;
        background: url(../images/design/arrow.png) no-repeat 0 0;
        text-decoration: none;
}

.arrow-reverse {
        text-align: right;
        background-position: 0 -50px;
}

.arrow-go span {
        margin-left: 7px;
}

.arrow-reverse span {
        margin-right: 20px;
}

#dk-actions {
	margin: 0 0 20px;
}

.dk-heavy-box {
	position: relative;
	margin: 0 0 30px;
}

.dk-heavy-box.list {
	margin: 0;
}

.dk-heavy-box.left {
	float: left;
        width: 390px;
}

.dk-heavy-box .prev, .dk-heavy-box .next {
	position: absolute;
	top: 50%;
	display: block;
	width: 17px;
	height: 23px;
	cursor: pointer;
}

.dk-heavy-box .prev {
	left: -30px;
	background: url(../images/design/browse-left.png) no-repeat 0 0;
}

.dk-heavy-box .next {
	right: -30px;
	background: url(../images/design/browse-right.png) no-repeat 0 0;
}

.dk-heavy-box .disabled {
	opacity: 0.5;
	cursor: default;
}

.dk-heavy-box-title {
	background: url(../images/design/concerts-title.png) no-repeat 0 0;
	min-height: 44px;
}

.dk-heavy-box-title.straight {
	background-image: url(../images/design/concerts-title-straight.png);
        background-repeat: repeat-x;
}

.left .dk-heavy-box-title {
        background-position: 0 -44px;
}

.dk-heavy-box-title h2 {
	float: left;
	margin: 14px 10px 0 20px;
}

.dk-heavy-box-title .arrow {
        float: right;
        margin: 13px 10px 0;
}

.dk-heavy-box-title .logo {
        position: absolute;
        display: block;
        background-repeat: no-repeat;
        right: 20px;
        z-index: 999;
}

.dk-heavy-box-title .rockhall-big {
        right: 20px;
        top: -5px;
}

.dk-heavy-box-title .entrepot-big {
        right: 20px;
        top: -3px;
}

.dk-heavy-box-title .wex-big {
        right: 20px;
        top: -10px;
}

.dk-heavy-box-title .eldo-big {
        right: 20px;
        top: 7px;
}

.dk-heavy-box-body {
	background: url(../images/design/concerts-bg.png) no-repeat left bottom;
}

.left .dk-heavy-box-body {
        background-image: url(../images/design/concerts-bg-small.png);
}

.dk-scroll {
	position: relative;
	overflow: hidden;
	width: 820px;
	height: 140px;
}

.list .dk-heavy-box-body {
        background-position: left top;
}

.dk-heavy-box-body .items {
	width: 20000em;
	position: absolute;
}

.dk-heavy-box-body .dk-feed-item {
        background: url(../images/design/feed-item-bg.png) repeat-y right top;
        margin: 20px 0 0;
        padding: 0 21px 0 20px;
}

.dk-heavy-box-content {
        padding: 20px;
}

.dk-feed-item {
        position: relative;
	float: left;
	width: 370px;
	margin: 20px 20px 0;
}

.dk-feed-item dt {
	color: #ed1c24;
	font-weight: bold;
	text-transform: uppercase;
}

.dk-feed-item-img {
	float: left;
	margin: 0 20px 0 0;
}

.dk-feed-item-img img {
	border: 3px solid #ed1c24;
}

.dk-feed-item-date {
	color: #ed1c24;
	font-style: italic;
}

.dk-feed-origin {
        position: absolute;
        right: 20px;
        top: -5px;
}

.dk-feed-origin.rockhall {
        
}

.dk-feed-item-more {}

#dk-zap-events {
	float: right;
	margin: 0 20px 0 0;
}

.dk-zap {
	float: left;
	width: 370px;
	margin: 0 0 0 20px;
}

.dk-zap-title {
	background: url(../images/design/line.png) repeat-x left bottom;
	float: left;
	width: 100%;
	padding: 0 0 8px;
}

.dk-zap-title h2 {
	float: left;
}

.dk-zap-title .zap {
	float: left;
	width: 21px;
	height: 20px;
	background: url(../images/design/zap.png) no-repeat;
	margin: -3px 0 0 5px;
}

.dk-zap-body {
	float: left;
	width: 100%;
	margin: 15px 0 20px;
}

#dk-zap-news .dk-zap-body li {
	background: url(../images/design/bullet.gif) no-repeat 0 3px;
	padding: 0 0 0 10px;
	margin: 0 0 2px;
}

#dk-zap-events .dk-feed-item {
	width: 100%;
	margin: 0;
	float: none;
}

#dk-zap-news .dk-zap-body a, #dk-zap-events .dk-feed-item dt, #dk-zap-events
.dk-feed-item-date, #dk-zap-events .dk-feed-item-more, #dk-zap-events p {
	color: #150958;
}

#dk-zap-events .dk-feed-item-img {
	background: url(../images/design/img-bg.png) no-repeat;
}

#dk-zap-events .dk-feed-item-img img {
	border: 0;
	margin: 3px;
}

#footer {
	position: relative;
	min-height: 150px;
	clear:both;
	background: #221f73 url(../images/design/footer-bg.gif) repeat-x;
}

#footer-wrap {
	width: 820px;
}

.fbox-wide {
	float: left;
	width: 340px;
	background: url(../images/design/fbox-wide.png) no-repeat;
	padding: 10px 0 0;
	margin-top: -30px;
}

.fbox-small {
	float: right;
	width: 180px;
	background: url(../images/design/fbox-small.png) no-repeat;
	padding: 10px 0 0;
	margin-top: -15px;
}

.fbox-body a {
	text-decoration: none;
}

.fbox-body li {
	margin: 0 0 3px;
}

.fbox-body h3 {
	margin: 0 0 10px;
}

.fbox-wide ul {
	float: left;
	width: 50%;
}

.fbox-wide .fbox-body {
	background: url(../images/design/fbox-wide-bottom.png) no-repeat left bottom;
	padding: 5px 15px 10px;
}

.fbox-small .fbox-body {
	background: url(../images/design/fbox-small-bottom.png) no-repeat left bottom;
	padding: 5px 15px 10px;
}

.fbox-middle {
	margin: 20px 60px 0 0;
}

#copy-privacy {
	float: left;
	width: 50%;
	margin: 30px 0 10px;
}

#copy-privacy a {
	text-decoration: none;
}

#dk-biere {
	float: right;
	text-align: right;
	width: 50%;
	margin: 30px 0 10px;
}

/* logo */

.rockhall {
	width: 29px;
	height: 24px;
	background-image: url(../images/design/rockhall.png);
}

.rockhall-big {
	width: 65px;
	height: 56px;
	background-image: url(../images/design/rockhall-big.png);
}

.entrepot {
	width: 40px;
	height: 20px;
	background-image: url(../images/design/entrepot-arlon.png);
}

.entrepot-big {
	width: 89px;
	height: 51px;
	background-image: url(../images/design/entrepot-arlon-big.png);
}

.wex-big {
	width: 61px;
	height: 62px;
	background-image: url(../images/design/wex-big.png);
}

.eldo-big {
	width: 69px;
	height: 28px;
	background-image: url(../images/design/eldo-tv-big.png);
}

/* age check */

#agecheck, #agecheck body, #agecheck #page {
        height: 100%;
}

#agecheck body > #page {
        height: auto;
        min-height: 100%;
}

#agecheck #logo {
        left: 50%;
        margin-left: -77px;
}

#agecheck #main {
        background: none;
        min-height: 400px;
}

#agecheck-form {
        width: 538px;
        height: 268px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -134px;
        margin-left: -269px;
        
}

#agecheck-form .inner {
        width: 100%;
        height: 100%;
        background: url(../images/design/agecheckfields.png) no-repeat;
}

#agecheck-form p {
        font-size: 1.5em;
        position: absolute;
        left: 72px;
        background: url(../images/design/bullet-red.gif) no-repeat 0 9px;
        padding: 0 0 0 20px;
}

#agecheck-form .fr {
        top: -60px;
}

.age-field {
        float: left;
        margin: 94px 10px 0 0;
        display: inline;
}

.age-field .text-field {
        font-size: 58px;
        line-height: 1.3;
        background: transparent;
        border: none;
        padding: 4px;
}

#age_msg, .submit {
        margin: 10px 0 0 92px;
}

.lb {
        margin: 10px 0 0 10px;
}

.submit {
        display: inline-block;
        background-color: #000;
        background-color: rgba(0,0,0,0.5);
        -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
        padding: 5px;
}

.ie .submit {
        padding: 0;
        background: none;
}

.ie6 .submit, .ie7 .submit {
    float: left;
    display: inline;
}

#submitage, #submitagelb {
	background: #ED1C24;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	text-shadow: 1px 1px 1px #444;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 10px 5px;
        cursor: pointer;
        font-size: 10px;
}

.ie #submitage, .ie #submitagelb {
        background: url(../images/design/agecheck-submit-fr.png) no-repeat;
        width: 154px;
        height: 48px;
        text-indent: -9999em;
        border: 0;
        font-size: 0;
        display: block;
        line-height: 0
}

.ie #submitagelb {
        background: url(../images/design/agecheck-submit-lu.png) no-repeat;
        width: 175px;
        height: 48px;
        margin-left: 14px;
}

#day, #month {
        width: 79px;
        height: 80px;
}

#day {
        margin: 0 0 0 92px;
}

#year {
        width: 160px;
        height: 80px;
}

#agecheck #footer {
	margin-top: -5em;
	height: 5em;
        min-height: 5em;
	clear:both;
	overflow: hidden;
        text-align: center;
}

#agecheck #dk-biere {
        float: none;
        width: auto;
        text-align: center;
        white-space: nowrap;
        margin: 20px auto 10px;
}

/* self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

*:first-child+html .group {
	min-height: 1px;
}
