/*
 * Copyright (C) 2012-2015 Heise Medien GmbH & Co. KG
 *
 * Author: Kai Wasserbäch <kaw@ct.de>
 *
 *
 * Special issues come with different color schemes, while the basic layout is
 * always the same. This means we have a shared base and one colour definition
 * CSS per object type.
 *
 * This is the colour definition file for "Digitale Fotografie" and its US
 * version.
 */

/* base styles; origin: SWVZ */
@import url("standard2008.css");
@import url("standard2012.css");
/* base style for special issues */
@import url("special2014.css");

#kopf {
	background-color: #707070;
	color: #000;
}
#logo_bereich {
	background: none repeat scroll 0 0 transparent;
	color: #000;
}
#logo_bereich #logo {
	height: 165px;
}
#navigation {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 2px solid #000;
}
#navigation li a:hover, #navigation li.aktiv > a,
#links #kategorien .ausgewaehlt, #links a:hover {
	background-color: #fce404;
	color: #000;
	text-decoration: none;
}
#mitte {
	background: none repeat scroll 0 0 #fff;
	color: #000;
}
#mitte #links {
	background: none repeat scroll 0 0 #fff;
	color: #000;
}
#links a {
	color: #000;
}
.programmteaser .lizenz,
#mitte_detail .lizenz,
.programmteaser .sprache,
#mitte_detail .sprache {
	color: #000000;
}
.programmteaser h3 a, #mitte_detail h1 {
	color: #7F0707;
}
.programmteaser .lizenz, #mitte_detail .lizenz {
	color: #000000;
}
#mitte_detail .download a,
#mitte_detail .download_detail a,
#mitte_detail .download_anbieter a,
#mitte_detail .download_vollversion a {
  background: none repeat scroll 0 0 #000;
  border: 0 none;
  border-radius: 0;
}

.df-table {
	border: 0 none;
	width: 80%;
	border-spacing: 0;
}

.df-table td {
	padding: 6px;
}

.df-table th {
	vertical-align: bottom;
}

.df-table tr {
	border-bottom: 1px solid #000;
}

.df-table tbody tr:nth-child(2n+1) {
	color: #000;
	background-color: #eee;
}

.df-table tbody tr:nth-child(2n) {
	color: #000;
	background-color: #fff;
}

.df-table tbody tr:last-child {
	border-bottom: 0 none;
}
