/* Layout
-------------------------------------------------------------------------------*/
body {
    width: 1168px;	
	margin: 0 auto 0;
    font-size: .75em;
}
body > header {
    padding-top: 25px;
}
body > header h1 {
    float: left;
}
body > header form {
    float: right;
    clear: right;
}
body > header form input[type="text"],
#watchdealer_search #watchdealer_suche{
    font-size: 1em;
    padding: 0 5px;
    margin: 0;
    width: 190px;
	border: 1px solid #CCCCCC;
	border-right:none;

}
body > header input,
#watchdealer_search #watchdealer_suche {    
    width: 200px;
    display: block;
    float: left;
    height: 25px;    
}
body > header button,
#watchdealer_search button
 {    
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    padding: 0 10px;    
}
input[type="text"],
textarea,
select{
	border: 1px solid #CCCCCC;
}
p.b{
	font-weight:bold;	
}
.artikel_send textarea{
	margin-bottom:15px;
	width:300px;	
	height:150px;
}
button.fitting,
.button,
body > header button,
#watchdealer_search button{
	background: #EFEFEF; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EFEFEF); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EFEFEF); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EFEFEF); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFFFFF, #EFEFEF); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FFFFFF, #EFEFEF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EFEFEF'); /* IE6–IE9 */
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}
header {
    margin-bottom: 30px;    
}
header > ul {
    margin-top: 15px;
    clear: right;
    float: right;
    font-size: 1em;
}
header > ul li{
    display: inline;
}
header > ul a {
    color: #999;
    padding: 0 3px;
}
header > ul a:hover {
    color: #666;
}
header > ul li:not(:last-child):after {
    content: " | ";
}
header ul.flags {
    margin-top: -25px;
    background: #E3EDF4;
    padding: 0 10px 3px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #7F9DB9;
    border-left: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
}
header ul.flags li:after {
    content : "";
}
header ul.flags li:first-child {
    color: #666;
    font-size: 10px;
    margin-right: 5px;
    line-height: 10px;
}
header ul.flags li span, 
header ul.flags li a {
    position: relative;
    top: 2px;
}
nav { 
	display: block; 
	clear: both; 
	width: 1168px; 
	background: #000; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #666666, #000000); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #666666, #000000); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #666666, #000000); /* IE10 */
	background-image:      -o-linear-gradient(top, #666666, #000000); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #666666, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#000000'); /* IE6–IE9 */
 }
nav ul { padding:0; margin:0; }
nav ul li  {  }
nav ul li a { display: block; width: 100%; line-height: 30px; font-weight: bold; padding-right: 35px;}
nav ul li:hover { background: #666; }
nav ul ul li:hover { background: transparent; }
nav ul li a:hover { color: #fff; }
nav li { position:relative; float:left; list-style-type:none; margin-left:0; z-index:99; }
nav li a { color: #fff; padding-left: 10px; }
nav ul ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; width: 100%; }
nav li li a { display:block; border-left:1px solid #666; border-right:1px solid #666; color:#eee; text-decoration:none; font-size:1em; background: #fff;}
nav ul ul li:last-child a { border-bottom: 1px solid #666; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
nav li li a:focus { outline:none; text-decoration:underline; }

nav ul ul { display:none; width:160px; position:absolute; left:0; }
nav ul li:last-child ul {
	right:-34px;	
	width:131px;
}
nav ul ul li { float:none; font-weight: normal; width: auto; padding-right: 0;}
nav ul ul li a{ font-weight: normal; width: auto; line-height: 28px; overflow: hidden; color: #666; }

nav ul ul a:hover { background:#eee url(../images/layout/fallback/nav-hover.gif) center left no-repeat; color: #000; }
nav li:hover ul { display:block;}
nav ul ul a:focus,
nav ul ul a:active{
	text-decoration:none;
}
#content {
    width: 728px;
    margin-right: 40px;
    float: left;
}
#stage {
    height: 90px;
}
#stage.full {
    margin-right: -40px;
}
#stage2.full img:first-child {
    margin-right: 26px;
}

aside.main {
    width: 400px;
    float: right;   
}
aside.main h1.bar {
    margin-bottom: 20px;
}
aside.main div.box {
    clear: both;    
}
aside.main div.half div:first-child {
    padding-right: 20px;
}
aside.main div.half > div{
    float: left;
    width: 190px;
    clear: none;
}
aside.main figure {
    position: relative;
    text-align: center;
}
aside.main figcaption {
    position: absolute;
    bottom: 4px;
    width: auto;
    background: #fff;
    text-align: right;    
    color: #666;
    font-size: .95em;
    line-height: 15px;
    margin: 0 0 3px;
}
aside.main figcaption span {    
    width: auto;
    padding: 0 15px 0 15px;    
    background-color: #fff;     
}
aside.main figcaption {
    background: #fff;    
    padding: 0 10px 0 5px;
    width: auto;    
    right: 5px;
    left: auto;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
    margin-left: 25%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
aside.main figcaption.left {
    left: 5px;
    right: auto;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    margin-left: 0;
    margin-right: 25%;
    text-align: left;
    border-left: 0 none;
    border-right: 1px solid #ccc;
}
aside.main .half figcaption.left {
    left: 4px;
}
footer.main {
    background: #eee;
    margin-top: 2em;
    padding: 3em 3em 1em;
    font-size: 1em;
	border: 1px solid #ccc;	
	border-top: 1px solid #C9DBEC;	
	border-bottom:none;
}
footer.main h1 {
    font-size: 1.2em;
}
footer.main > ul {
    padding-left: 20px;
    margin-right: -3em;
    width: 538px;
    float: right;
}
footer.main > ul > li {
    display: block;
    width: 24%;
    float: left;    
}
footer.main ul strong {
    display: block;
    margin-bottom: 1em;
    color: #1C94C4;
    font-size: 1em;
}
footer.main ul ul li {
    line-height: 1.6;
}
footer.main ul ul li a {
    color: #333;
    font-size: .95em;
}
footer.main > div {
    width: 470px;
    margin-right: 83px;
}
footer.main .rating {
    clear: right;
    float: right;
    margin-top: 10px;
    margin-right: 0;
    width: 250px;
    line-height: 65px;
    vertical-align: baseline;
}
footer.main .rating li {
    width: auto;
    xdisplay: inline;
    margin: 0 5px;
    height: 65px;
    overflow: hidden;
}
footer.main .rating li img{
    vertical-align: bottom;
}
ul.pagination {
    float: right;
    margin-top: 10px;
}
ul.pagination li {
    display: inline;    
}
ul.pagination li a {
    border: 1px solid #666;
    padding: 2px 5px;
    font-size: .95em;
    background: #eeeff4;    
}
ul.pagination .act {
    font-weight: bold;
    padding: 2px 5px 3px;
}
.scrollable {
	position: relative;
	overflow: hidden;
	width: 728px;
	height: 250px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
.items > div {
	float:left;
}
.navi {
    text-align: center;
    margin-top: 15px;
}
.navi > a {    
}
.navi span {
    margin-right: 5px;
}
.navi span a {
    border: 1px solid #666;
    padding: 0 3px 0;
    margin: -0 3px 0; 
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	background: #ccc; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#F2F2F2)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ccc, #F2F2F2); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ccc, #F2F2F2); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ccc, #F2F2F2); /* IE10 */
	background-image:      -o-linear-gradient(top, #ccc, #F2F2F2); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ccc, #F2F2F2);	
	border:1px solid #ccc;
}
.navi span a:hover {
    cursor: pointer;
}
.navi span a.active {
    border:1px solid #777;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	background: #999; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#ddd)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #999, #ddd); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #999, #ddd); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #999, #ddd); /* IE10 */
	background-image:      -o-linear-gradient(top, #999, #ddd); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #999, #ddd);
}
ul.inline li {
    display: inline;
}
hr.trenner {
   xborder-width: 10px 0 0;
    margin-top: 30px;
    border-color: #f5f5f5;
	height:10px;
	background:#f5f5f5;
	border:0 none;
}
*+html hr.trenner {
	color: #f5f5f5;
	background-color: #fff;
}
*+html hr.trenner{
	margin-top:20px;	
}
p.back {
    margin: 0;
}
/* font sizing layout */
body.big {
    font-size: .85em;
}
body.big nav ul li a {
    padding-right: 20px;
}
body.big .promobox figure {
    height: 248px;
}
div.notice, div.error, p.notice, p.error {
    border: 1px solid #fff;
    background: #7ace00;
    padding: 1em 2em;
    color: #000;
    font-weight: bold;
    margin-bottom: 2em;
}
div.error, p.error {
	background: #ff7575;
}
aside iframe,
footer iframe {
    overflow:hidden;
    border: 0 none;    
}
/* Typo
-------------------------------------------------------------------------------*/
body{
	font-family: "Arial","Helvetica",sans-serif;	
}
a {
    color: #1C94C4;
    text-decoration: none;
}

article a:visited {
    color: #006f9c;
}

p a.autolink {
   color: #000;
   border-bottom: 1px dashed #ccc;
}
p a.autolink:visited {
    color: #000;
}

p {
    line-height: 1.5;
    margin-bottom: 1em;
}
h1.bar {    
    font-size: .8em;
    line-height: 1;
    text-transform: uppercase;
    margin: 30px 0;
    text-align: left;
	background: #EFEFEF; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#F2F2F2)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F7F7F7, #F2F2F2); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #F7F7F7, #F2F2F2); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F7F7F7, #F2F2F2); /* IE10 */
	background-image:      -o-linear-gradient(top, #F7F7F7, #F2F2F2); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #F7F7F7, #F2F2F2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F7F7F7', EndColorStr='#F2F2F2'); /* IE6–IE9 */
}
h1.bar span {
    background: #fff;
    padding-right: 10px;
    color: #aaa;
    line-height: 1;
}
h1.bar a {
    color: #aaa;
}
h1 {
    color: #1C94C4;
    display: block;
    font-size: 1.6em;
    text-decoration: none;
    margin-bottom: .5em;
}
h2 {
    color: #888888;
    display: block;
    font-size: 1em;
    margin-bottom: .5em;
}
h2 a {
    color: #474747;
}


/* Forms
-------------------------------------------------------------------------------*/
input[type="text"], 
input[type="password"] {
    border-color: #8C8C8C #999999 #CCCCCC #8C8C8C;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    font-size: 1.3em;
    margin-top: 3px;
    margin-bottom: 1em;
    xfont-size: 1em;
}
button {
    background: #fefefe;
    background: -moz-linear-gradient(top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #EFEFEF;
    background: -o-linear-gradient(top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #EFEFEF;
    background: -webkit-linear-gradient(top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #EFEFEF;
    background: linear-gradient(top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #EFEFEF;
    border: 1px solid #666;
    padding: 0;
    height: 27px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
button span {
    line-height: 22px;
    display: block;
    height: 27px;
}
input.fitting {
    height: 21px;
	border: 1px solid #CCCCCC;
    margin: 0;
    padding: 2px 4px 3px;
    width: 260px;
	border-right:none;
}
button.fitting {
	border: 1px solid #CCCCCC;  
	-moz-border-radius: 3px; /* FF1-3.6 */  	
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft:0;
    -moz-border-radius-topleft:0;
    border-top-left-radius: 0;	
	border-color: #999999;   
    color: #000000;
    cursor: pointer;
    height: 28px;
    overflow: visible;
    padding: 0 7px;
    vertical-align: middle;
    white-space: nowrap;
	margin: 0;
	position:relative;
	top:0px;
	line-height:28px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}
button.fitting:hover,
body > header button:hover{
	border:1px solid #666;		
}
form {
    overflow: hidden;
    padding-top: 8px;
}
form.blue {
    background: #e3edf4;
    padding: 12px 8px 8px;
    text-align: center;
}
form.blue button,
button.blue {
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #1C94C4; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B8D8EF), to(#1C94C4)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #B8D8EF, #1C94C4); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #B8D8EF, #1C94C4); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #B8D8EF, #1C94C4); /* IE10 */
	background-image:      -o-linear-gradient(top, #B8D8EF, #1C94C4); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #B8D8EF, #1C94C4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B8D8EF', EndColorStr='#1C94C4'); /* IE6–IE9 */
	border-top-color:#3aabd8;
	border-right-color:#2b9ac6;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
    border: 1px solid #006f9c;
    color: #fff; 
    padding: 1px 5px;
}
form.blue button:hover, button.blue:hover{
	background: #36aad9; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B8D8EF), to(#36aad9)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #B8D8EF, #36aad9); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #B8D8EF, #36aad9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #B8D8EF, #36aad9); /* IE10 */
	background-image:      -o-linear-gradient(top, #B8D8EF, #36aad9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #B8D8EF, #36aad9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B8D8EF', EndColorStr='#36aad9'); /* IE6–IE9 */
}
form.blue input {
    border: 1px solid #B1D0E0;
    color: #D9D9D9;    
    margin: 0 5px 0 0;
    padding: 4px;
    width: 178px;
    height: 17px;
    margin-bottom: 4px;
}
/* Market */
#market_head {
    border-bottom: 5px solid #F5F5F5;
}
#market_head fieldset {
    width: 27%;
    margin-right: 5%;
    float: left;    
}
#market_head .suchbegriffe {
    margin-top: 25px;
    clear: both;
    display: block;
}
input.freitext {
    border: 2px solid #7F9DB9;
}
#market_head .checkbox {
    width: 95px;
    display: block;
    float: left;
}
label {
    font-weight: bold;    
}
select {
    font-size: 1.2em;
    margin-top: 3px;
    padding: 2px;
    display: block;
    margin-bottom: 1em;
    border: 1px solid #7F9DB9;
}
.long {
    width: 200px;
}
.short {
    width: 80px;
}
select.small,
input.small {
    width: 50px;
}
form.inline select{
    display: inline;
    margin-right: 10px;
}
.inline button.blue {
    position: relative;
    top: -3px;
}
form.market fieldset {
    border: 1px solid #ccc;
    padding: 1em 2em;
    margin: 1em 0;
}
form.market legend {
    font-weight: bold;
    padding: 0 10px;
}
#market div.half fieldset.left{
    margin-right: 1em;
}
div.half fieldset.right{
    margin-left: 1em;
}
label.space {
    clear: both;
    display: block;
    margin: 5px 0;
}
label.fixed {
    display: block;
}   
#market .fancy .right {
    width: 120px;
}
/* Login */
.loginform fieldset {
    width: 200px;
    margin: 20px auto 0;
}
.loginform fieldset label, .loginform fieldset button {
    display: block;
}
/* Common
-------------------------------------------------------------------------------*/
img.image, .hl {
    -moz-box-shadow: 0 0 5px #888888;
    box-shadow: 0 0 5px #888888;
    margin: 2px;
    border: 2px solid #fff;    
}
img.image.left {
    margin: 0 1em 1em 0;
    float: left;
}

.post_text {
    float: right;
    width: 460px;
    margin-right: 20px;
}
article.hasgallery .post_text {
    width: 510px;
}
.post_text > h2,
#content > h2
 {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: .8em 0;
    font-size: 1.3em;
    color: #474747;
}
.post_text > h3,
#content h3 {
    border-bottom: 1px dotted #ccc;
    padding: .4em 0;
    font-size: 1em;
    color: #474747;
}
#content h3 a {
    color: #474747;
}
#content  p figure {
    float: left;
    margin-right: 1.5em;
}
#content  p figure img{
    display: block;
}
#content  p figcaption {
    display: block;
    text-align: center;
}
#content figure.picright {
    float: right;
    margin-right: 0;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
#content figure.picright figcaption {
    text-align: center;
}
article {
    clear: both;
}
article footer {
}
article aside {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 5px solid #E3EDF4;
}

article aside p,
article aside hgroup {
    margin-left: 106px;
}
article.single aside hgroup {
    margin-left: 0;
}
article aside.compact hgroup {
    xmargin-left: 0;
}

article aside div img.hl,
.hl.small {
    float: left;
    margin-right: 10px;
    padding: 2px;
    -moz-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
}
article aside div img.hl {
    padding: 0;
}
article aside.compact div div {
    width: 228px;
    padding-right: 20px;
    float: left;
    clear: none;
}
article aside.compact div h1 {
    font-size: 1.1em;
    xmargin-left: 106px;
}
article aside.compact div:nth-child(3) {
    padding: 0;
}
section article {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px dashed #ccc;
}
section article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}
article aside.text h1 {
    color: #888;
    font-size: 1.2em;
}
article aside ul {
    line-height: 1.5;
}
article aside footer {
    clear: both;
}
article aside footer a {
    color: #666;
    xfont-size: .9em;    
}
#content > section {
    margin-bottom: 2em;
}
section.cols > div {
    float: left;
    width: 220px;
    padding-right: 20px;
}
section.cols img {
    margin-bottom: 1em;
}
section.cols hgroup h1 {
    font-size: 1.1em;
    line-height: 1.4;
}
section.cols hgroup h2 {
    font-size: 1em;
}
.button {
    display: block;
    float: left;
    background: #F6F6F6;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 8px;
    margin-top: 10px;
	border-top-color:#eee;	
	border-right-color:#cecece;	
}
input[type="submit"]{
	background: #EFEFEF; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EFEFEF); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EFEFEF); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EFEFEF); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFFFFF, #EFEFEF); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FFFFFF, #EFEFEF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EFEFEF'); /* IE6–IE9 */
	border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    display: block;
    float: left;
    margin-top: 10px;
    padding: 5px 8px 3px;
	color: #1C94C4;
    text-decoration: none;
	margin-right:10px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}
.button:hover{
	border-top-color:#ccc;	
	border-right-color:#ccc;	
	border-bottom-color:#cecece;	
	border-left-color:#cecece;
}
/* Sprites */
.ti {
    text-indent: -999em;
}
.sprite {
    background: url(../images/twsprite.png) no-repeat;
    overflow: hidden;
    display: inline-block;
    xwidth: 100%;
    xheight: 100%;
    line-height: 1;
    padding: 0;
}
.sprite span {
    text-indent: -999em;
    display: inline-block;    
}
.sprite_flag { width: 16px; height: 11px;}
.flag_de { background-position: 0 -16px;  }
.flag_en { background-position: -16px -16px; }
.flag_pl { background-position: -143px -16px; }
.flag_ru { background-position: -32px -16px; }
.flag_fr { background-position: -48px -16px; }
.flag_es { background-position: -64px -16px; }
.flag_pt { background-position: -80px -16px; }
.sprite_rss { width: 24px; height: 24px; background-position: -168px -32px; margin-left:10px;  }
.sprite_search { width: 16px; height: 16px; background-position: -224px -16px; position: relative; *top: -3px; }
.sprite_search input:hover { cursor: pointer; }
.sprite_details { width: 16px; height: 16px; background-position: -127px -16px; }
.sprite_play { width: 44px; height: 44px; background-position: -256px 0; }
.sprite_playsmall { width: 10px; height: 10px; background-position: -155px -16px; }
.sprite_mobile { width: 24px; height: 24px; background-position: 0px -56px; margin: 0 0px; }
.sprite_newsletter { width: 24px; height: 24px; background-position: -216px -32px; margin-left:10px; }
.sprite_top { width: 16px; height: 21px; background-position: -165px -16px; }

.sprite_digg { background-position: -64px 0; }
.sprite_facebook { background-position: 0 -32px; }
.sprite_delicious { background-position: -24px -32px; }
.sprite_buzz { background-position: -48px -32px; }
.sprite_linkedin { background-position: -72px -32px; }
.sprite_misterwong { background-position: -96px -32px; }
.sprite_reddit { background-position: -120px -32px; }
.sprite_twitter { background-position: -144px -32px; }
.sprite_digg { background-position: -192px -32px; }

.more .sprite { text-indent: 0; }

/* ToolTips */
.tt {
    border: 4px solid #add9ed;
    background: #e5f6fe;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #6c9fd5;
    position: relative;
    margin-left: 22px;
    max-width: 200px;
}
.tt span{
    display: block; 
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -22px;
    width: 0;
    border-width: 8px 18px 8px 0;
    border-style: solid;
    border-color: transparent #add9ed;
}
/* ToolTips2 */
.tt2 {
    border: 4px solid #add9ed;
    background: #e5f6fe;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #6c9fd5;
    position: relative;
    margin-left: 22px;
    max-width: 400px;
}
.tt2 span{
    display: block; 
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -22px;
    width: 0;
    border-width: 8px 18px 8px 0;
    border-style: solid;
    border-color: transparent #add9ed;
}
.tt2 table{
	margin-top:10px;	
}
.tt2 table tr td{
	padding-bottom:5px;
}
.tt2 table tr td:last-child {
	width:100px;
	padding-left:20px;
}
/* Overlay */
.overlay {
    display: none;
    z-index: 10000;
    background: #333 url(../images/layout/333.gif);	
	width: 50%;	
	min-height: 200px;
	border: 10px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 90px 5px #000;
    box-shadow: 0 0 90px 5px #000;
}
.overlay img {
    display: block;
    max-width: 100%;
    max-height: 800px;
}
.overlay figcaption {
    display: block;
    text-align: center;
}
figure.caption {
    border-bottom: 40px solid #fff;
}



/* Box: db */
div.box.db ul {
    border: 1px solid #ebebeb;
    border-top: 0 none;
    padding: 8px;
}
div.box.db li {
    width: 25%;
    float: left;
    text-align: center;
}
div.box.db li a {
    display: block;
    height: 75px;
    margin-bottom: 5px;
}
.box.db img {
    margin: 0 10px;
    max-height: 75px;
}

/* Box: Top100 */
.fancy .middle,.fancy .left,.fancy .right{
	padding:10px 5px;	
}
table.top100 {
    width: 100%;
    margin-bottom: 20px;
}
table.top100 caption{
    text-align: right;
    font-size: 10px;
    background: #fff;
    margin: 0;
    padding-right: 5px;
    color: #666;
}
div.tgroup {
}
div.komplett {
    margin-top: -25px;
}
/* Box: top */
#verschickt {
    display: none;
}
.top-teaser li{
    position: relative;
    clear: left;
    margin-bottom: 20px;
}
.top-teaser li span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    width: 30px;
    text-align: center;
    line-height: 1.5;
}
.promobox.marken figure p,
.top-teaser li span{
	background: #1C94C4; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#84b7db), to(#1C94C4)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #84b7db, #1C94C4); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #84b7db, #1C94C4); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #84b7db, #1C94C4); /* IE10 */
	background-image:      -o-linear-gradient(top, #84b7db, #1C94C4); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #84b7db, #1C94C4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#84b7db', EndColorStr='#1C94C4'); /* IE6–IE9 */
}
.top-teaser p {
    margin-top: .5em;
}
.top-teaser li div {
    float: left;
    margin-right: 5px;
}
/* Lists */
ul.index li {
    display: inline;
    padding: 0 5px;
}
.lsn {
    list-style: none;
}
.picleft {
    float: left;
}
.picleft img {
    margin: .5em 1.5em 0 0;
}
table.picleft {
    margin-bottom: 1em;
}
table.picleft td {
    text-align: center;
    font-size: .8em;
    font-style: italic;
}
ol {
    margin-bottom: 2em;
    margin-top: 1em;
}
ol li {
    margin-bottom: 1em;
}
/* Promiuhren */
div.promiuhren .rating {
    display: none;
}
div.promiuhren .promi {
    width: 180px;
    clear: left;
    float: left;
}
div.promiuhren .uhr {
    float: left;
}
ul.list {
    list-style-type: circle;
list-style-position: inside;    
}
ul.list li {
    margin-bottom: 1em;
}
.lsn {
	list-style: none;
}
ul.row {
    clear: both;
}

div.liste {
	padding-top: 1em;
	padding-left: 1em;
	clear: both;
}
div.liste ul {
	list-style-type: none;
	margin: 0;
}
div.liste li.rating,
div.liste li.data {
	float: left;
	margin: 0;
}
div.liste li.main {
	clear: both;
	margin: 0 0 1em 0;
}
div.liste li.data {
	line-height: 1.5;
}
div.liste li.data p {
    margin-bottom: 0;
}
div.liste li.rating {
	margin-left: 1em;
}
/* Fachbegriffe */
ul.fachbegriffe li.de,
ul.fachbegriffe li.en {
	display: block;
	float: left;
	width: 40%;
	margin-bottom: 5px;
}
.fachbegriffe h2.clr {
	display: block;
	float: none;
	margin-top: 2em;
	clear: both;
}
/* Content
-------------------------------------------------------------------------------*/
/* Index */
#content .promobox {
    margin-bottom: 0;
}
.promobox h1.bar {
    margin-bottom: 20px;
}
.promobox figure {
    width: 150px;
    padding: 0 10px;
    margin: 0 5px;
    float: left;
    border: 1px solid #ccc;
    height: 245px;
    overflow: hidden;
}
.promobox figure div {
    text-align: center;
    background: #eee;    
    padding-top: 10px;
    padding-bottom: 8px;
    margin: 0 -10px 10px;     
    -moz-box-shadow: 0 0 5px 0 #888888;
    box-shadow: 0 0 5px 0 #888888;
    min-height: 140px;
}
.promobox figcaption {
    text-align: left;
    line-height: 1.25;
}
.promobox figure img {
    max-height: 128px;
    max-width: 140px;
}
section.teaser h1.bar {
    background: none;
    margin: -12px -15px 15px;
    padding-left: 5px;   
    
}
section.teaser {
    background: #f6f6f6;
    padding: 0 15px 10px;
    margin-top: 4em;
    border: 1px solid #ededed;
}
section.teaser li {
    width: 49%;
    float: left;
    margin-right: 1%;    
    height: 150px;
    
}
section.teaser li img{
    max-width: 120px;
    max-height: 140px;
    margin-right: 15px;    
    float: left;
    border: 1px solid #999;
}
section.teaser li.li0,
section.teaser li.li1 {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
section.teaser li.li2 {
    clear: both;
}
section.teaser a.text {
    font-size: 18px;
    height: 70px;
    overflow: hidden;
    display: block;
}
section.teaser .price {
    font-size: 20px;
}
section.teaser p {
    float: left;
    width: 200px;
    line-height: 1.3;
}
section.teaser footer {
    text-align: right;
    font-size: .9em;
}
section.teaser2 {
    border-bottom: 10px solid #E3EDF4 !important;
    padding-bottom: 2em !important;
}
section.teaser2 h1 {
    background: #E3EDF4;
}
section.teaser2 h1 span {
    color: #1C94C4;
}
section.teaser2 ul li {
    width: 33%;
    float: left;
    text-align: center;
}
/* Artikel */
article > figure {
    width: 200px;
    float: left;
}
article > figure figcaption {
    text-align: center;
    width: 100%;
    displaY: block;

}
article > figure small {
    display: block;
    text-align: right;
    color: #666;
}
footer.single {
    margin-top: 2em;
    background: #f6f6f6;
    border: 1px solid #ededed;
    padding: 2em;
}
footer.single h1 {
    color: #666;
    margin-top: 1em;
}
footer.single h1:first-child {
    margin-top: 0;
}
article.single aside {
    margin-top: 2em;
    clear: both;
}
article.single aside .post_text {
    width: 520px;
}
article.single aside .post_text p {
    margin-left: 0;
}
article time {
    font-style: italic;
    color: #666;
    font-size: .8em;
    display: block;
    background: #eee;
    margin-bottom: 5px;
    line-height: 1.5;
    padding-left: 5px;
}
p.available {
    margin-left: 0;
}
p.breadcrumb {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 3em;
    padding-bottom: 1em;
}
ul.tags {

}
ul.tags li{
    display: inline;
    margin: 0 2px 3px;
    line-height: 2.5;
}
ul.tags li a{
	background: #EFEFEF; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f5f3f3)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #FFFFFF, #f5f3f3); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #FFFFFF, #f5f3f3); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #FFFFFF, #f5f3f3); /* IE10 */
	background-image:      -o-linear-gradient(top, #FFFFFF, #f5f3f3); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #FFFFFF, #f5f3f3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#f5f3f3'); /* IE6–IE9 */
	padding: 3px;
	border: 1px solid #C1C1C1;
}
p.pagination {
    border-top: 1px dashed #ccc;
    padding-top: 1em;
    margin-top: 1em;
}
.pagination span a {
    display: block;
    float: left;
    border: 1px solid #c8d5e0;
    background: #f6f6f6;
    padding: 7px 0;
    margin: 0 5px;
    width: 30px;
    text-align: center;  
    -moz-border-radius: 3px;
}
.pagination .disabled {
    display: none;
}
.pagination .current a {
    background: #dde6ee;
}
.pagination span a:hover {
    background: #c8d5e0;
    color: #fff;
}
/* Market */
table.fancy td.left{
    vertical-align: middle;
    width: 100px;
    text-align: center;
}
table.fancy td.right strong {
    font-size: 1.5em;
}
table.fancy td.middle {
    line-height: 1.5;
}
.promobox.marken figure {
    margin-bottom: 2em;
    height: 270px;
}
.promobox.marken figure p {
    color: #fff;
    font-weight: bold;
    margin: 0px -10px 0;
    padding-left: 10px;
    font-size: 1em;
    line-height: 2;
}
.promobox.marken figcaption a {
    display: block;
    height: 30px;
    overflow: hidden;
}
.promobox.marken footer {
    text-align: right;
    clear: both;
}
#content div.half, ul.half {
    width: 50%;
    float: left;
}
ul.half {
    *width: 250px;
}
.market_opt {
    text-align: right;
}
.market_opt select{
    display: inline;
}
#topbox h3 {
    margin-left: 36%;
}
#topbox .img {
    margin-right: 25px;
    width: 33%;
    text-align: center;
}
#topbox .img img {
    max-width: 100%;
}
#topbox table.show {
    margin-top: 2em;
    width: 40%;
    line-height: 2;
}
div.box h3 {
    margin-bottom: 1em;
    margin-top: 2em;
   
}
.clrl {
    clear: left;
}
.bilderbox {
    text-align: center;
}
.bilderbox img {
    margin: 0 5px;
}
figure.overlay img {
    margin: 0;
}
.rightbox {
    float: right;
    width: 25%;
    text-align: left;
}
.leftbox {
    clear: left;
    margin-right: 30%;
    margin-top: 2em;
}
div.box.beschreibung {
    margin-right: 30%;
}
.graybox {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #EDEDED;
    padding: 2em;
}
#market .box ul li {
    line-height: 2;
}
#tagcloud { text-align: center; margin: 10px 5px 15px; }
#tagcloud a { color: #333; line-height: 1.2 }
#tagcloud a:hover { text-decoration: underline;  }
#tagcloud .tag0 { font-size: 8px; }
#tagcloud .tag1 { font-size: 9px; }
#tagcloud .tag2 { font-size: 10px; }
#tagcloud .tag3 { font-size: 11px; }
#tagcloud .tag4 { font-size: 13px; }
#tagcloud .tag5 { font-size: 16px; }
#tagcloud .tag6 { font-size: 18px; }
#tagcloud .tag7 { font-size: 20px; }
#tagcloud .tag8 { font-size: 22px; }
#tagcloud .tag9 { font-size: 22px; font-weight: bold; }
#tagcloud .tag10 { font-size: 23px; font-weight: bold; }

