

/**
 * Twist and Drink CSS
 * 
 * @author Marcin Gil <mg@ovos.at>, Maciej Holyszko <mh@ovos.at>
 */
 
html
{
	height: 100%;
}
 
body
{
    margin: 0;
    height: 100%;
    background: #fff url(images/sidebg.png) repeat-x left top;
    color: #5f5f5f;
    font: normal 12px Arial, Helvetica, Verdana, sans-serif;
}

td {
	font-size: 12px;
}
 
img
{
    border: 0;
}

a
{
    color: #5f5f5f; 
}

p
{
    margin-top: 0px;
    margin-bottom: 1em;
}

#header
{
    height: 250px;
    width: 100%;
    text-align: center;
}

#bg
{
	width: 100%;
	height: 952px;
    background: url(images/fruitsbg.jpg) no-repeat center top;
}

#content
{
    width: 890px;
    margin: 0 auto;
    padding-top: 17px;
    font-size: 1em;
    position: relative;
}

#content #main
{
    width: 380px;
    float: left;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    line-height: 1.5em;
    margin-bottom: 2em;
    padding-top: 35px;
}

#content #left, #content #left  
{
    width: 200px;
    float: left;
    padding-top: 2.8em;
}

#content #right 
{
    width: 300px;
    float: right;
    margin-bottom: 2em;
    padding-top: 6.8em;
}

#content #main-wide
{
    width: 520px;
    margin-right: 170px;
    float: left;
    display: inline;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    line-height: 1.5em;	
    margin-bottom: 2em;
    padding-top: 35px;
}

#content #main-ultrawide
{
    width: 690px;
    float: left;
    display: inline;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    line-height: 1.5em;	
    margin-bottom: 2em;
    padding-top: 25px;
}

ul#menu
{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 2.5em;
}

ul#menu li
{
    list-style: none;
    background: url(images/menu-item.png) no-repeat 0 0;
    padding: 4px 10px 5px 25px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: Arial, Helvetica, Arial, sans-serif;
}

ul#menu li a
{
    text-decoration: none; 
}

ul#menu li a:hover
{
    color: #000;
}

ul#menu ul {
    padding: 0.4em 0 0;
    margin: 0;
}

h1
{
    text-transform: uppercase; 
    font-weight: bold;
    color: #ffc301;
    font-size: 1.15em;
    margin-top: 0;
    font-family: Arial, Helvetica, Arial, sans-serif;           
}

h2
{
    text-transform: uppercase; 
    font-weight: bold;
    color: #ec1133;
    font-size: 1.1em;
    padding-left: 25px;
    margin-top: 0;
    font-family: Arial, Helvetica,Arial,sans-serif        
}

#footer
{
    width: 100%;
    margin-top: 2em;
    padding-top: 4px;   
    text-transform: uppercase;  
    font-weight: bold;
    font-size: 0.8em;
    padding-bottom: 10px;
}  

#footer hr
{
	border-top: 1px solid #5f5f5f; 
	border-width: 1px 0 0 0;
	height: 1px;
}

#footer a
{
    text-decoration: none; 
}

#footer a:hover
{
    color: #000;
}

#footer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li
{
	float: left;
	padding: 0;
	margin: 0;
}


.clear {
    clear: both;
}

/* infobox */
/* Stary infobox na wszelki wypadek
.infobox {
    background: transparent url(images/infobox.jpg) no-repeat;
    width: 191px;
    height: 125px;
    padding: 30px 55px 25px 55px;
    overflow: hidden;
    margin-bottom: 2em;
    margin-top: -25px;
}
*/

/* infobox */
.infobox {
    background: transparent url(images/infobox.png) no-repeat;
    width: 233px;
    height: 141px;
    padding: 15px 20px 10px 20px;
    overflow: hidden;
    margin-bottom: 2em;
    margin-top: -25px;
}

.infobox h1 {
    font-size: 15px;
    color: #5F5F5F; 
    padding-bottom: 0.25em;
    border-bottom: 1px solid #5F5F5F;
    margin-bottom: 0.8em;
    text-transform: none;
}

.infobox a {
	font-weight: bold;
}

/* images */
ul.thumbs {
    margin: 0px;
    padding: 0 0 0 1em;
    float: left;
    clear: left;
    list-style: none;
}

ul.thumbs li {
    padding: 0 0 0.5em 0;
    margin: 0;
    float: left;
    clear: left;
}

