/*
 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: 100%;
	margin:0px 0 10px 0;
}

#aktuell_tab {
	margin:0px;
	padding:0px;
	margin-bottom: 1em;
}
#aktuell h2,
#aktuell_tab h2 {
	color: #636370;
	font-size: 13px;
}

#aktuell .datum, #aktuell_tab .datum {
	color: #111111;
	font-size: 11px;
	padding:0;
}
#aktuell_tab .pic-title{
	padding-top:4px;
	padding-bottom:5px;
	padding-right:13px;
}
#aktuell img, #aktuell_tab img {
	margin: 0;
}

/* ---------------------------------------------------
   Uebersicht
   =================================================== */
#aktuell .intern{
	padding-top:5px 0;
	color:#F18E00;
}




/* ---------------------------------------------------
   Detail
   =================================================== */

#aktuell p,
#aktuell h2 {
	margin-left:0px;
	padding-left:0px; 
	color: #111111;
}

.aktuelleintrag { 
	margin-top: 15px;
	width: 260px;
}

#aktuell .titel, #aktuell_tab .titel {
	color: #808080;
	font-size: 13px;
	font-weight: bold;
	padding:0;
	padding-bottom:5px;
}
#aktuell .titel2 {
	color: #CC0000;
	font-size: 11px;
	padding-left: 5px;
}

#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;
	
}

#aktuell .more a {
	
}

#aktuell .more a {
	color: #083A7F;
	text-decoration: none;
}
#aktuell .more a:visited {
	color: #0D62D5;
	text-decoration: none;
}
#aktuell .more a:hover, #aktuell .more a:active {
	color: #333;
	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: none;
}