ul.languageoverview {

}

ul.languageoverview li {
	text-align:center;
	list-style-type:none;
	float:left;
	width:25%;
	margin:10px 0;
	font-weight:bold;
}

ul.languageoverview li a img {
	margin:0 0 5px 0;
}

ul.languageoverview li a:hover {
	text-decoration:none;
}

ul.languageoverview li a:hover span{
	text-decoration:underline;
}

/* TWTV */
#watchtv {
	height: 296px;
	background: #eee;
	overflow: hidden;
    position: relative;
    border: 1px solid #666;
}
#player-wrap, #youtube-wrap, #player {
	width: 490px;
	height: 296px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}
#player .play {
	position: absolute;
	top: 115px;
	left: 223px;
	
}
#controlbar {
	position: absolute;
	bottom: 0;
	left: 0;
}
#meta {
	float: left;
	width: 236px;
	padding: 0;	
}
#meta .date {
	font-size: 11px;
}
#meta h5 {
	color: #fe6600;
	margin-bottom: .35em;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
#meta h6 {
	color: #fff;
	line-height: 1.4;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: .5em;
}
#meta p {
	font-size: 11px;
}
#meta ul {
	list-style-type: none;	
	margin: 0;
	font-size: 11px;	
}
#meta ul li {
	padding: 0;
	margin: 0 0 5px 0;
	
	
    height: 70px;
    
}
#meta ul li a {
    padding-left: 10px;
    padding-top: 10px;
    display: block;
    height: 74px;
	line-height: 18px;
    color: #000;
    background: url(../images/design/light.png) -70px 0 repeat-x;	
}
#meta ul li a.active {
    background-position: 0 0;	
    margin-left: 0;
    padding-left: 85px;
    outline: none;
}