ul.thumbs span {
    display: block;
}

ul.thumbs span.r {
    background: transparent url(images/thumb-r.gif) repeat-y right top;
}

ul.thumbs span.b {
    background: transparent url(images/thumb-b.gif) repeat-x left bottom;
}

ul.thumbs span.tr {
    background: transparent url(images/thumb-tr.gif) no-repeat right top;
}

ul.thumbs span.br {
    background: transparent url(images/thumb-br.gif) no-repeat right bottom;
}

ul.thumbs span.bl {
    background: transparent url(images/thumb-bl.gif) no-repeat left bottom;
    padding: 0 6px 7px 0;
}

ul.thumbs a {
    display: block;
    outline: none;
}

ul.thumbs img {
    background-color: #fff;
    padding: 8px;
    border: 1px solid #ececec;
}

/* small thumbs in contents */
.smallThumbs ul.thumbs {
    padding: 0;
}

.smallThumbs ul.thumbs li {
    clear: none;
    margin: 0 0.5em 0.2em 0;
}

.smallThumbs ul.thumbs span.bl {
    padding: 0 5px 6px 0;
}

.smallThumbs ul.thumbs img {
    padding: 4px;
}

/* big image in chronology */
.bigImage ul.thumbs {
    padding: 0;
}

/* files */
ul.link-list {
    clear: left;
    margin: 0px;
    padding: 0 0 0 1em;
    list-style: none;
}

ul.link-list li {
    padding-left:22px;
    line-height:1.8em;
    margin-bottom: 0.3em;
}

ul.link-list li.fileicon {
    background-repeat: no-repeat;
    background-position: 0 2px;
}

ul.link-list li a {
    text-decoration: none;
}

#main ul.link-list, #main-wide ul.link-list, #main-ultrawide ul.link-list {
    padding-left: 0em;
}

#main ul.link-list li, #main-wide ul.link-list li, #main-ultrawide ul.link-list li {
	margin-bottom: 0;
}

/* forms */
form
{
    margin: 0px;
}

.contactForm input.textfield,
.contactForm textarea,
.contactForm select {
    background: #f9f5de url(images/input-bg.jpg) no-repeat;
    border: 1px solid #c8c7c7;
    color: #5f5f5f;
    padding: 3px 2px 2px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    float: left;
    width: 238px;	
    margin-right: 5px;
}

.contactForm textarea {
    height: 65px;
}

.contactForm select {
    width: 245px;
}

.contactForm select option {
	/*
    background-color: #f9f5de;
    */
}

.contactForm .answers
{
	float: right;
	width: 226px;
}

.contactForm .answers label
{
	float: none;
	display: inline;
	padding: 0;
}

.contactForm label {
    font-weight: bold;
    float: left;
    width: 125px;
    margin-right: 5px;
    padding-top: 4px;
}

.contactForm fieldset {
    padding: 0.5em 0 0;
    margin: 0;
    width: 100%;
    border: none;
    float: left;
    clear: left;
}

.contactForm legend {
    font-weight: bold;	
    margin: 0;
    padding: 0;
}

.contactForm fieldset label {
    font-weight: normal;
}

.contactForm p {
    float: left;
    clear: left;
    width: 100%;
	position: relative;
}

input.submit {
    margin-left: 130px;
}

#contact_captcha_p {
	display: none;
    position: relative;
}

#contact_captcha_p input.textfield {
    width: 203px;
}

#contact_captcha_audio {
    background:url(images/captcha_icons.png) no-repeat left top;
    display:block;
    width:29px;
    height:33px;
    text-indent:30px;
    overflow:hidden;
    white-space:nowrap;
    position: absolute;
    left: 346px;
}

div.captcha {
    clear: left;
    float: left;
    margin: -1em 0 1em 130px;
    display: inline;
    font-size: 1em;
    line-height: 100%;
}

div.captcha pre {
    margin: 0;
}

label.error {
    color: #c00;
    clear: left;
    float: none;
    width: 238px;
    display: block;
    padding-left: 130px;
    font-weight: bold !important;
}

.contactForm input.hasDatepicker {
    width: 217px;
}

.ui-datepicker-trigger {
	position: absolute;
	left: 358px;
	top: 3px;
}

/* help tooltip */
.helpTip {
	position: absolute;
	display: block;
	left: 378px;
	top: 3px;
	background: transparent url(images/info_icon.png) no-repeat center center;
	width: 17px;
	height: 17px;
	cursor: help;
}

