/*
 OneByte GmbH - e-Business & Webdesign - www.onebyte.ch
 
 Filename    : web.css
 Created by  : Serkan Tüten (tue@onebyte.ch)
 Purpose     : Stylesheet für Browserdarstellung
 Please note : 
*/

/* ---------------------------------------------------
   Allgemein
   =================================================== */
#aktuell { 
	width: 190px;
	float: right;
	padding: 21px 15px;
	background: #E6E8EA;
}
#aktuell .datum {
	font-size: 11px;
}
#aktuell .titel {
	width: 190px;
	border-bottom: 1px solid #7e838b;
	color: #7e838b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 13px;
}

/* ---------------------------------------------------
   Uebersicht
   =================================================== */
#aktuell table {
	margin: 0 0 10px 0;
}
#aktuell td {
	line-height: 150%;
	padding:0;
	margin:0;
}

/* ---------------------------------------------------
   Detail
   =================================================== */

.centeredthumb {
    width: 75px;
    height: 75px;
    background: #f0f0f0 no-repeat center;
    border: 1px solid #000;
}
.centeredthumb2 {
    width: 200px;
    height: 200px;
    background: #f0f0f0 no-repeat center;
    border: 1px solid #000;
}
.centeredthumb3 {
    width: 140px;
    height: 140px;
    background: #f0f0f0 no-repeat center;
    border: 1px solid #000;
}
