/*
 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 : 
*/



/* ---------------------------------------------------
   Uebersicht
   =================================================== */

#aktuell {
	border-left: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
	border-bottom: #cacaca 1px solid;
	padding: 10px;
	width: 188px;
	color: #4c4c4c;
	}

/*#aktuell_haupt {
	border-bottom:1px solid #CACACA;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
	float:left;
	padding:7px 12px 8px;
	width:499px;
}
*/
#aktuell_tab {
	margin:0px;
	padding:0px;
	margin-bottom: 1em;
}

#aktuell_tab .datum, #aktuell_haupt_tab .datum {
	font-size: 11px;
	margin-bottom: 3px;
	padding: 0;
}

#aktuell h2 {
	color: #4c4c4c;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 0;
	height:auto;
}

#aktuell_tab h2 {
	color: #4c4c4c;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 0;
}

#aktuell_haupt_tab h2 {
	color: #4c4c4c;
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
}


#aktuell_tab_haupt h2 {
	color: #003466;
	font-size: 12px;
	margin: 5px 0;
	padding: 15px 0 0 0;
}

#aktuell_tab p {
	color: #4c4c4c;
	font-size: 12px;
	margin-top: 3px;
	padding: 0;
}

#aktuell_tab_haupt p {
	color: #003466;
	font-size: 12px;
	margin-top: 3px;
	padding: 0;
}


#aktuell_tab .more {
	text-align: left;
	font-size: 13px;
	
}


#aktuell_tab a.more {
	color: #4c4c4c;
	text-decoration: none;
}
#aktuell_tab a.more:visited {
	color: #4c4c4c;
	text-decoration: none;
}
#aktuell_tab a.more:hover, #aktuell_tab a.more:active {
	color: #757575;
	text-decoration: none;
}

#aktuell_tab_haupt a.more {
	line-height: 18px;
	color: #4c4c4c;
	text-decoration: none;
}
#aktuell_tab_haupt a.more:visited {
	line-height: 18px;
	color: #4c4c4c;
	text-decoration: none;
}
#aktuell_tab_haupt a.more:hover, #aktuell_tab_haupt a.more:active {
	color: #757575;
	text-decoration: none;
}



/* ---------------------------------------------------
   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;
}*/
