/*
 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: 150px;
	margin: 0;
}
#aktuelltipps {
	width: 580px;
}
#aktuell_tab, #aktuelltipps_tab {
	margin: 0;
	padding: 0;
}
* html #aktuell td {
	padding-left: 4px;
}
#aktuell h2,
#aktuell_tab h2,
#aktuelltipps h2,
#aktuelltipps_tab h2
 {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
}

#aktuell .datum,
#aktuelltipps .datum {
	font-size: 11px;
	margin-left: 0;
	padding-left: 0;
}

/* ---------------------------------------------------
   Uebersicht
   =================================================== */


/* ---------------------------------------------------
   Detail
   =================================================== */

#aktuell p {
	margin-left: 0;
	padding-left: 0; 
	padding-bottom: 5px; 
}
* html #aktuell p {
	padding-bottom: 0;
}
.aktuelleintrag { 
	margin-top: 15px;
	width: 260px;
}

#aktuell .titel {
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#aktuell .titel2 {
	color: #ffffff;
	font-size: 11px;
	padding-left: 5px;
}

#aktuell td {
	font-size: 11px;
	line-height: 150%;
	font-size: 11px;
	padding:0;
	margin:0;
}

#aktuell .more {
	text-align: left;
	font-size: 11px;
	
}
#aktuell .more a {
	text-decoration: none;
}
#aktuell .more a:visited {
	color: #ffffff;
	text-decoration: none;
}
#aktuell .more a:hover, #aktuell .more a:active {
	color: #264480;
	text-decoration: underline;
}

#aktuell .more2 {
	margin-top: 1.5em;
	border-top: 1px solid #dedede;
	padding-top: 0.5em;
	/* float: left; */
	width:100%
}

#aktuell .more2 a {
	font-size: 11px;
}

.centeredthumb {
    width: 75px;
    height: 75px;
		vertical-align: top;
}
.centeredthumb2 {
    width: 200px;
    height: 200px;
		vertical-align: top;
}
.centeredthumb3 {
    width: 140px;
    height: 140px;
    border: none;
		vertical-align: top;
}
