
@import url(reset.css);
@import url(headlines.css);
@import url(buttons.css.aspx);
@import url(forms.css);
/* kju.at */

body {
	background:#000;
	color:#F7F7F7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
}
a {
	color:#F7F7F7;
}
a:hover {
}

#wrapper {
	position:relative;
	top:0;
	left:0;
	width:1280px;
	margin:auto;
	background:url(/images/bg_content.jpg) repeat-y center top;
}

img.left {
	float:left;
	margin:0 10px 10px 0;
}
img.right {
	float:right;
	margin:0  0 10px 10px;
}

/* HEADER
----------------------------------------------------------------*/
#header {
	position:absolute;
	left:150px;
	top:20px;
	width:1280px;
}
#header h1 {
	position:absolute;
	top:0;
	left:0;
	width:342px;
	height:105px;
	background:url(/images/logo_trident.png) no-repeat;
}
#header a.btn_productdetails {
	position:absolute;
	left:353px;
	top:269px;
	width:188px;
	height:66px;
	background-image:url(/images/buttons/de/btn_details_ribbon.png);
}
#dummy_btn a {
	display:block;
	width:188px;
	height:66px;
	background-image:url(/images/transparent.gif);
}
#header #servicelinks {
	position:absolute;
	top:10px;
	right:170px;
	font-size:smaller;
	line-height:14px;
}

/* NAV
----------------------------------------------------------------*/
#flash_nav {
	position:absolute;
	left:384px;
	top:-77px;
}
#footer ul.servicelinks {
	width:130px;
	/*padding-right:50px;*/
}
ul.servicelinks li {
	float:left;
	padding-right:1ex;
	border-right:1px solid #074F67;
	margin-right:1ex;
}
ul.servicelinks li.last {
	padding-right:0;
	border-right:0 none;
	margin-right:0;
}

/* SUBNAV
----------------------------------------------------------------*/
#subnav {
	float:right;
	width:271px;
	margin-top:0;
	background:url(/images/bg_subnav_bottom.png) no-repeat center bottom;
}
#content #subnav h2 {
	height:29px;
	padding:6px 25px 10px;
	margin:-15px 0 0 0;
	overflow:hidden;
	background:url(/images/bg_subnav_top.png) no-repeat center top;
	color:#00CCFF;
	font-size:17px;
	line-height:29px;
	text-transform:uppercase;
}
#content #subnav ul {
	padding-bottom:10px;
	background:url(/images/bg_subnav_top.png) no-repeat center -45px;
	font-size:1.1em;
	line-height:115%;
}
#subnav ul li {
}
#subnav ul li a {
	display:block;
	padding:6px 25px;
	text-decoration:none;
}
#subnav ul li a:hover {
	text-decoration:underline;
}
#subnav ul li.selected a {
	color:#00CCFF;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	min-height:455px;
	padding:310px 170px 0;
	background:url(/images/bg_content_subpages.png) no-repeat center top;
}
#content #primary {
	float:left;
	width:650px;
	padding-top:30px;
}
#content.products #primary, #content.tv #primary {
	width:auto;
	padding-top:0;
}
#content.productpresentation, #content.contest, #content.products, #content.tv {
	min-height:345px;
	padding-top:420px;
	background:url(/images/bg_content_bluedreammint_de.png) no-repeat center top;
}
#content.productpresentation #primary {
	float:left;
	width:410px;
	padding:0 10px;
}
#content.productpresentation #secondary {
	float:right;
	width:410px;
	padding:0 10px;
	margin:50px 50px 0 0;
}
#content.contest #primary {
	float:left;
	width:430px;
	padding:0 10px;
}
#content.contest #secondary {
	float:right;
	width:412px;
	padding:0 10px;
	margin-top:110px;
}
#content h2 {
	margin-bottom:15px;
	color:#00CCFF;
	font-size:30px;
	line-height:105%;
}
#content h3 {
	margin-bottom:13px;
	font-size:19px;
	color:#FFF;
	font-weight:bold;
	line-height:105%;
}
#content.productpresentation h3, #content.products h3, #content.tv h3 {
	height:23px;
	padding:4px 10px 0;
	margin-bottom:13px;
	overflow:hidden;
	font-size:16px;
	color:#00CCFF;
	font-weight:bold;
}
#content.productpresentation #primary h3, #content.products #primary h3, #content.tv #primary h3 {
	background:url(/images/headlines/bg_h3_410px.gif) no-repeat;
}
#content.productpresentation #secondary h3 {
	background:url(/images/headlines/bg_h3_410px.gif) no-repeat;
}
#content.productpresentation h3, #content.productpresentation .roundedbox {
	margin-right:-10px;
	margin-left:-10px;
}
#content .new {
	position:relative;
    left:0;
    top:0;
}
#content .new .badge_new {
	position:absolute;
    right:5px;
    top:-6px;
	width:70px;
    height:30px;
    background:url(/images/icons/ico_new.png);
}

