body {
	/* background: #c42c00 url(/pictures/Zahnraeder.png) repeat fixed; */
	background-color: #c42c00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3em;
	color: #ffffff;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
}

a {
	color: #575757;
} 

h1 {
	clear: both;
	font-size: 2em;
	text-align: right;
	margin-bottom: 0.1em;
	text-shadow: 3px 3px 8px #333;
	-webkit-text-shadow: 3px 3px 8px #333; /* für ältere Browser */
	-moz-text-shadow: 3px 3px 8px #333; /* für ältere Browser */
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
	padding-top: 0.5em;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

.text-allg {
	background-color: rgba(255,255,255,0.9);
	color: #575757;
	margin-bottom: 3em;
	padding: 0.5em;
}

.fl {
	float: left;
	margin-right: 1em;
	width: 300px;
	height: 188px;
	clear: left;
	margin: -0.4em 1em 1em -1em; 
	/* margin-left: -1.5em;  Wert sollte etwas mehr als das padding-left in .article sein */
	box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333; /* für ältere Browser */
	-moz-box-shadow: 3px 3px 4px #333; /* für ältere Browser */
}

.article {
	clear: both;
	background-color: #ffffff;
	color: #575757;
	padding: 0 1em 1.5em 1em;
	 /* padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 1em;  Wert sollte etwas kleiner als das margin-left in .fl sein */	
	border-bottom: 0.2em solid ;
    border-right: 1em solid #c42c00;
    margin-bottom: 3em;
    box-shadow: 3px 3px 3px #333;
    -webkit-box-shadow: 3px 3px 3px #333; /* für ältere Browser */
	-moz-box-shadow: 3px 3px 3px #333; /* für ältere Browser */
}

#navigation {
	display: inline;
	float: left;
	margin-bottom: 2em;
	width: 100%;
}

#navigation li {
	display: inline;
	font-size: 1.2em;
	margin-left: 0;
	position: relative;
}

#navigation ul {
    /* background-color: #FFFFFF; */
    margin: 0;
    padding: 0;
}

#navigation a {
    font-weight: bold;
    padding: 0.5em;
    text-transform: uppercase;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 8px #333;
	-webkit-box-shadow: 3px 3px 8px #333; /* für ältere Browser */
	-moz-box-shadow: 3px 3px 8px #333; /* für ältere Browser */
}

#navigation a:hover {
	color: #ffffff;
	background-color: #c42c00;
}

/*
li:active {
	color: #ffffff;
	background-color: #c42c00;
} */


#navigation a:link {
    /* color: #575757; */
    text-decoration: none;
    float: left;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
}

/*
html body div#navigation ul#nav> li.level1 a {
	color: #575757;
}*/

/*
#navigation a:active {
	color: #ffffff;
	background-color: #c42c00;
} */

/*
html body div#navigation ul#nav> li.level1_active a:active {
	color: #ffffff;
	background-color: #c42c00;
    text-decoration: none;
} */

.level1_active a {
	color: #ffffff !important;
	background-color: #c42c00 !important;	
}

.level1_active2 a {
	color: #ffffff !important;
	/* background-color: #c42c00 !important;	*/
	border-left: 20px solid #c42c00;
}

.mehr-button a {	
	background-color: #575757;
	border-radius: 10px;
	color: #ffffff;
	float: right;
	padding: 0.5em 1em 0.5em 0.5em;
	text-decoration: none;
	box-shadow: 3px 3px 3px #333;
}

.mehr-button a:hover {
	color: #ffffff;
	background-color: #c42c00;
}

.betonung {
	font-style: italic; 
	text-shadow: 3px 3px 8px #333;
	-webkit-text-shadow: 3px 3px 8px #333; /* für ältere Browser */
	-moz-text-shadow: 3px 3px 8px #333; /* für ältere Browser */
}

#page-top {
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	font-size: 0.7em;
	vertical-align: bottom;
}

#footer a {
	color: #ffffff; 
	text-decoration: none;
}
