/* Clearfix */
.clearfix {*zoom: 1;}
.clearfix:before, .clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}


nav, header img, aside, footer {display:none;}

body {
	/*    size/line-height      */
	font: 15px/20px Tahoma, Geneva, sans-serif;
}

.printonly {display: block;}
.screenonly {display: none;}

a {color: #000;}

a.logo { 
	text-decoration: none;
}

a.logo h1 { 
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem; 
}

/* Tabellen */
table {
	font-size: 12px;
	margin: 1em 0;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-collapse: collapse; 
}

caption { 
	display: none; 
}

table th, table td {
	border: 1px solid #e9e9e9;
	padding: 2px 4px;
	vertical-align: top; 
}

table th  {
	font-weight: bold;
	text-align: left;
	background: #f4f4f4; 
}


table tr.highlight {
	font-weight: bold;
	color: #932828;
	}

td.ndate {
	white-space: nowrap;}

div.gallery {
	margin: 1em -12px;
	}

div.gallery .pic {
	float: left;
	margin: 10px 12px;
	border: none;
	position: relative;
	outline: none;
	width: 136px; /* 2px mehr als Thumbnail wg. Border */
	}
div.gallery .pic a {
	height: 92px; /* 2px mehr als Thumbnail wg. Border */
	display: block;
}

div.gallery .pic img {
	border: solid #000 1px;
	margin: 0 auto;
	}

div.gallery .minitext {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: right; 
	color: #666;
	display: block;
	line-height: 14px;
	line-height: 1.4rem;
	}

div.galleryinfo {
	padding: 5px 10px;
	float: right;
	width: 298px;
	background: #D3D3D3;
	}

/* Zweispalter */
.twocols {
	margin: 1em 0;
	clear: both;
}

.twocols .one, .twocols .two {
	width: 296px;
	float: left;
}

.twocols .pic {
	margin: 0;
}

.twocols .one {
	margin-right: 24px;
}

.twocols .two {
}

/* Dreispalter */
.threecols {
	margin: 1em 0 1em;
	clear: both;
}

.threecols .one, .threecols .two, .threecols .three {
	width: 296px;
	float: left;
}

.threecols .one, .threecols .two {
	margin-right: 22px;
}

.threecols .pic {
	margin: 0;
	}