@charset "UTF-8";
/**
 * "atBits CMS" - (X)HTML/CSS Framework
 *
 * (Beschreibung / Description)
 * CSS Überladen
 *
 * @package		atBits CMS
 * @lastmodified	$Date: 27.04.2010 11:17 $
 */ 
/* Gesamtseite Randsteuerung */
.page {
padding: 1px !important;
}
/* Box Überschrift */
.boxright-headline {
background: none !important;
background-color: #FFFFFF !important;
}
/* Box Text */
.boxright {
background: none !important;
background-color: #FFFFFF !important;
border-left: 0px !important;
border-right: 0px !important;
border-bottom: 0px !important;
border-top: 0px !important;
}
/* News Box */
.newsEntry {
background: none !important;
background-color: #FFFFFF !important;
border-left: 0px !important;
border-right: 0px !important;
border-bottom: 0px !important;
border-top: 0px !important;
}
/* Navigationsleiste */
.hlist {
background: none !important;
background-color: #C2D2DF !important;
border-left: none !important;
border-right: none !important;
border-bottom: 0px !important;
border-top: 0px !important;
border-width: 0 0px !important;
width:100% !important;
}
/* Innere Navigationsleiste */
.hlist div {
border-left: 0px solid #FFFFFF !important;
border-right: 0px solid #FFFFFF !important;
}
/* Fusszeile */
.footer {
background: none repeat scroll 0 0 #000000 !important;
color: #FFFFFF !important;
}