a.play {
	background: url(../images/design/watchtv-list-style.gif) no-repeat 0 2px;
	padding-left: 15px;
}
#quicknav {
	clear: both;	
	list-style-type: none;
	margin: 0;
	background: #333;
	border-bottom: 1px solid #666;	
	height: 33px;
}
#quicknav li {
	float: left;		
	margin: 0;
}
#quicknav li a {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: bold;
	color: #fe6600;
	font-size: 12px;
	display: block;
	float: left;
	height: 33px;
	width: 202px;	
	text-align: center;
	background-image: url(../images/design/quicknav.jpg);
	background-repeat: no-repeat;
	line-height: 35px;
}
#ChapterMenu { 
    position:absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
#ChapterMenu ul {
    margin:0; 
    padding:0; 
    list-style:none; 
    white-space:nowrap; 
    text-align:left;     
}
#ChapterMenu li {margin:0; padding:0; list-style:none;}
#ChapterMenu li {display:inline;}
#ChapterMenu ul ul {position:absolute; left:-9999px;background:#666; width: auto;}
#ChapterMenu.u15 ul ul {width: 300px;}

#ChapterMenu ul#toplevel {
    position:absolute; 
    left:0; 
    top:0;
    background:#666;
    opacity: .85;
}
#ChapterMenu a {display:block; font:normal 11px verdana,arial,sans-serif; color:#000; line-height:22px; text-decoration:none;padding:0 20px 0 10px;} 
#ChapterMenu ul ul a {line-height:19px;} 
#ChapterMenu.u15 ul ul a {float: left; width: 120px;} 

