@CHARSET "utf-8";
/*	CSS-Datei für den Dynamics-Teil der Website.
	Es werden alle wichtigen Einstellungen vorgenommen
	@author		Matthias Bosewitz
	@copyright	2011
	@version	2.1 alpha
*/

/* Design zurücksetzen */
html, body, p {
	margin: 0;
	padding: 0;
	background-color: none;
	font-family: Arial, Verdana;
	font-size: 14px;
}
h1 {
	font-size: 25px;
	font-style: normal;
	font-weight: bold;	
	margin: 0 0 2px 0;
	padding: 2px 2px 2px 20px;
	background-color: #ffaa00; /* dunkles orange */
}

/* Haupt-Menü */
#menu {
	padding: 2px 5px 2px 20px;
	background-color: #ffdd55;	/* helleres orange */
}

#menu a {
	padding: 5px 20px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffee77; /* fast gelbes orange */ 
	border: 0px;
	-moz-border-radius: 10px;
	text-decoration: none;
	color: #bb0000;	/* dunkelrot */
	font-size: 1em;
	font-weight: bold;
}
#menu a:active {
	background-color: #ffff88;	/* helles gelb */	
}
#menu a:hover, a:focus {
	background-color: #ffff00; /* intesives gelb */
}


/* Haupt-Bereich mit den Sections */
#main {
	padding: 0 15px 0 22px;	
}

#main h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;	
}