/**
 *	Standard-Tags
 */
body {
	color: #4c4e4d;
	background: #fff url(../_images/background.png) repeat-y left top;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	text-align: left;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 90%;
}

#wrapper_content {
	line-height: 125%;
}


/* linke Spalte */
#wrapper_content_left a {
	color: #00adef;
	text-decoration: none;
}

#wrapper_content_left p {
	padding-bottom: 10px;
	color: #4c4e4d;
}

#wrapper_content_left h1 {
	padding-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
}

#wrapper_content_left h2 {
	padding-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
}

#wrapper_content_left h3 {
	padding-bottom: 5px;
	color: #00adef;
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}

#wrapper_content_left h4 {
	padding-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
}


/* rechte Spalte */
#wrapper_content_right a {
	color: #fff;
	text-decoration: none;
}

#wrapper_content_right p {
	padding-bottom: 15px;
}

#wrapper_content_right h1 {
	padding-bottom: 15px;
	color: #fff;
	font-size: 125%;
	font-weight: normal;
}

#wrapper_content_right h2 {
	padding-bottom: 15px;
	color: #fff;
	font-size: 115%;
	font-weight: bold;
}

#wrapper_content_right h3 {
	padding-bottom: 15px;
	/*color: #fff;*/
	font-size: 135%;
	font-weight: bold;
}

#wrapper_content_right h4 {
	padding-bottom: 5px;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
}

#wrapper_content_right h5 {
	padding-bottom: 5px;
	/*color: #fff;*/
	font-size: 135%;
	font-weight: normal;
}


#wrapper_content_right ul {
	list-style-type: disc;
	padding-bottom: 15px;
}
#wrapper_content_right ol {
	list-style-type: decimal;
	padding-bottom: 15px;
}
#wrapper_content_right ul li,
#wrapper_content_right ol li {
	margin: 0 0 0 25px;
	padding: 0 0 5px 0;
}



/**
 * spezielle Elemente
 */
.clr {
	clear: both;
	height: 1px;
	line-height: 0.1em;
}

#wrapper_content_left .morelink a {
	display: block;
	width: 125px;
	height: 19px;
}
#wrapper_content_left .morelink a span {
	display: none;
}




/**
 *	Inhaltsüberschriften
 */
h2.headline {
	width: 100%;
	height: 30px;
	color: #fff;
}
h2.headline span {
	display: none;
}

h2.headline-home {
	background: url(../_images/headline_home.png) no-repeat left top;
}
h2.headline-meldung {
	background: url(../_images/headline_meldung.png) no-repeat left top;
}
h2.headline-profil {
	background: url(../_images/headline_profil.png) no-repeat left top;
}
h2.headline-referenzen {
	background: url(../_images/headline_referenzen.png) no-repeat left top;
}
h2.headline-team {
	background: url(../_images/headline_team.png) no-repeat left top;
}
h2.headline-kontakt {
	background: url(../_images/headline_kontakt.png) no-repeat left top;
}
h2.headline-impressum {
	background: url(../_images/headline_impressum.png) no-repeat left top;
}
h2.headline-anfahrt {
	background: url(../_images/headline_anfahrt.png) no-repeat left top;
}