#ChapterMenu li a:hover {background-color:#09c; color:#fff;} 
#ChapterMenu li.disabled a:hover {background-color:inherit; color:inherit;} 
#ChapterMenu li:hover > a {background-color:#09c; color:#fff;}
#ChapterMenu li.disabled:hover > a {background-color:inherit; color:inherit;}

#ChapterMenu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}

#ChapterMenu a:hover ul,
#ChapterMenu a:hover a:hover ul, 
#ChapterMenu a:hover a:hover a:hover ul {left:100%;}
#ChapterMenu a:hover ul ul, 
#ChapterMenu a:hover a:hover ul ul {left:-9999px;}

#ChapterMenu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}

#quicknav .p1 a {	width: 190px;background-position: 0px top; }
#quicknav .p2 a {	background-position: -190px top; }
#quicknav .p3 a { background-position: -392px top; }
#quicknav .p4 a {	width: 202px;background-position: -594px top;}
#quicknav .p5 a {	width: 183px;background-position: -796px top; }

ul.presentation {
	list-style-type: none;
	margin: 1em 0 0;
	height: 27px;
	padding-left: 500px;	
}
ul.presentation li {
	float: left;
	background: #ddd;
	padding: 5px 10px;
	height: 17px;
    position: relative;
    top: 2px;
	margin: 0 5px;	
    border-top: 1px solid #7F9DB9;
    border-left: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
}
ul.presentation li.active {
	background: #ccc;	
}
ul.presentation li a {
	color: #666;
	font-weight: bold;    
}

