/*
 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: 550px;
	margin:0px 0 10px 0;
	background-color:#FFFFFF
}

#aktuell_tab {
	margin:0px;
	padding:0px;
	margin-bottom: 1em;
}
#aktuell h2,
#aktuell_tab h2 {
	color: #008000;
	font-size: 12px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#aktuell .datum {
	color: #999;
	font-size: 11px;
	margin-left:0px;
	padding-left:0px;
}

/* ---------------------------------------------------
   Uebersicht
   =================================================== */





/* ---------------------------------------------------
   Detail
   =================================================== */

#aktuell p,
#aktuell h2 {margin-left:0px;padding-left:0px; }

.aktuelleintrag { 
	margin-top: 15px;
	width: 260px;
}

#aktuell .titel {
	color: #008000;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.titel2 {
	color: #008000;
	font-size: 11px;
}

#aktuell td {
	color: #333333;
	font-size: 11px;
	line-height: 150%;
	font-size: 11px;
	padding:0;
	margin:0;
}

#aktuell .more {
	text-align: left;
	font-size: 11px;
	
}

.more a {
	
}

.more a {
	color: #008000;
	text-decoration: none;
}
.more a:visited {
	color: #008000;
	text-decoration: none;
}
.more a:hover, #aktuell .more a:active {
	color: #008000;
	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;
    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;
}
