@charset "UTF-8";
/* Resets - Alle Browser sollen sich gleich verhalten */

* {
	margin:0; /* Aussenabstaende weg */
	padding:0; /* Innenabstaende weg */
}

/* Keine Rahmen per default, bei Bildern kaemen sie im Falle des Verweises */
fieldset, img {
	border: 0;
}

table {
	border-spacing: 0; /* entspricht cellspacing */
	border-collapse: collapse; /* das verhindert doppelte Rahmenlinien */
	font: inherit; /* Uebernehmen des Schrifteinstellungen des Elternelements */
	
}

select, input, textarea, button {
	font-family:inherit;
	font-size:inherit;
	/* Uebernehmen der Einstellungen aus dem Elternelement */
}

/* Optional - Anfang */
q:before, q:after, blockquote:before, blockquote:after {
	content:''; /* Anfuehrungszeichen weg */
}
q, blockquote {
	quotes:none;
} /* Optional - Ende */
/* Reset Ende */

/* grundlegende Mindestangaben */
html, body {
	height:100%;
}

body {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #C2D990;  /* background-image: url(../images/background.png); */
	/* background-repeat: repeat-x; */
}

.hide{
	display:none;
}

hr {
	display:none;
}

a:link,a:visited,a:active {
	color: #19A03C;
	text-decoration:underline;
}

a:hover,a:focus {
	color: #19A03C;
	text-decoration:none;
}

p {
	padding: 4px 0;
	font-size: 1em;
	line-height: 150%;
}
/* ---------------------------------------------------- */

h1 {
	color: #19A03C;
	font-size: 1.5em;
	padding: 0 0 8px 0;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	padding: 0 0 28px 0;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	padding:0 0 6px 0;
	font-weight: bold;
	line-height: 150%;
	
}
h4 {
	font-size: 1.1em;
	padding: 0 0 3px 0;
	font-weight: bold;
	color: #19A03C;
	line-height: 200%;
}

h5 {
	font-size: 1em;
	padding:0 0 3px 0;
	font-weight: bold;
	color: #19A03C;
}

h6 {
	font-size: 1.4em;
	padding:0 0 6px 0;
	font-weight: bold;
	line-height: 150%;
	color: #fb5402;
	
}

td{
	line-height: 170%;
	padding-left: 7px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
}
strong{
  font-weight: bold;
}
#container {
	padding: 0;
	position: relative;
	width: 880px;
	height: 1000px;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#schatten{
	/* background-color: #999; */
	

	
	
}
#content {
	background-color: #C2D990;
	width: 820px;
	height: 2000px;
	z-index: 1;
	position: absolute;
	top: 28px;
	left: 30px;
	clear: both;
}
#menu{
	background-color: #AFCC6E	;
	width: 220px;
	height: 1200px;
	z-index: 2;
	position: relative;
	top: 0px;
	left: 60px;
	float: left;
}

#mobile {
	
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.schatten_o{
  background-image: url(../media/schatten_o.png);
  width: 880px;
  height: 65px;
}
.schatten_m{
	background-image: url(../media/schatten_m.png);
	background-repeat: repeat-y;
	width: 880px;
	height: 1850px;
}
.schatten_u{
  background-image: url(../media/schatten_u.png);
  width: 880px;
  height: 65px;
}
.logo{
  background-image: url(../media/logo_maengel.png);
  width: 209px;
  height: 236px;
  position: relative;
  top: 50px;
  left: 5px;
}
.menutext{
  width: 190px;
  height: 270px;
  position: relative;
  top: 80px;
  left: 15px;
  /* background-color: red; */
}
.cont_text{
  /* background-color: red; */
  width: 460px;
  height: 1850px;
  position: absolute;
  top: 50px;
  left: 325px;
}
.negativ30{
  margin-left: -30px;
}
.smaller{
  font-size: 0.9em;
}

li{
	padding-left: 10px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 180%;
	}