ul.cats {		
	margin: 1em 0 0;
	padding: 1em;
	min-height: 30px;
    border: 1px solid #7F9DB9;
	list-style-type: none;	
	zoom: 1;
	clear: both;
}
ul.cats li {
	float: left;
	width: 140px;
	padding: 15px 0;
}

#vid-holder {
	clear: both;
	margin:0 ;
	padding-top: 2em;
}
#video #vid-holder h2 {
	margin: 0 0 15px;
}

/* */
table.videos {
	margin: 0 0 1em;
	width: 100%;
    border: 2px solid #7F9DB9;
}
table.videos td {
}
table.videos td {
    border: 1px solid #7F9DB9;
	padding: 20px 15px 25px;
	vertical-align: top;
}
table.videos td:hover {
	background: #ccc;
}
table.videos tr.odd td:hover {
	background: #ccc;
}
table.videos tr.odd td {
	background: #eee;
}
table.videos img.img {
	padding-bottom: 5px;
}
table.cover td.pic {
	text-align: center;
	width: 100px;
}
table.cover tr:hover td {
	background: #ccc;
}
table.cover tr.odd:hover td {
	background: #ddd;
}
.marketbanner img {
    margin-bottom: 1em;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.ratingblock {
    display: none;
}
.rating img{
	border: 2px solid #FFFFFF;
	-moz-box-shadow: 0px 0px 5px #888888; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #888888; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 5px #888888; /* Opera 10.5, IE9, Chrome 10+ */

    margin: 2px;
}
.video_search {
    float: left;
}
#sortform {
    float: right;
}
ul.social_bookmarks {
    margin-top: 15px;
}
ul.social_bookmarks li {
    margin: 0;
    float: left;
}
ul.social_bookmarks li a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0 1px;
}
ul.social_bookmarks li a:hover {
    border-color: #fe6600;
    cursor: pointer;
}
ul.social_bookmarks li a span{  
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#facebook_high_box{
	width:210px;	
	float:right;
}
#facebook_wide_box {
    width: 400px;
    height: 290px;
}
/* Search */
div.mb1 {
    margin-bottom: 1em;
}
#search div.pagination {
    margin-top: 2em;
}

