/*
CSS for claryl
(C) 2009-2010 Arno Richter for ultrabold
*/

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a::-moz-selection {
	background: #333;
	color: #fff;
}

a::selection {
	background: #333;
	color: #fff;
}

html {
	height: 100%;
	margin-bottom: 1px;
	background: #c7c8c2 url(/images/background_stripes_tan_single.png);
}

body {
	font: 62.5% Verdana, Arial, sans-serif;
	height: 100%;
	background: #c7c8c2 url(/images/background_stripes_tan.png) left top repeat-x;
	-webkit-font-smoothing: subpixel-antialiased; /* auto/none/antialiased/subpixel-antialiased */
}

a {
	color: #5fb4d7;
	text-decoration: none;
	border-bottom: dotted 1px #5fb4d7;
	font-weight: bold;
}

a:hover {
	color: #8bd4f2;
	text-decoration: none;
	border: 0;
}

.hidden {
	display: none;
}

#endorsement {
	width: 100%;
	background: #d9d8d9 url(/images/background_stripes_dark.png) 10px 0;
	border-bottom: solid 3px #fff;
	height: 21px;
}

#endorsement div {
	width: 960px;
	margin: 0 auto;
}

#endorsement #dsm-logo {
	display: inline-block;
	/* display: -moz-inline-box; */ /* may be required for FF2 to work but breaks IE6 */
	width: 100px;
	height: 20px;
	background: url(/images/dsm_endorsement.gif) left bottom no-repeat;
	cursor: pointer;
}

#endorsement a {
	border: 0;
	color: #000;
	font-weight: normal;
}

#endorsement .flag-icon {
	background: #333;
	width: 16px;
	height: 11px;
	margin-right: 5px;
	position: relative;
	top: 4px;
	outline: solid 1px #666;
}

#endorsement #language-links {
	display: inline-block;
}

#endorsement #global-links {
	display: inline-block;
	margin-left: 602px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.ie #endorsement .flag-icon {
	position: relative;
	top: -3px;
}


#container {
	position: relative;
	background: #fff url(/images/contentpage_gradient.png) left top repeat-x;
	border: solid 1px #bbb;
	border-top: 0;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
	min-height: 500px;
}

.ie #container {
	min-height: none;
}

#container.site-home { /* sonderfall fuer die homepage */
	position: relative;
	background: #fff url(/images/background_interior_01.jpg) left top no-repeat;
	width: 960px;
	margin: 0 auto;
	border: solid 1px #777;
	border-top: solid 1px #ccc;
	height: 550px; /* watch out IE6 */
	-webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 4px 7px rgba(0,0,0,0.4);
}

#header {
	width: 120px;
	position: absolute;
	top: 0;
	left: 40px;
}

#header #logo {
	background: url(/images/logo.png) left bottom no-repeat;
	height: 60px;
	padding: 50px 0 0 0;
	
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');*/ /* for IE6 */
}

#header #nav {
	/*background: #333;*/
	margin-top: 8px;
}

#header #nav li {
	/*background: #333;*/
	background: #fff;
	background: rgba(255,255,255,0.9);
	margin-top: 4px;
	padding: 3px;
}

#header #nav .active {
	background: #333;
}

#header #nav .active a {
	color: #fff;
}

#header #nav .active-hover {
	background: #333;
}

#header #nav .active-hover a {
	color: #fff;
}

#header #nav li a {
	text-decoration: none;
	color: #333;
	border: 0;
}

#subnav {
	border: solid 0px #f0f;
	margin-bottom: 50px;
}

#subnav li {
	display: inline;
}

#subnav li a {
	color: #000;
	border: 0;
}

/* HOME PAGE */

#container.site-home #claryl-effect {
	/* if IE lt 6 maybe don't do the claryl effect thing? */
	/* display: block; */
	/* background: rgba(255,255,255,0.2); */
	width: 300px;
	height: 124px;
	position: absolute;
	top: 19px;
	left: 236px;
	display: none;
}

#container.site-home #claryl-effect img {
	width: 300px;
	height: 124px;
	padding: 0;
	margin: 0;
	border: 0;
}

#container.site-home #announcement {
	background: #5fb4d7;
	/*background: rgba(95,180,215,0.95);*/
	border-top: solid 3px #fff;
	width: 220px;
	padding: 10px 10px 20px 10px;
	position: absolute;
	top: 70px;
	right: 0;
	text-shadow: 0 1px 1px rgba(255,255,255,0.35);
	-webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.4);
	
}

#container.site-home #announcement h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #068;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container.site-home #teasers {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 240px;
	width: 100%;
	border-top: solid 2px #fafafa;
	border-bottom: solid 2px #ccc;
	background: url(/images/teaser_gradient.png); /* watch out transparent png (IE6!) */
	/*background: rgba(255,255,255,0.95);*/
}

