@charset "UTF-8";
@import url(../default/core.css);
/**
 * bluelite.css
 **/
@media screen {
/**
 * General tags and id's
 **/
html {
}
body {
background-color: #dcdcdc;
font-size: 16px;
font-family: Verdana, "Lucida Grande", Helvetica, sans-serif;
}
h1, h2, h3,
fieldset legend {
line-height: 1.5em;
color: #FFF;
}
hr {
visibility: hidden;
height: 1.25em;
}
p {
font-size: 11px;
line-height: 13px;
color: #000;
}
/**
 * Page settings
 **/
#wrap {
margin: 0px 8px;
}
#page {
text-align: left;
width: 800px;
}
/**
 * Header
 **/

#head {
background-color: #6495ED;
position: relative;
z-index: 98;
}
div[id=head] {
background-repeat: repeat-x;
}
/**
 * Main wrapper
 **/
#main {
padding-top: 8px;
clear: both;
width: auto;
}
#main h2,
#main h3 {
color: #FFF;
}
/**
 * Columns nav and content
 **/
#c2_inline,
#c3_inline {
position: relative;
}
/**
 * Columns
 **/
#c1 {
width: 180px;
float: left;
z-index: 5;
}
#c1_inline {
z-index: 6;
width: 180px;
margin-right:10px;
}
#c3 {
margin-left: 185px;
width: auto;
z-index: 1;
}
#c3_inline {
margin-left: 8px;
z-index: 2;
}
/**
 * Elements
 **/
#domain {
height: 74px;
background: transparent url(gfx/bg_head_corners.gif) scroll no-repeat bottom center;
}
#domain a:link,
#domain a:visited,
#domain a:focus,
#domain a:hover,
#domain a:active,
#domain span {
text-transform: lowercase;
color: #FFF!important;
display: block;
text-decoration: none;
font-size:30px;
line-height:40px;
font-weight:bold;
padding: 15px 32px 0px 32px;
}
#topnav {
position: absolute;
right: 8px;
text-align: left;
top: 8px;
}
#topnav li {
display: block;
float: left;
}
#topnav h2 {
color: #FFF;
font-size: 11px;
line-height: 1.3em;
font-weight: normal;
}
/**
 * langauge menu (hover menu w/ js)
 **/
#lang {
line-height: 1em;
font-size: 11px;
padding: 0;
position: relative;
display: inline;
list-style: none;
margin: 0!important;
padding-left: 2px;
position: relative;
}
#lang .current:link,
#lang .current:visited {
background: #FFF url(gfx/language_dropdown.gif) no-repeat right center;
border: 1px solid #CCC;
display: block;
line-height: 12px;
padding: 0px 18px;
width: 44px;
}
#lang .current:focus,
#lang .current:hover,
#lang .current:active {
color: darkblue;
text-decoration: none!important;
}
#lang ul {
background-color: #FFF;
border: 1px solid #CCC;
display: none;
height: auto;
left: 0;
margin-left: 0px;
padding: 0px 5px;
position: absolute;
z-index: 99;
}
#lang ul:after {
clear: both;
content: ".";
display: block;
font-family: serif;
font-size: 1px;
height: 0pt;
line-height: 0px;
visibility: hidden;
}
#lang ul li {
border: none;
display: inline;
float: none;
list-style: none;
margin: 0pt;
padding: 0pt;
}
#lang:hover ul {
display: block!important
}
#lang a:link,
#lang a:visited {
background-color: #FFF;
color: #000;
font-size: inherit;
line-height: 1.3em;
padding: 0px 4px;
text-decoration: none;
}
#lang ul a{
display: block;
}
#lang a:focus,
#lang a:hover,
#lang a:active {
color: darkblue;
text-decoration: underline;
}
/**
 * Left column elements
 **/
.box,
#c1 .vertical {
padding: 0px 0px 5px;
margin-bottom: 10px;
background: #f5f5f5 url(gfx/bg_box_footer.gif) no-repeat bottom center;
}
.box fieldset,
.box p,
#c1 .vertical ul  {
border-style: solid;
border-width: 0px 1px;
border-color: #9f9f9f;
}
.box form{
padding-top: 5px;
background: #f5f5f5 url(gfx/bg_box_header.gif) no-repeat top center;
}
.box label,
#c1 h2 {
background: #9f9f9f url(gfx/bg_box_header.gif) no-repeat top center;
color:#FFFFFF;
display: block;
font-size: 11px;
font-weight:bold;
line-height: 23px;
padding: 0px 8px 0px;
text-align:left;
}
.box label {
display: block;
background-image: none;
margin: 0px -1px;
line-height: 1;
padding-bottom: 5px;
}
.box button {
float: right;
margin: 2px 11px 8px;
}
#searchtext {
color: #000;
font-size: 11px;
margin: 11px 11px;
padding: 1px;
width: 130px;
}
.box p {
font-size: 11px;
line-height: 13px;
padding: 8px;
}
.box a:link,
.box a:visited,
.box a:focus,
.box a:hover,
.box a:active {
color: #3C3C3C;
text-decoration: none;
}
.box a:link strong,
.box a:visited strong,
.box a:focus strong {
font-weight: normal;
color: #808080;
text-decoration: underline;
}
.box a:hover strong,
.box a:active strong {
color: darkblue;
}
#c3 .box {
background: #f5f5f5 url(gfx/bg_box_column_footer.gif) no-repeat bottom center;
text-align: center;
}
#c3 .box form {
background: #f5f5f5 url(gfx/bg_box_column_header.gif) no-repeat top center;	
}
#c3 .box h2 {
background: #9f9f9f url(gfx/bg_box_column_header.gif) no-repeat top center;
text-align: left;
}
#c3 .box #searchtext {
margin-right: 5px;
width: 150px;
}
#c3 .box button {
margin-left: 0px;
float: none;
}
#c1 .vertical ul {
}
#c1 .vertical ul li {
display: block;
padding:4px 2px 6px 8px;
border-bottom:1px dashed #9F9F9F;
text-align:left;
}
#c1 .vertical ul li.last {

}
#c1 .vertical ul a:link,
#c1 .vertical ul a:visited {
display: block;
color:#3C3C3C;
font-size: 11px;
font-weight: bold;
line-height:13px;
text-decoration: underline;
}
#c1 .vertical ul a:focus,
#c1 .vertical ul a:hover,
#c1 .vertical ul a:active {
color: darkblue;
}
/**
 * related categories
 **/
