* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 80%;
	line-height: 1.4em;	
	font-family: Arial, Helvetica, sans-serif;
	margin-top:20px;
}

/* Anfang: Blöcke zur Gliederung der Seite in Haupteinheiten */
#wrap {
	width: 919px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#wrapcontent {
	width:880px;
	margin:0;
}

#header {
	width: 919px;
	height: 110px;
	margin-bottom: 20px;
}

#inhalt {
	float: right;
	width: 680px;
	height: auto;
	text-align:justify;
	margin: 0 0 30px 0;
}

#inhalt ul {
	margin-left: 40px;
}

#inhaltstext {
	background-color:#ededed;
	/*background-image:url(/img/ecke.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	padding: 18px;
	margin-top:0;
}
#start #inhaltstext {
	background-color:#EDEDED;
	padding: 18px 18px 18px 22px;
}

#inhaltstext a {
	color:#CC0000;
}

#navigation {
	float: left;
	width: 144px;
	height: auto;
	padding: 18px;
	background-image:url(/img/ecke_navi.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ededed;
	margin-right:20px;
	display:block;
}

#footer {
	clear:both;
	width: 660px;
	height: 20px;
	border-bottom: 1px solid #898b91;	
	padding: 0 0 10px 220px;
	margin: 0 0 40px 0;
	color:#898b91;
}
/* Ende: Blöcke zur Gliederung der Seite in Haupteinheiten */


/* Anfang: Formatierung von Standardelementen */
h1 {
	font-size: 180%;
	padding: 12px 0 10px 30px;	
	color: #fff;
	background-image:url(/img/ecke_content_headline.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#0f70b4;	
}

h2, h3, h4, h5, h6 {
	margin: 20px 0 5px 0;
	clear: both;
}

h2 {
	font-size: 130%;
	margin-top: 25px;
}

h3 {
	font-size: 110%;
	font-style:normal;
	text-decoration:underline;
	margin-top: 15px;	
}

h4, h5, h6 {
	font-size: 105%;
}

p, form {
	margin: 0 0 15px 0;
}

img, a img {
	border: 0;
}
/* Ende: Formatieruing von Standardelementen */


/* Anfang: Hauptnavigation */
#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul ul, #navigation li li {
	list-style-type: none;
}

#navigation li {
	clear:both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display:block;
}

#navigation a:link, #navigation a:visited {
	float: left;
	line-height: 120%;
	margin: 0 0 10px 0;
	text-decoration: none;
	color: #677883;
}

#navigation a:hover, body#start a#startnav, body#news a#startnews, body#profil a#profilnav, body#management a#managementnav, body#ir a#irnav, body#referenzen a#referenzennav, body#beteiligungen a#beteiligungennav, body#kontakt a#kontaktnav, body#kontaktform a#kontaktformnav, body#impressum a#impressumnav {
	border-bottom: 3px solid #90aec5;
	padding-bottom: 1px;
	margin: 0 0 6px 0;	
	background: transparent;
	color: #0f70b4;
}

#navigation ul ul {
	display:none;
}

body#kontakt ul ul, body#kontaktform ul ul {
	display:block;
	margin: 0 5px 3px 10px;		
}
/* Ende: Hauptnavigation */


/* Anfang: Links im Footer */
#footer ul, #footer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-weight:bold;	
}

#footer a:link, #footer a:visited {
	margin: 0 20px 0 0;
	text-decoration: none;
	color:#898b91;
}

#footer a:hover {
	color:#898b91;
	text-decoration:underline;
}
/* Ende: Links im Footer


/*Anfang: spezielle Klassen */
.leftalign {
	float: left;
}

#inhaltstext .leftalign {
	float:left;
	margin: 5px 15px 5px 5px;
}

.rightalign {
	float: right;
}

#inhaltstext .rightalign {
	float:right;
	margin: 5px 5px 5px 15px;
}

.textklein {
	font-size: 70%;
	line-height:normal;
}
.clear {
	display:none;
}

.none {
	display:none;
}

#FooterPrint {
	display:none;
}
/*Ende: spezielle Klassen */

/* Anfang: Elemente im Inhaltsbereich */
#flashcontent {
	margin: 0 20px 0 20px;
}

#flashcontent p {
	margin: 0 0 15px 0;
}

#flashcontent ul {
	margin: 0 20px 15px 40px;
}

.nachoben {
	text-align:right;
	margin: -15px 20px 0 20px;
	font-weight:bold;
}

.nachoben a:link, .nachoben a:visited {
	text-decoration:underline;
	color:#CC0000;
}

.nachoben a:hover {
	color:#CC0000;
	text-decoration:underline;
}
/* Ende: Elemente im Inhaltsbereich */