/*KONTAKT*/

form#contact {
	width: 540px;
}
form#contact label {
	width: 100px;
	display: block;
	float: left;
	margin: 5px 0px;	
    line-height: 22px;
}
form#contact input {
	float: left;
	width: 100px;
	margin: 5px 0px;
}
form#contact fieldset {
	border: 0;
	margin: 10px 0px 10px;
    border: 1px solid #ccc;
    padding: 15px;
}
div.kontakt {
	float: left;
	width: 220px;
}

/*FANCYZOOM*/

.jqfancyzoombox{
	border:10px solid white;
	background:#FFF;
	-moz-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;	
}
.jqfancyzoombox:hover{
	cursor:pointer;	
}
.jqfancyzoombox p{
    position: relative;
	text-align: left;
    margin-bottom: 0;
}
/* this MUST NOT float in IE */
.jqfancyzoombox small {
    position: absolute;
    top: 0;
    right: 0;
	font-size:10px;
	font-style:italic;
	color:#666666;
}
/* Gallery */

#gallery {
    text-align: center;
    margin-bottom: 35px;
    display: block;
    width: 100%;  
    position: relative;   
	width:533px;
	float:right;
	border:10px solid white;
	-moz-box-shadow: 0 0 5px #888888;
    box-shadow: 0 0 5px #888888;        
}
#gallery div.ie {

}
#gallery div {
	xheight:400px;
	xoverflow:hidden;
}
#gallery img {   
    max-height: 400px;
    max-width: 533px;
}
#gallery figcaption {
   x position: absolute;
    xbottom: 18px;
    xheight: 18px;
    line-height: 18px;    
    text-align: left;;
    background: #fff;
	margin-top:4px;
}
#gallery figcaption small{
	float:right;	
}
#gallery figcaption span {
    border-top: 1px solid #ccc;
    xborder-left: 1px solid #ccc;
    xborder-right: 1px solid #ccc;
    padding: 5px 15px;
    -moz-border-radius: 4px 4px 0 0;
    font-weight: bold;
}
figure.gallery img {
    margin: 5px;
}

