﻿/**************************
Allgemeines
**************************/
hr.sep { /*Seperatorlinien*/
	border:none;
	border-top: 1px dotted black;
	height:0px;
	margin: 15px 0;
}
hr.sep_small { /*Seperatorlinien*/
	border:none;
	border-top: 1px dotted darkgray;
	height:0px;
	margin:8px 0;
}
#right-col hr.sep { /*Seperatorlinien*/
	display:none;
}
#left-col h4, #right-col h4 { /*bisher h3*/
	font-size: 1em;
}
.side-widget {
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}
.kiosksuche
{
	border:1px solid #bbb;
	margin-top:-1px;
}
.compare 
{
	display:block;
	margin: 0 0 10px 0;
}
/**************************
Direkt Links
**************************/
.direkt-links {
	padding: 0 0 0 16px; /* left-col padding-left 10px + 5px bullet-width + 1px*/
}
.direkt-links dt, .direkt-links li {
	display:list-item;
	list-style-image:url('../dk/design/arrow.gif');
	list-style-position:outside;
	padding: 5px 0 0 0;
	font-size: 1em;
}
.direkt-links li 
{
	margin-bottom: 10px;
}
.direkt-links dd {
	color: #000;
	margin: 0 0 10px 0;
}
/**************************
Kamera-Tests
**************************/
dl#schnell-kam-tests {
	padding: 0 0 0 22px;
}
dl#schnell-kam-tests dt {
	padding: 5px 0 2px 0;
	font-size: 1.2em;
	font-variant:small-caps;
}
dl#schnell-kam-tests dd {
	color: #000;
	display:list-item;
	list-style-image:url('../dk/design/arrow.gif');
	list-style-position:outside;
}
/**************************
Sponsoren
**************************/
div#sponsoren {
	margin: 5px 5px 0;
	border: 1px solid #c2c2bd;
	background-color: #f2efe2;
	padding: 5px 5px;
}
div#sponsoren p {
	border-bottom: 1px dotted #c2c2bd;
	color: #000;
	padding: 15px 0;
}
div#sponsoren p.mn {
	border-bottom: none;
}
div#sponsoren img {
	display:block;
	margin: 0 auto 3px auto;
	padding: 0;
}
div#sponsoren a, div#sponsoren strong {
	color:black;
}
/**************************
Steckbrief und Kurzbewertung
**************************/
dl.steckbriefleft dt {
	display:block;
	width: 7em;
	float:left;
}
dl.steckbriefleft {
	margin: 5px 0 10px 0 !important;
	list-style:none;
}
dl.steckbriefleft dd {
	display:block;
	margin-left:7.3em;
}
/**************************
Buch und Fototipps rechts
**************************/
.tipp h3, .tipp h2 { /*bisher h4*/
	margin:0;
	padding:0;
	font-size: 1em;
	font-weight:bold;
}
.tipp {
	background:white;
	border: 1px solid #ccc;
	padding: 10px 5px;
	margin: 10px 5px 0 5px;
	text-align:left;
} 
.tipp img 
{
	margin:10px auto 0 auto;
	display:block;
}
.tipp table img 
{
	margin:0;
	display:inline;
}
.tipp table {
	margin:10px auto 0 auto;
	display:block;
	float:none !important;
	clear:both !important;
	text-align:center;
	width:130px;
}
.tipp a {
	padding-bottom:5px;
}

.tipp table a {
padding-bottom:0px;
}
.img-ban 
{
    display:block;
    margin: 10px 5px 0 5px;
}

/*Tipp Kasten Bestseller*/
.bestseller ol {
	margin-left:25px;
}
.bestseller ol li 
{
	padding: 2px 0 1px 0;
}

