/* user.css überschreibt die default.css Datei. */

/* Kopfbereich */
#nav-content{ 
	margin: 0 auto;
	background: #FFF repeat-x #CCC;
	border: 1px solid #CCC;
	/*border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	-o-border-radius-topleft: 10px;
	-o-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;*/

 }

/* Großer Slideshow Header */
.featured{
	background: #FFF repeat-x #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 10px 10px 0;
	height: 250px;
}

 /* Vorschauliste: Kleines Bild mit wenig Text zum weiterlesen */
.posts-quick{
	background: #FFF repeat-x #CCC;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 10px;
}
 
 /* Navigationsbereich mit Seitenanzahl */
 .navigation{
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding: 5px;
}
 
/* Fussbereich */
 #footer {
	margin: -20px auto 20px;
	width: 958px;
	background: #FFF repeat-x #CCC;
	border: 1px solid #CCC;
	/*border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
	-o-border-radius-bottomleft: 10px;
	-o-border-radius-bottomright: 10px;*/
 }
 
#footer .widgetcontainer	{ padding-top: 5px; }
#footer .widgettitle	{ background: none; border: none; text-transform: uppercase; font-size: 10px; color: #333; padding: 0 0 5px; }
#footer .widgetcontent	{ font-size: 11px; background: none; padding: 0; border: none; }
#footer .footer-message	{ border-left: 1px solid #EEE; float: left; overflow: hidden; margin: 5px 0 0; }
#footer .footer-message .widgetcontainer	{ width: 215px; overflow: hidden; }
#footer-sidebar		{ width: 960px; float: left; overflow: hidden; margin: 5px 5px 0; }
#footer-sidebar .widgetcontainer	{ float: left; margin: 0 0 5px 0; }
#footer-sidebar ul	{ list-style: square; }
#footer-sidebar li	{ margin: 0 0 3px; }
#footer .widgetcontent a:link, #footer .widgetcontent a:visited	{ font-size: 8px; }