.helpTipText {
	position: absolute;
	display: none;
	width: 150px;
	padding: 2px;
	background: #fff;
	border: 2px solid #aaa;
	font-size: 0.9em;
	color: #666;
}

/* FAQ */
#faq dt {
    background: transparent url(images/faq_header_bg.png) repeat-x;
    color: #756f52;
    font-size: 12px;
    font-weight: bold;
}

#faq dt span {
    display: block;
}

#faq dt span.l {
    background: transparent url(images/faq_header_left.png) no-repeat;
}

#faq dt span.r {
    background: transparent url(images/faq_header_right.png) no-repeat right top;
}

#faq dt span.arrow {
    background: transparent url(images/faq_header_arrow.gif) no-repeat right top;
    line-height: 30px;
    cursor: pointer;
    padding: 0px 40px 2px 12px;
}

#faq dd {
    margin: 0;
}

#faq dd div.inner {
    padding: 0.9em 25px 0 14px;
    width: 481px;    
}

#faq.faqContent dd div.inner {
    width: 341px;    
}

/* Multicontents */
.paragraph {
    padding-top: 0.5em;
    /*border-top: 1px solid #5F5F5F*/;
    margin-bottom: 0em;
}

.firstParagraph {
    padding: 0;
    border: none;
}

.multi-column-image {
	width: 100px;
}

.multi-column-text {
	width: 150px;
	padding-right: 10px;
}

/* Chronology */
.chronology {
	margin-bottom: 1.5em;
	line-height: 1em;
	height: 1%;
}

.yearsBox {
	height: 1%;
	width: 520px;
}

.years {
	text-align: center;
}

ul#years
{
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

ul#years li
{
    list-style: none;
	display: inline;
    padding: 0px 2px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
	font-size: 1em;
	color: #5f5f5f;
}

ul#years li.active a {
	color: #FFC301;
}

ul#years li a
{
	color: #5f5f5f;
    text-decoration: none; 
}

ul#years li a:hover
{
    color: #000 !important;
}


/* Map */
#map {
    height: 300px;
    margin-bottom: 2em;
    border: 5px solid #fbd551;
}

/* Logos */

#logos {
    float: right;
    margin: 0;
    list-style: none;
}

#content #logos li {
    float:left;
    padding: 0;    
    margin-left:4px;
}

#logos a {
    display:block;
    width:16px;
    height:16px;
    text-indent:20px;
    white-space:nowrap;
    overflow:hidden;
    background-repeat:no-repeat;
}

#logos .icon_mr_wong_de a:link, #logos .icon_mr_wong_de a:visited { background:url(images/social_bookmark_icons.png) 0 0 }
#logos .icon_mr_wong_de a:hover, #logos .icon_mr_wong_de a:active { background-position: -16px 0 }

#logos .icon_bookmarks_cc a:link, #logos .icon_bookmarks_cc a:visited { background:url(images/social_bookmark_icons.png) 0 -16px }
#logos .icon_bookmarks_cc a:hover, #logos .icon_bookmarks_cc a:active { background-position: -16px -16px }

#logos .icon_favit_de a:link, #logos .icon_favit_de a:visited { background:url(images/social_bookmark_icons.png) 0 -32px }
#logos .icon_favit_de a:hover, #logos .icon_favit_de a:active { background-position: -16px -32px }

#logos .icon_del_icio_us a:link, #logos .icon_del_icio_us a:visited { background:url(images/social_bookmark_icons.png) 0 -48px }
#logos .icon_del_icio_us a:hover, #logos .icon_del_icio_us a:active { background-position: -16px -48px }

#logos .icon_simpy_com a:link, #logos .icon_simpy_com a:visited    { background:url(images/social_bookmark_icons.png) 0 -64px }
#logos .icon_simpy_com a:hover, #logos .icon_simpy_com a:active { background-position: -16px -64px }

#logos .icon_digg_com a:link, #logos .icon_digg_com a:visited { background:url(images/social_bookmark_icons.png) 0 -80px }
#logos .icon_digg_com a:hover, #logos .icon_digg_com a:active { background-position: -16px -80px }

#logos .icon_furl_net a:link, #logos .icon_furl_net a:visited { background:url(images/social_bookmark_icons.png) 0 -96px }
#logos .icon_furl_net a:hover, #logos .icon_furl_net a:active { background-position: -16px -96px }