#content h4 {
	font-size:15px;
	margin-bottom:13px;
	color:#00CCFF;
}
#content p {
	margin-bottom:13px;
}
#content strong {
	font-weight:bold;
}

/* FEATUREBOX
----------------------------------------------------------------*/
#featurebox {
	float:right;
	width:271px;
	margin-top:20px;
	background:url(/images/bg_featurebox_bottom.png) no-repeat center bottom;
}
#featurebox ul {
	min-height:210px;
	padding-top:10px;
	margin-top:-10px;
	background:url(/images/bg_featurebox_top.png) no-repeat center top;
	font-size:1.1em;
	line-height:115%;
}
#featurebox ul li {
	position:relative;
	left:0;
	top:0;
	clear:right;
    min-height:80px;
	margin-bottom:10px;
	background:url(/images/separator_featurebox.png) no-repeat 25px bottom;
	font-size:12px;
}
#featurebox ul li:last-child, #featurebox ul li.last {
	background:none;
	margin-bottom:0;
}
#featurebox ul li strong {
	font-weight:bold;
	font-size:15px;
	line-height:125%;
}
#featurebox ul li a {
	display:block;
	padding:10px 110px 25px 30px;
	text-decoration:none;
}
#featurebox ul li img {
	position:absolute;
	left:150px;
	top:3px;
}

/* ROUNDEDBOX
----------------------------------------------------------------*/
#content .roundedbox {
	margin-bottom:10px;
}
#content .roundedbox .rb_lt {
	height:9px;
	background:url(/images/roundedbox/bg_lt.png) no-repeat left top;
}
#content .roundedbox .rb_rt {
	height:9px;
	margin-left:9px;
	background:url(/images/roundedbox/bg_rt.png) no-repeat right top;
}
#content .roundedbox .rb_content {
	padding:1px 10px;
	background:url(/images/roundedbox/bg_content.png) center center;
}
#content .roundedbox .rb_content p:last-child {
	margin-bottom:0;
}
#content .roundedbox .rb_lb {
	height:9px;
	background:url(/images/roundedbox/bg_lb.png) no-repeat left top;
}
#content .roundedbox .rb_rb {
	height:9px;
	margin-left:9px;
	background:url(/images/roundedbox/bg_rb.png) no-repeat right top;
}

/* FOOTER
----------------------------------------------------------------*/
#footer {
	position:relative;
	left:0;
	top:0;
	height:140px;
	padding:150px 170px 0;
	background:url(/images/bg_footer.jpg) no-repeat center top;
	font-size:11px;
	line-height:125%;
}
#footer img {
	position:absolute;
	left:925px;
	top:30px;
}
#footer .column {
	float:left;
	width:170px;
	min-height:70px;
	padding-right:20px;
	border-right:1px solid #F7F7F7;
	margin-right:20px;
}
#footer .last {
	padding-right:0;
	border-right:0 none;
	margin-right:0;
}

/* LISTS
----------------------------------------------------------------*/
#content dl {
	margin-bottom:10px;
}
#content dl.table_style dt {
	clear:left;
	float:left;
	font-style:italic;
}
#content dl.table_style dd {
	margin-left:80px;
}