#c3 .related.links.vertical.wrap .float,
#c3 .archive .float {
padding:20px 35px 15px;
border-style: solid;
border-width: 0px 1px;
border-color: #9f9f9f;
}
#c3 .related.links.vertical.wrap,
#c3 .archive {
background: #fff url(gfx/bg_column_footer.gif) no-repeat bottom center;
padding-bottom: 5px;
margin-bottom: 8px;
}
#c3 .wrap .sub .vertical h2 {
display: none!important;
}
#c3 .archive .vertical h2 {
background: none!important;
}
#c3 .archive .vertical h2 span{
text-align: left!important;
padding: 0!important;
background: none!important;
border: 0!important;
}
#c3 .vertical h2 a:link,
#c3 .vertical h2 a:visited {
color: #0000CC;
font-size: 14px;
font-weight: bold;
line-height: 1.4em;
text-align: left;
}
#c3 .vertical h2 a:focus,
#c3 .vertical h2 a:hover,
#c3 .vertical h2 a:active {
color: darkblue;
}
#c3 .vertical ul a:link,
#c3 .vertical ul a:visited {
color: #0000CC;
font-size: 12px;
}
#c3 .vertical ul a:focus,
#c3 .vertical ul a:hover,
#c3 .vertical ul a:active {
color: darkblue;
}
/**
 * ads results
 **/
#layout_1 #c3 h2,
#layout_2 #c3 h2,
#layout_5 #c3 h2,
#layout_6 #c3 h2 {
background: transparent url(gfx/bg_column_header.gif) no-repeat top center;
color: #9f9f9f!important;
display: block;
padding-top: 5px;
}

h3.web {
color: #9f9f9f!important;
display: block;
}
#layout_1 #c3 h2 span,
#layout_2 #c3 h2 span,
#layout_5 #c3 h2 span,
#layout_6 #c3 h2 span,
h3.web span {
background-color: #fff;
border-width: 0px 1px;
border-style: solid;
border-color: #999;
display: block;
font-size: 11px;
font-weight:normal;
line-height: 13px;
text-align:right;
padding: 20px 35px 0;
}
#layout_2 #c3 h2 span,
#layout_5 #c3 h2 span {
text-align: left;
font-weight: bold;
}

ul.ads {

background-color:#ffffff;
}

ul.web {
background: #fff url(gfx/bg_column_footer.gif) no-repeat bottom center;
padding-bottom: 5px;
margin-bottom: 8px;
}

#round_corner_bottom{
background: #fff url(gfx/bg_column_footer.gif) no-repeat bottom center;
height:5px;
margin-bottom:8px;
}

.ads li,
.web li {
border-color: #999;
border-style: solid;
border-width: 0px 1px;

padding: 0px 35px 15px;
}
.ads h3,
.web h3 {
font-size:18px;
line-height: 22px;
}
.ads h3 a:link,
.ads h3 a:visited,
.web h3 a:link,
.web h3 a:visited {
color:#0000CC;
font-weight:normal;
text-decoration: underline;
}
.ads h3 a:focus,
.ads h3 a:hover,
.ads h3 a:active,
.web h3 a:focus,
.web h3 a:hover,
.web h3 a:active {
color:darkblue;
}
.ads p,
.web p {
font-size:12px;
margin-top: 2px;
}
.ads p a:link,
.ads p a:visited,
.web p a:link,
.web p a:visited {
color:#008000;
font-size:12px;
text-decoration:none;
}
.ads p a:focus,
.ads p a:hover,
.ads p a:active,
.web p a:focus,
.web p a:hover,
.web p a:active {
color:darkblue;
}
/**
 * Block ads
 **/
.block:link,
.block:visited {
}
.block:focus,
.block:hover,
.block:active {
}
.block .adtext {
}
.block .adurl {
}
/**
 * footer
 **/
#foot {
}
.imprint {
padding: 4px 20px;
margin-top: 12px;
text-align: center;
}
.imprint a {
color: #9f9f9f;
font-size: 10px;
}
.sub{
margin-bottom: 10px;
}
.sub.left .margin {
margin-right: 5px;	
}
.sub.right .margin {
margin-left: 5px;
}
}
@media print{
}
@media handheld{
}
#layout_5 .archive {
display: none;
}

div.conditional_picture img {
	border: 				1px solid #9F9F9F;
	margin-bottom: 			10px;
	width:					180px;
	height:					94px;
}
h3#popular_categories {
	display: none;
}