/* css für http://www.mafu.ws  */


/* Standard-Elemente */

/* Hervorhebung: fett und dunkelrot */
em 
{
	font-weight : bold;
	color: #900040;
	font-style : normal;
}

/* starke Hervorhebung: fett */
strong
{
	font-weight : bold;
	font-style : normal;
}


/* Ueberschriften*/
h1 
{
	margin: 0;
	font-size: 333%;
	background-repeat : no-repeat;
}

h2 
{
	padding: 10px;
	margin: 3px 0 0 0;
	margin-left: auto;
    margin-right: auto;
	font-size: 200%;
	background-repeat : no-repeat;
	
	
}

h3 
{
	margin: 0;
	padding: 4px 0px 3px 0px;
	font-size: 120%;
	background-repeat : no-repeat;
}




/* Voreinstellungen fuer das gesamte Dokument */
BODY 
{
	background : #ffffff repeat-x scroll top left;
	margin: 0;
	padding: 0;
}

/* zentrieren */
#center 
{
	text-align: center;
}

/* gesamte Seite */
#page {
	min-width: 950px;
	width : 96%;
	max-width: 1250px;
	padding: 10px;
	margin: 3px 0 0 0;
	margin-left: auto;
    margin-right: auto;
	border: none;
	text-align: left;
}



/* Haupt-Textfeld */
#main_text {
	min-width: 950px;
	width : 96%;
	max-width: 1250px;
	padding: 10px;
	margin: 3px 0 0 0;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #808080;
	background : #c0c0c0 no-repeat top left;
}

/* Fusszeile */
#footer_text {
	min-width: 950px;
	width : 96%;
	max-width: 1250px;
	font-size: 80%;
	padding: 10px;
	margin: 3px 0 0 ;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #808080;
	background : #a4a4d2 no-repeat top left;
}

/* mormaler Text */
#plain {
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}


/* Bilder */
#image 
{
	padding: 0px;
	margin: 6px 0px 10px 20px;
	width: 480px;
	border: none;
}

/* Listen */
#ul
{
	text-align: left;
}



/* Menues */
#menuBar 
{
	min-width: 950px;
	width : 96%;
	max-width: 1250px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #808080;
	background : #a4a4d2 repeat-x top left;
	text-align: left;
}

ul.menuBar
{
	margin: 0;
	padding: 4px 0px 4px 0px;
}

li.menuButton 
{
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  
{
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.menu 
{
	border: 1px solid #737373;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
}

a.menuItem, a.menuItemActive 
{
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 5px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover
{
  background-color: #4A452F;
  color: #ffffff;
}


a.menuItem:hover, a.menuItemActive
{
  background-color: #737373;
  color: #ffffff;
}












