@charset "UTF-8";
@import url(../default/core.css);
/**
 * retropurple.css - Retro Purple (Redux)
 **/
@media screen {
html {
	
}
body {
	font-family: verdana,arial,"Lucida Grande","Lucida Sans Unicode",helvetica,sans-serif;
}
#c3 h2,
#c3 h3.web {
	color: #3C173E;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.8em;
	padding: 2px 10px;
	text-align: right;
}
/**
 * page settings
 **/

#popular_categories{display:none;}
#page {
	background: transparent url(gfx/bg_page.gif) repeat-x scroll 0 0;
	width: 894px;
}
/**
 * header
 **/
#head {
	background: transparent url(gfx/bg_head.jpg) no-repeat scroll 0 66px;
	height: 250px;
}
#domain {
	padding-top: 25px;
	padding-left: 129px;
}
#domain a:link,
#domain a:visited,
#domain a:focus,
#domain a:hover,
#domain a:active,
#domain span {
	color: #FFF;
	font-size: 19px;
	line-height: 20px;
}
#keyvisual {
	background: transparent url(gfx/bg_keyvisual.jpg) no-repeat scroll 0 0;
	float: left;
	margin-left: 75px;
	padding: 21px;
}
#head .welcome {
	margin: 65px 23px 0 423px;
}
#head .welcome h2 {
	font-size: 14px;
	line-height: 20px;
}
#head .welcome p {
	font-size: 12px;
	line-height: 17px;
}
#topnav {
	left: 0;
	position: absolute;
	top: 223px;
	z-index: 100;
}
#topnav h2 {
	display: none;
}
/**
* langauge menu (hover menu w/ js)
**/
#lang {
	font-size: 11px;
	list-style: none;
	padding: 0;
	position: relative;
}
#lang ul {
	top: 0;
	display: none;
	position: absolute;
	left: 0;
	width: auto;
	z-index: 99;
}
#lang ul:after {
	clear: both;
	content: ".";
	display: block;
	font-family: serif;
	font-size: 1px;
	height: 0pt;
	line-height: 0;
	visibility: hidden;
}
#lang ul li {
	border: none;
	list-style: none;
	margin: 0pt;
	padding: 0pt;
}
#lang:hover ul {
	display: block!important;
}
#lang a.current:link,
#lang a.current:visited {
	border-top: none;
	background: none;
	line-height: 27px;
}
#lang a:link,
#lang a:visited {
	display: block;
	background-color: #e9cce9;
	border-top: 1px solid #CCC;
	border-left: 3px solid #969696;
	color: #000;
	font-size: inherit;
	line-height: 18px;
	text-decoration: none;
	padding: 0 10px 0 16px;
}
#lang a:focus,
#lang a:hover,
#lang a:active {
	background-color: #521C52;
	border-left: 3px solid #616060;
	color: #FFF;
}
/**
 * main wrapper
 **/
#main {
	background: transparent url(gfx/bg_main.gif) repeat-y scroll 0 0;
}
/**
 * Columns
 **/
#c2 {
	background: transparent url(gfx/bg_c2.gif) no-repeat scroll right bottom;
	float: right;
	padding-bottom: 280px;
	width: 221px;
	z-index: 3;
}
#c2_inline {
	z-index: 4;
}
#c3 {
	margin-right: 221px;
	z-index: 1;
}
#c3_inline {
	margin-left: 96px;
	z-index: 2;
}
/**
 * boxes
 **/
#c2 .box {
	color: #333;
	font-size: 11px;
	padding: 16px 16px;
}
#c2 .box p {
	line-height: 18px;
}
#c2 .box a:link {
	color: #333;
	text-decoration: none;
}
#c2 .box a:link b {
	color: #c21d11;
	text-decoration: underline;
}
#c2 .search {
	background-color: #e9cce9;
}
#c2 .box h2,
#c2 .box label {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#c2 .search input {
	background: transparent url(gfx/bg_searchinput.gif) scroll no-repeat top center;
	border: 0;
	font-size: 11px;
	padding: 6px 10px;
	margin-top: 4px;
	margin-bottom: 6px;	
	width: 168px;
}
#c2 .search button {
	float: right;
}

button {
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 0;
	height: 1%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
}
button span {
	background: transparent url(gfx/bg_button.gif) no-repeat top right;
	display: block;
	height: 18px;
	letter-spacing: 0px;
	outline: none;
	padding: 0 10px 0 0px;
	text-align: center;
	text-decoration: none;
}
button span span {
	background: transparent url(gfx/bg_button.gif) no-repeat top left;
	color: #FFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 0 25px;
	white-space: nowrap;
}
/**
 * Related links vertical
 **/