ul.simple {
	padding-left:20px;
	margin-bottom:10px;
	list-style-type:square;
}
ul.simple ul.simple {
	list-style-type:circle;
}

/* LINKS
----------------------------------------------------------------*/
a.link_arrow {
	padding-left:7px;
	background:url(/images/icons/ico_arrow.gif) no-repeat left center;
}
a.link_back {
	padding-left:14px;
	background:url(/images/icons/ico_back.gif) no-repeat left center;
}
a.link_next {
	padding-right:14px;
	background:url(/images/icons/ico_next.gif) no-repeat right center;
}
a.link_top {
	padding-left:7px;
	background:url(/images/icons/ico_top.gif) no-repeat left center;
}

/*
a[href^="mailto:"] {
	padding-left:17px;
	background:url(/images/icons/ico_mail.gif) no-repeat left center;
}
a[href^="http:"] {
	padding-left:12px;
	background:url(/images/icons/ico_external.gif) no-repeat left center;
}
*/
a.link_pagingprev {
	padding-left:14px;
	background:url(/images/icons/ico_back.gif) no-repeat left center;
}
a.link_pagingnext {
	padding-right:14px;
	background:url(/images/icons/ico_next.gif) no-repeat right center;
}

/* IMGTXT COMBOS
----------------------------------------------------------------*/
.imgtxt_combo img, .imgtxt_combo .img {
	float:left;
	margin-right:10px;
}
.imgtxt_combo .txt {
	margin-left:195px;
}
.imgtxt_combo .txt img {
	float:none;
	margin-right:0;
}

/* SERVICE CLASSES
-------------------------------------------------------------- */
.offscreen {
	position:absolute;
	top:-9999px;
	left:0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix_left:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_left {height: 1%;}
*+html .clearfix_left {height: 1%;}
/* End hide from IE-mac */

.clearfix_right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix_right {height: 1%;}
*+html .clearfix_right {height: 1%;}
/* End hide from IE-mac */

.subnote, .footnote {
	font-size:smaller;
	line-height:1.1em;
}

/* HOME
----------------------------------------------------------------*/
#flash_packageanimation {
	display:none;
	position:absolute;
    left:529px;
    top:-45px;
    z-index:1;
    width:667px;
    height:832px;
    background:transparent url(/images/home/img_packshot_open.png);
}
#dummy_packageanimation {
	position:absolute;
    left:660px;
    top:248px;
	z-index:2;
    width:389px;
    height:244px;
}
#dummy_btn {
	position:absolute;
    left:497px;
    top:293px;
	z-index:3;
    width:188px;
    height:66px;
}

/* LIST PRIZES
----------------------------------------------------------------*/
ul.list_prizes {
	padding:0 0 0 10px;
	margin-right:-10px;
}
ul.list_prizes li {
	float:left;
	width:113px;
	margin-right:10px;
	font-size:12px;
	line-height:130%;
}
ul.list_prizes li em {
	font-size:13px;
}
ul.list_prizes li img {
	margin-bottom:5px;
}
#content.contest ul.list_prizes {
	padding:0;	
}
#content.contest #primary ul.list_prizes li {
	width:120px;	
	font-size:30px;	
}
#content.contest #primary ul.list_prizes li em {
	font-size:30px;	
    font-weight:bold;
}
#content.contest ul.list_prizes input {
	margin-left:30px;
	vertical-align:middle;
}

/* PRODUCTS
----------------------------------------------------------------*/
ul.list_products {
	margin-right:-10px;
}
ul.list_products li {
	position:relative;
    left:0;
    top:0;
	float:left;
	width:306px;
	margin-right:10px;
}
ul.list_products li em {
	position:absolute;
    left:170px;
    top:25px;
	display:block;
    width:130px;
	color:#00CCFF;
	font-size:15px;
	font-style:normal;
}

ul.list_moreproducts {
	margin-right:-10px;
}
ul.list_moreproducts li {
	float:left;
	width:180px;
	margin-right:10px;
}
ul.list_moreproducts li em {
	display:block;
	color:#00CCFF;
	font-size:13px;
	font-style:normal;
}