.gallery{
	width:	120px;
	float:left;
}
.gallery a {
    margin-bottom: 1em;
    display: block;
}
.gallery a.active img{
	border:4px solid white;
	margin-left:-4px;
	margin-top:-2px;
	-moz-box-shadow: 0 0 8px #888888;
    box-shadow: 0 0 8px #888888;		
}
.container_gallery {
    text-align: center;
    margin-bottom: 2em;
}
div.flags a{
	margin-right:10px;	
}
.flags a:focus,
.flags a:active{
	bordeR:none;	
}
div.flags{
	background:#E3EDF4	;
	padding:10px;
	border: 1px solid #7F9DB9;
    border-radius: 5px 5px 0px 0px;

}
/*OVERLAY*/
/* use a semi-transparent image for the overlay */
	#overlay {
		background:#eee;;
		color:#fff;
		padding:10px;
		box-shadow: 0 0 8px #888888;	
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		min-height:180px;
		overflow-y:auto;
	}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */

	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:400px;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/fancyzoom/closebox.png);
	position:absolute; right:-10px; top:-10px;
	cursor:pointer;
	height:30px;
	width:30px;
}
/* watch Dealer
-------------------------------------------------------------------------------*/
#watchdealer_tables #watchdealer_table_de{
	display:table;
}
*+html #watchdealer_tables #watchdealer_table_de{
	display:block;
}
.flags .active img{
	border:1px solid #0FF;	
	margin:-1px;
}
.watchdealer_table th:hover{
	cursor:pointer;	
}
table.fancy tr td{
	padding-left:4px;
	padding-right:4px;	
	color:#666;
}
.watchdealer_thumb{
	position:relative;
}
.watchdealer_thumb .not_recomm_pic{
	position:absolute;
	right:-60px;
	top:-70px;
}
.watchdealer_table table.fancy tr td:first-child{
	font-weight:bold;
}
#watchdealer_search{
	position:relative;
}
#watchdealer_search .clear_search{
	position:absolute;
	top:20px;
	left:188px;	
}
table.fancy tr td:first-child{
	padding-left:5px;
}
table.fancy tr td:last-child{
	padding-right:5px;
}