#c2 .vertical {
	border-left: 1px solid #F9EAF9;
	border-right: 1px solid #F9EAF9;
}
#c2 .vertical h2 {
	font-weight: bold;
	font-size: 12px;
	background-color: #FFF;
	line-height: 26px;
	padding: 0 20px;
	border-bottom: 2px solid #F9EAF9;
}
#c2 .vertical ul li {
	display: inline;
}
#c2 .vertical ul a:link,
#c2 .vertical ul a:visited {
	background-color: #fff;
	color: #424242;
	padding: 0 20px;
	line-height: 26px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #F9EAF9;
}
#c2 .vertical ul a:focus,
#c2 .vertical ul a:hover,
#c2 .vertical ul a:active {
	text-decoration: underline;
}
#c3 .vertical ul li {
	display: inline;
}
#c3 .vertical h2 {
	background-color: #efefef;
	color: #845d84;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;	
	padding: 0 10px 0 27px;
	text-align: left;
}
#c3 .vertical h2 a:link {
	color: #845d84;
	font-weight: bold;
	text-decoration: none;
}
#c3 .vertical ul li.last {
	border-bottom: none;
}
#c3 .vertical ul a:link,
#c3 .vertical ul a:visited {
	background: transparent url(gfx/icon_links.gif) no-repeat 27px 10px;
	border-bottom: 2px solid #efefef;
	color: #c21d11;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 10px 3px 42px;
	text-decoration: underline;
}
#layout_5 #c3 .right .vertical h2 span {
	visibility: hidden;
}
#layout_5 #c3 .vertical ul a:link,
#layout_5 #c3 .vertical ul a:visited {
	background: transparent url(gfx/icon_links.gif) no-repeat 27px 20px;
	font-size: 15px;
	line-height: 26px;
	padding: 10px 10px 10px 42px;
}
#layout_2 #c3 .left .margin,
#layout_5 #c3 .left .vertical ul {
	border-right: 1px solid #e9cce9;
}
#layout_2 #c3 .right .margin,
#layout_5 #c3 .right .vertical ul {
	border-left: 1px solid #e9cce9;
}
.ads li,
.web li {
	padding: 10px;
	margin-bottom: 10px;
}
.ads li.div_hover,
.web li.div_hover {
	padding: 10px 7px;
	background-color: #FEEBFF;
	border: 3px solid #521B52;
	border-width: 0px 3px;
}
/**
* result
**/
.ads h3 a:link,
.web h3 a:link,
.ads h3 a:visited,
.web h3 a:visited {
	color: #c21d11;
	font-size: 13px;
	line-height: 1.5em;
	text-decoration: underline;
}
.ads p,
.web p {
	font-size: 12px;
	line-height: 1.5em;
}
.ads p a:link,
.web p a:link,
.ads p a:visited,
.web p a:visited {
	color: #521B52;
	text-decoration: underline;
	font-weight: normal;
}
/**
 * Block ads
 **/
.block:link,
.block:visited {
	display: block;
	text-decoration: none!important;
}
.block:focus,
.block:hover,
.block:active {
}
.block .adtext {
	color: #00428B;
	text-decoration: none;
}
.block .adurl {
	text-decoration: underline;
}
/**
 * Footer
 **/
#foot {
	background: #521F55;
	padding: 6px 20px 6px 20px;
	width: auto;
}

#foot .horizontal h2 {
	color: #C298C4;
	float: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
}
#foot .horizontal ul {
	padding: 0px 17px 0px 96px;
}
#foot .horizontal li {
	display: inline;
	color: #C298C4;
	font-size: 10px;
}
#foot .horizontal li:after {
	content: " | ";
}
#foot .horizontal a:link,
#foot .horizontal a:visited {
	color: #F9F3F9;
	line-height: 16px;
	text-decoration: underline;
	font-size: 10px;
}
#foot .horizontal a:focus,
#foot .horizontal a:hover,
#foot .horizontal a:active {
	text-decoration: underline;
}
#foot li.last,
#foot li.last:after {
	background: none;
	content: "";
	padding-right: 0;
}
.imprint {
	text-align: center;
	padding: 5px 20px;
}
.imprint a {
	color: #F9F3F9!important;
	font-size: 10px;
}
/**
 * core mod
 **/
.sub.left .margin,
.sub.right .margin {
	margin-right: 0;
	margin-left: 0;
}
.sub {
	margin-bottom: 0;
}

}
@media print {
	
}
@media handheld {
	
}