/* THEME WATERMELON
----------------------------------------------------------------*/
#wrapper {
	background-image:url(/images/theme_watermelon/bg_content.jpg);
}
#content {
	background-image:url(/images/theme_watermelon/bg_content_subpages.png);
}
#content.productpresentation, #content.contest, #content.products, #content.tv {
	padding-top:485px;
	background-image:url(/images/theme_watermelon/bg_content_de.jpg);
}
#content.contest, #content.tv {
	background-image:url(/images/theme_watermelon/bg_content_tv_de.jpg);
}
#content h2, #content h4, #subnav ul li.selected a {
	color:#FFFD34;
}
#footer {
	background-image:url(/images/theme_watermelon/bg_footer.jpg);
}
#header a.btn_productdetails {
	left:363px;
	background-image:url(/images/theme_watermelon/buttons/de/btn_details_ribbon.png);
}

#subnav {
	background-image:url(/images/theme_watermelon/bg_subnav_bottom.png);
}
#content #subnav h2 {
	color:#FFFD34;
	background-image:url(/images/theme_watermelon/bg_subnav_top.png);
}
#content #subnav ul {
	background-image:url(/images/theme_watermelon/bg_subnav_top.png);
}

#featurebox {
	background-image:url(/images/theme_watermelon/bg_featurebox_bottom.png);
}
#featurebox ul {
	margin-top:-12px;
	background-image:url(/images/theme_watermelon/bg_featurebox_top.png);
}
#featurebox ul li {
	background-image:url(/images/theme_watermelon/separator_featurebox.png);
}

#flash_packageanimation {
    background-image:url(/images/theme_watermelon/home/img_packshot_open.png);
}

#content .contentbox {
	margin-bottom:20px;
}
#content .contentbox .contentbox_content {
	padding:15px 15px 0;
    background:url(/images/theme_watermelon/bg_contentbox_full.gif) no-repeat center 0;
    margin-bottom:13px;
}
#content .half .contentbox_content {
	background-image:url(/images/theme_watermelon/bg_contentbox_half.gif);
}
#content .contentbox h3 {
	margin:0 0 -1px;
}
#content .contentbox .contentbox_bottom {
	height:10px;
    background:url(/images/theme_watermelon/bg_contentbox_full.gif) no-repeat center bottom;
    margin-top:-13px;
}
#content .half .contentbox_bottom {
	background-image:url(/images/theme_watermelon/bg_contentbox_half.gif);
}

.list_products .separator {
	padding-right:10px;
    background:url(/images/theme_watermelon/separator_contentbox_v.gif) no-repeat right top;
    margin-right:10px;
}
ul.list_products {
	margin:-15px 0 0 0;
}
ul.list_products li {
	padding-bottom:10px;
	width:286px;
}
ul.list_products li em {
	width:115px;
}
ul.list_moreproducts li {
	width:174px;
}

#videoplayer {
	position:relative;
    left:0;
    top:0;
}
#videoplayer #flash_player {
	position:relative;
    left:0;
    top:0;
    z-index:2;
}
#videoplayer .decoration {
	position:absolute;
    right:10px;
    bottom:0;
    z-index:1;
    width:411px;
    height:361px;
    background:url(/images/theme_watermelon/bg_tvcontent.gif) no-repeat;
}

.btn_home_jetztansehen {
    width:391px;
    height:204px;
	background-image:url(/images/theme_watermelon/buttons/de/btn_home_jetztansehen.jpg);
}

/* JQUERY UI OVERRIDES
-------------------------------------------------------- */
.ui-widget-content {
	border-color:#000 !important;
	background:#2B0709 !important;
    color:#FFF !important;
}
.ui-widget-header {
	border-color:#2B0709 !important;
	background:#2B0709 !important;
}
.ui-widget-content a {
	color:#F7F7F7 !important;
}
.ui-widget-content h3 {
	width:318px;
    overflow:hidden;
}
.ui-widget-content h4 {
	font-size:26px;
	margin-bottom:13px;
	color:#FFFD34;
}
.ui-widget-content p {
	margin-bottom:10px;
}

.dialog {
	display:none;
}