table.fancy.admin_table td{
	padding-left:5px;	
}
table.fancy.admin_table td{
 	border:none;
}
table.fancy.admin_table tr{
	border:1px solid #C9DBEC;
}
table.fancy.admin_table th{
	border: 1px solid #E3EDF4;
    color: #1C94C4;
	background:#fff;
	text-align:center;
}
.update_button.tick,
.update_radio_button.tick{
	width:16px;
	height:16px;
	background:url(../images/icons/tick.png);
	display:block;
	margin-top:3px;
}
.update_button.cross,
.update_radio_button.cross{
	width:16px;
	height:16px;
	background:url(../images/icons/cross.png);
	display:block;
	margin-top:3px;
}
.update_radio_button.tick_gray{
	width:16px;
	height:16px;
	background:url(../images/icons/tick_gray.png);
	display:block;
	margin-top:3px;
}
span.hidden{
	visibility:hidden;	
	display:block;
	height:1px;
	width:1px;
}
table thead tr .headerSortUp {
    background: url(../images/icons/asc.gif) right no-repeat;
}
table thead tr .headerSortDown {
    background: url(../images/icons/desc.gif) right no-repeat;
}
input.update_text{
	background:none;
	border:none;
	width:25px;
	font-size: 100%;
}
input.update_text:hover{
	cursor:pointer;	
}
#select_sort{
	font-size:12px;	
	margin-bottom:0px;
}

/*XMAS 2011*/
.cal .week .day{
	float:left;
	width:102px;
	border:1px solid #CCC;
	height:100px;
	border-right:0px none;
	border-bottom:0px none;
	text-align:right;
	
}
.cal .week div.day{
	background:#fff;
}
.cal .week .tooltip{
	background:none;	
}
.cal .week .day span{
	margin:10px;
	font-size:16px;
	display:block;
	font-weight:bold;
}
.cal .week a.day{
	color:#000;
	text-shadow: 2px 2px 2px #fff;
}

.cal .week .day_right{
	border-right:1px solid #CCC;
}
.cal .week .day_bottom{
	border-bottom:1px solid #CCC;
}

.cal .week .day_invi{
	border:none;
	width:103px;
	background:#FFF;
	height:101px;
	
}
.cal .week .day_invi span{
	visibility:hidden;
}

.cal .week .day_25{
	border-top:1px solid #CCC;	
	width:103px;
}
.cal{
	background:url(../images/xmas2011/bg_cal.jpg) left top;
	width:722px;	
}

.cal .week a.day_okay{
	background:url(../images/xmas2011/okay.png) no-repeat left top;
}

.cal .week a.day_cross{
	background:url(../images/xmas2011/cross.png) no-repeat left top;
}

div.hr{
	border-top:1px solid #ccc;	
	border-bottom:1px solid #eee;
	margin:20px 0;
}

#inline_popup{
	position:absolute;
	top:510px;
	left:50%;
	margin-left:-265px;
	background:#fff;	
	-moz-box-shadow:10px 10px 5px #111;
	box-shadow:10px 10px 5px #111;
	-webkit-box-shadow:10px 10px 5px #111;
	border:1px solid #ccc;
	z-index:1000;
}
#inline_popup h1{
	color:#333;	
}
* html #inline_popup .relative{
	width:540px;
}
#inline_popup .relative{
	padding:20px;
	width:530px;
	position:relative;
	color:#000;	
}
#inline_popup .relative a.close{
	width:16px;
	height:16px;
	background:url(../images/icons/close.gif) no-repeat center center;	
	display:block;
	position:absolute;
	right:1px;
	top:1px;
}
#inline_popup form .inputs label{
	float:left;
	text-align:right;
	width:70px;
	display:block;	
	margin-right:10px;
}
#inline_popup form .inputs input.text{
	float:left;
	width:150px;
	display:block;	
}
#inline_popup form .inputs{
	float:left;	
	width:280px;
}
#inline_popup form .image{
	float:left;	
	width:235px;
	margin-top:15px;
	margin-left:10px;
}
#inline_popup form .image img{
	border:1px solid #999;	
}
#inline_popup form br{
	clear:both;	
}
#inline_popup ul.frage li{
	line-height:20px;
}
.weihnachtsaktion_gewinne .middle{
	padding-left:30px;	
}


/* Media queries
-------------------------------------------------------------------------------*/
@media all and (max-width: 1200px) {
    body, nav {
        width: 968px;
    }
    nav ul li a {
        padding-right: 0px;
    }
    .big nav ul li a {
        padding-right: 0 !important;
        font-size: .9em;
    }
    #stage2.small {
        display: none;
    }
    #facebook_high_box {
        margin-top: 2em;
    }
    #facebook, #social {
        display: none;
    }
    aside.main {
        width: 200px;
        overflow: hidden;
    }    
    .box img {
        max-width: 95%;
    }
    nav > ul > li  { padding-right: 15px; }    
    form.blue input {
        width: 50%;
    }
    div.box.db li a {
        height: 55px;
    }
    .top-teaser li div {
        display: none;
    }
}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