#container.site-home #teasers .teaser {
	width: 220px;
	float: left;
	padding: 0 10px;
	margin-top: 10px;
	height: 220px;
	text-shadow: 0 1px 0 #f4f4f4;
}

#container.site-home #teasers .seperator {
	background: url(/images/teaser_seperator.png) left top no-repeat;
}

#container.site-home #country-direct-select {
	position: relative;
	top: -20px;
}

#container.site-home .contest-image {
	border: 0;
	position: relative;
	top: 2px;
}

#container.site-home .contest-image:hover {
	top: 1px;
}

#container.site-home .contest-image img {
	max-width: 12px;
	max-height: 12px;
	border: solid 1px #999;
	padding: 1px;
	background: #fff;
}

/* FORYOU PAGE */

#content {
	margin-left: 175px;
	width: 760px;
	padding: 10px;
	overflow: auto;
	outline: solid 0px #000;
	/*background: url(/images/teaser_gradient.png);*/ /* watch out transparent png (IE6!) */
	/*background: #fff;
	background: rgba(240,240,240,0.98);*/
}

#content h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	margin-bottom: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
}

#content h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h3 { /* only used for testimonials as of nov 26, 2009 */
	font-weight: bold;
	font-style: italic;
}

#content .color-headline {
	color: #c06;
}

#content .compartment {
	width: 220px;
	outline: solid 0px #000;
	float: left;
	padding: 10px;
	line-height: 1.6;
	font-size: 10px;
	margin-bottom: 1em;
}

#content .compartment.active {
	background: #f4f4f4;
	outline: solid 1px #e3e3e3;
}

#content .compartment.first {
	margin-left: 17px;
	clear: both;
}

#content .compartment.special {
	background: #999 url(/images/corner_gray.gif) left bottom no-repeat;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.35);
}

#content .compartment.special h2 {
	font-style: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

#content .compartment.special a {
	color: #fff;
	border-bottom: solid 1px #fff;
}

#content .vcard {
	margin-bottom: 20px;
}

#content .vcard .fn {
	font-weight: bold;
}

#content #map-container {
	margin: 0 20px 20px 22px;
	padding: 10px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 4px 6px #999;
	-moz-box-shadow: 0 4px 6px #999;
}

#content #map {
	height: 260px;
	border: solid 1px #ccc;
	background: #e8e8e8 url(/images/map_loading_de.gif) center center no-repeat;
}

#content #marker-loader {
	width: 95%;
	height: 3px;
	overflow: hidden;
	background: #fff;
	margin: 5px auto 0 auto;
	border: solid 1px #000;
}

#content #marker-loader-indicator {
	display: inline-block;
	width: 100%;
	background: #000;
	text-indent: -1000px;
}

#content #map-lat, #content #map-lng {
	display: none;
}

.clear {
	clear: both;
}

#content .canvas {
	background: #fff;
	border: solid 1px #f2f2f2;
	padding: 20px 0 40px 30px;
	overflow: auto;
	-webkit-box-shadow: 0 4px 6px #999;
	-moz-box-shadow: 0 4px 6px #999;
}

.ie6 #content .canvas {
	float: left;
}

#content .canvas h1 {
	padding: 0;
	margin: 0 0 20px 0;
}

#content .canvas .grid-2 {
	clear: both;
	float: left;
	width: 460px;
	font-size: 11px;
	outline: solid 0px #f0f;
	margin: 0 20px 20px 0;
	display: inline;
}

#content .canvas .arrowlist li {
	list-style: inside url(/images/arrow_blue.gif);
	margin-bottom: 20px;
	line-height: 1.4;
}

#content .canvas .paragraph {
	margin-bottom: 20px;
	line-height: 1.4;
}

#content .canvas .testimonial-image {
	margin: 10px 0;
}

#content .canvas .testimonial-image img {
	border: solid 1px #222;
}

#content .canvas hr {
	height: 1px;
	background: #000;
	border: 0;
	margin: 25px 0 35px 0;
}

#content .canvas .grid-1 {
	float: left;
	width: 220px;
	outline: solid 0px #0ff;
	display: inline;
}

#content .canvas .grid-1 ul li {
	margin-bottom: 5px;
	background: transparent;
}

#content .canvas .grid-1 ul li.active a {
	color: #999;
}

#content .canvas form .form-text {
	width: 290px;
	height: 20px;
	border: 0;
	border-bottom: solid 1px #5fb4d7;
	position: relative;
	top: -5px;
}

#content .canvas form .form-label {
	display: inline-block;
	width: 150px;
	color: #5fb4d7;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#content .canvas form .form-paragraph label {
	display: inline-block;
	margin: 0 0 5px 6px;
	position: relative;
	top: -2px;
}