#logos .icon_spurl_net a:link, #logos .icon_spurl_net a:visited    { background:url(images/social_bookmark_icons.png) 0 -112px }
#logos .icon_spurl_net a:hover, #logos .icon_spurl_net a:active { background-position: -16px -112px }

#logos .icon_google_com a:link,    #logos .icon_google_com a:visited { background:url(images/social_bookmark_icons.png) 0 -128px }
#logos .icon_google_com a:hover, #logos .icon_google_com a:active { background-position: -16px -128px }

#logos .icon_blinklist_com a:link, #logos .icon_blinklist_com a:visited    { background:url(images/social_bookmark_icons.png) 0 -144px }
#logos .icon_blinklist_com a:hover, #logos .icon_blinklist_com a:active { background-position: -16px -144px }

#logos .icon_technorati_com a:link, #logos .icon_technorati_com a:visited { background:url(images/social_bookmark_icons.png) 0 -160px }
#logos .icon_technorati_com a:hover, #logos .icon_technorati_com a:active { background-position: -16px -160px }

.faq
{
 	position: relative;
    background: transparent url(images/duck_faq.png) no-repeat right 40px;
    min-height: 280px;
    height: auto !important;
    height: 280px;
}

#faqBottles
{
	position: absolute;
	right: -120px;
	top: 50px;	
}

#bottles
{
	position: absolute;
	right: 0;
	top: 20px;	
}

.duck
{
    background: transparent url(images/presseduck.png) no-repeat 650px 50px;
    min-height: 280px;
    height: auto !important;
    height: 280px;
}

.duck_press
{
    background: transparent url(images/presseduck.jpg) no-repeat 700px 50px;
    min-height: 265px;
    height: auto !important;
    height: 265px;
}

.duck_contest
{
    background: transparent url(images/duck_contest.gif) no-repeat 10px 55px;
    min-height: 392px;
    height: auto !important;
    height: 392px;
}

.copilot-wide, .copilot
{
    background: transparent url(images/copilot.png) no-repeat 740px 40px;
    min-height: 118px;
    height: auto !important;
    height: 118px;
}

.copilot
{
	background-position: 600px 40px;
}

.pirate
{
    background: transparent url(images/pirateduck.png) no-repeat right 50px;
}

.bottles
{
 	position: relative;
    min-height: 280px;
    height: auto !important;
    height: 280px;
}

.flavours-bg
{
	background-color: white;
}

#flavours-main
{
	margin-bottom: 1em;
}

#flavours-main img
{
	cursor: pointer;
}

#flavours-main .ingredients-header {
	width: 155px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#flavours-main td
{
	vertical-align: bottom;
}

#flavours-main td.bottle
{
	width: 105px;
	text-align: center;
}

#flavours td
{
	width: 95px;
	color: #fff;
	padding: 0px 5px 0px 5px; 
	font-size: 10px;
	line-height: 23px;
}

#flavours td.label
{
	width: 155px;
	color: #5F5F5F;
	padding: 0px 0px 2px 10px;
	font-size: 12px;
	line-height: 21px;
}

#flavours td.red
{
	background: url(images/flavours/red.png) no-repeat center;
	text-align: center;
}

#flavours td.pink
{
	background: url(images/flavours/pink.png) no-repeat center;
	text-align: center;
}

#flavours td.blue
{
	background: url(images/flavours/blue.png) no-repeat center;
	text-align: center;
}

#flavours td.orange
{
	background: url(images/flavours/orange.png) no-repeat center;
	text-align: center;
}

#flavours td.yellow
{
	background: url(images/flavours/yellow.png) no-repeat center;
	text-align: center;
}

#flavours td.green
{
	background: url(images/flavours/green.png) no-repeat center;
	text-align: center;
}

#flavours td.darkgreen
{
	background: url(images/flavours/darkgreen.png) no-repeat center;
	text-align: center;
}

#flavours td.party
{
	background: url(images/flavours/party.png) no-repeat center;
	text-align: center;
}

#flavours td.cola
{
	background: url(images/flavours/cola.png) no-repeat center;
	text-align: center;
}

#flavours td.sport
{
	background: url(images/flavours/sport.png) no-repeat center;
	text-align: center;
}

#flavours td.piraten
{
	background: url(images/flavours/piraten.png) no-repeat center;
	text-align: center;
}

/* do not copy to editor styles */
#flavours-ingredients div {
	display: none;
	width: 380px;
}

#loader
{
	width: 100%;
	height: 100%;
	background-color: #ffaf00;
	position: relative;
}

#loaderImage
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	width: 200px;
	height: 100px;
	background: url(images/ajaxloader.gif) no-repeat center top;
	z-index: 400;
	padding-top: 200px;
	text-align: center;
}

#loaderImage h1
{
	color: white;
}

#loaderImage a
{
	display: block !important;	
}

#flashObject
{
	position: absolute;
	z-index: 600;
}

#flashObject a, #langSelector a
{
	
}

#langMenu
{
	text-align: center;
	padding-top: 100px;
}

#langMenu a
{
	color: #fff;
	margin-right: 5px;
	font-size: 20px;
}

#flashRequired
{
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	position: relative;
	display: none;
}

#flashRequired h1
{
	color: #fff;	
}

/* static html */
body#static {
	background: #ffaf00 url(images/island-static-wide.jpg) no-repeat center center;
	display: table;
	width: 100%;
}

body#static.static-de {
	background-image: url(images/island-static-wide-de.jpg);
}

#static .island {
	width: 100%;
	height: 100%;
	display: table-row;
}

#static .island .wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#static .island .box {
	width: 960px;
	height: 660px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#static .logo {
	float: left;
	width: 140px;
	height: 95px;
	margin-left: 67px;
	display: inline;
	white-space: nowrap;
	text-indent: 150px;
	overflow: hidden;
}

#static .menu {
	float: left;
	width: 700px;
	padding: 27px 15px;
}

#static .menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
		
	float: left;
	display: inline;
	padding: 10px 15px 10px 15px;
}

#static .menu a:hover {
	text-decoration: none;
	color: #fff;
}

#static .blocks {
	position: absolute;
	top: 490px;
	width: 980px;
}

#static .blocks .blockLeft {
	float: left;
	display: inline;
	width: 285px;
	height: 155px;
	margin-left: 178px;
}

#static .blocks .blockCenter {
	float: left;
	display: inline;
	width: 285px;
	height: 155px;
	margin-left: 62px;
}

#static .blocks .blockRight {
	float: left;
	display: inline;
	width: 148px;
	height: 85px;
	margin-left: 15px;
	margin-top: 69px;
	overflow: hidden;
}

#static div {
	/*border: 1px solid red;*/
}

#static .blocks .content {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#static .blocks .image {
	float: left;
	height: 150px;
}

#static .blocks .image img
{
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 15px;
	border: 5px solid white;
}

#static .blocks .more {
	display: block;
	text-decoration: none;
	color: #EB0A8B;
	font-size: 1.4em;
	font-weight: bold;
}

#static .blockLeft .box, #static .blockCenter .box
{
	display: block;
	text-decoration: none;
	color: #EB0A8B;
	font-size: 1.6em;
	font-weight: bold;
	width: 280px;
	height: 150px;
	overflow: hidden;
}

#static .blocks .more:hover {
	text-decoration: none;
	color: #EB0A8B;
}

#static .blocks span.title {
	display: block;
	margin-bottom: 0.4em;
}

#static .blocks span.text {
	font-size: 13px !important;
	color: #fff !important;
	line-height: 1.2em;
}

#static .blockRight .more {
	background: none;
	line-height: 90%;
	padding: 30px 0px 10px 24px;
	font-size: 1.3em;
}

/* static page */
#static #header {
	background: #ffbe01 url(images/header-static-wide.jpg) no-repeat center top;
}

#static.static-de #header {
	background-image: url(images/header-static-wide-de.jpg);
}

#static #header .headerBox {
	width: 890px;
	text-align: left;
	margin: 0 auto;
}

#static #header .logo {
	margin-left: 43px;
	margin-top: 24px;
}

#static #header .menu {
	width: 670px;
	margin-top: 5px;
}

body.static-page {
	background: #fff url(images/sidebg.png) repeat-x left top !important;
}

.ovos
{
	float: right;
}

.contactForm div.agreement
{

}

.contactForm .agreement p
{
	font-size: 10px;
	line-height: 13px;
	float: none;
}

.labelless
{
	height: 1%;
	padding-bottom: 10px;
}

.labelless input
{
	width: auto;
}

.labelless label
{
	cursor: help;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}


.checkbox
{
	float: left;
}