#content .canvas form textarea {
	width: 380px;
	height: 120px;
	padding: 5px;
}

#content .canvas form hr {
	height: 1px;
	border: 0;
	border-bottom: solid 1px #ddd;
	background: #fff;
	margin: 30px 0 10px 0;
}

#content .canvas .button-blue {
	display: inline-block;
	padding: 3px 12px 6px 10px;
	background: #5fb4d7 url(/images/corner_white.gif) left bottom no-repeat;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border: 0;
}

#content .canvas .button-blue:hover {
	background-color: #81d1f2;
}

#button-go {
	position: relative;
	top: 4px;
	left: 5px;
}

#content .notice {
	color: green;
}

#content #slideshow {
	width: 720px;
	height: 300px;
	background: #fff;
	border: solid 1px #bbb;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #999;
	margin-bottom: 60px;
	margin-left: 25px;
	-webkit-box-shadow: 0 4px 6px #999;
	-moz-box-shadow: 0 4px 6px #999;
	
	position:relative;
	overflow: auto;
}

#content #slideshow .slide {
	outline: solid 0px #000;
	color: #000;
	height: 300px;
}

#content #slideshow .slide .slide-three {
	float: left;
	width: 720px;
	overflow: hidden;
}

#content #slideshow .slide .slide-two {
	float: left;
	width: 480px;
	overflow: hidden;
}

#content #slideshow .slide .slide-one {
	float: left;
	width: 240px;
	overflow: hidden;
}

#content #slideshow .slide h2 {
	padding: 10px;
}

#content #slideshow .slide p {
	padding: 10px;
	font-size: 10px;
	line-height: 14px;
}

.control {
	display: block;
	width: 32px;
	height: 84px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
	outline: solid 0px #000;
	top: 35%;
}

#left-control {
	left: 0;
	background: transparent url(/images/background_slide_left.png) left top no-repeat;
}

#right-control {
	right: 0;
	background: transparent url(/images/background_slide_right.png) right top no-repeat;
}

#content .youtube {
	border: solid 1px #bbb;
	padding: 3px;
	background: #fff;
	width: 440px;
	height: 273px;
}

.site-press #press-contact label {
	color: #888;
	margin-bottom: 4px;
	display: inline-block;
}

.site-press #press-contact input {
	margin-bottom: 10px;
	padding: 2px;
}

.site-press #press-contact input[type="text"], .site-press #press-contact input[type="email"] {
	width: 304px;
	border: solid 1px #999;
}

.site-press #press-contact textarea {
	margin-bottom: 10px;
	width: 300px !important;
	border: solid 1px #999;
	height: 160px;
	padding: 2px;
	resize: vertical;
}

.site-press #press-contact textarea:hover {
	width: 300px !important;
	border: solid 1px #666;
	height: 120px;
	background: #f8f8f8;
}

.site-press #press-contact input[type="text"]:hover, .site-press #press-contact input[type="email"]:hover {
	border: solid 1px #666;
	padding: 2px;
	background: #f8f8f8;
}

/* message displayed after successful form submit */
.thankyou {
	border: solid 1px #e0c97b;
	background: #fff6d6;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	padding: 4px 5px 5px 5px;
	margin-bottom: 20px;
}

/* for now this is only used for dealer requests */
#popover {
	display: none;
	position: absolute;
	top: 300px;
	left: 400px;
	width: 400px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	border: solid 1px #aaa;
	padding: 10px;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.5);
}

#popover img {
	width: 400px;
	-ms-interpolation-mode: bicubic;
}

.form-icon {
	position: relative;
	top: 2px;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) 0 0 repeat;}

#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/borderTopLeft.png) 0 0 no-repeat;}
	#cboxTopCenter{height:21px; background:url(/images/colorbox/borderTopCenter.png) 0 0 repeat-x;}
	#cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/borderTopRight.png) 0 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/borderBottomLeft.png) 0 0 no-repeat;}
	#cboxBottomCenter{height:21px; background:url(/images/colorbox/borderBottomCenter.png) 0 0 repeat-x;}
	#cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/borderBottomRight.png) 0 0 no-repeat;}
	#cboxMiddleLeft{width:21px; background:url(/images/colorbox/borderMiddleLeft.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:21px; background:url(/images/colorbox/borderMiddleRight.png) 0 0 repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:28px;}
                #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
                #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-25px -25px;}
                #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:0px -25px;}
		#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxClose.hover{background-position:-50px -25px;}


/* Additions by Christophe Chan Hin 17.07.2009 */
#teasers h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

#teasers p {
	font-size: 11px;
	margin-bottom:20px;
	line-height:18px;
	font-family: Arial;
}	
		
/* EOF */