/**
 *	Standard-Tags
 */
body {
	color: #4b4b4d;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
}

a {
	color: #4b4b4d;
	text-decoration: none;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

sup {
	bottom: 0.5ex;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 80%;
}


/*** Tags im Inhaltsbereich ***/
#wrapper_content_middle h1 {
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 10px;
}
#wrapper_content_middle h2 {
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 125%;
}
#wrapper_content_middle h2.hellblau { color: #0093D0; }
#wrapper_content_middle h2.dunkelblau { color: #003D8F; }
#wrapper_content_middle h2.dunkelblau2 { color: #262c7e; }
#wrapper_content_middle h2.gruen { color: #009036; }
#wrapper_content_middle h2.gruen2 { color: #185a1e; }
#wrapper_content_middle h2.rot { color: #ba1621; }
#wrapper_content_middle h2.lila { color: #5f4692; }
#wrapper_content_middle h2.mint { color: #78b382; }

#wrapper_content_right h2.hellblau { color: #0093D0; }
#wrapper_content_right h2.dunkelblau { color: #003D8F; }
#wrapper_content_right h2.dunkelblau2 { color: #262c7e; }
#wrapper_content_right h2.gruen { color: #009036; }
#wrapper_content_right h2.gruen2 { color: #185a1e; }
#wrapper_content_right h2.rot { color: #ba1621; }
#wrapper_content_right h2.lila { color: #5f4692; }
#wrapper_content_right h2.mint { color: #78b382; }

#wrapper_content_middle h3 {
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 10px;
}
#wrapper_content_middle h4 {
	font-size: 115%;
	font-weight: normal;
	padding-bottom: 10px;
}
#wrapper_content_middle h5 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;
}

#wrapper_content_middle p {
	padding-bottom: 10px;
	line-height: 15px;
	color: #646466;
}

#wrapper_content_middle a {
	font-weight: bold;
}
#wrapper_content_middle a.bulletlink {
	padding-left: 17px;
	background: url(../px/bullet-link.png) no-repeat left 1px;
}
#wrapper_content_middle a.bulletlink-small {
	font-size: 85%;
	padding-left: 17px;
	background: url(../px/bullet-link.png) no-repeat left 1px;
}


#wrapper_content_middle ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
	padding-bottom: 5px;
}
#wrapper_content_middle ul li {
	line-height: 15px;
	padding-bottom: 5px;
}

#wrapper_content_middle ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
	padding-bottom: 5px;
}
#wrapper_content_middle ol li {
	line-height: 15px;
	padding-bottom: 5px;
}


/**
 *	Sonder-Klassen
 */
.hidden {
	display: none;
}

.clr {
	clear: both;
	font-size: 0.1em;
	height: 1px;
}

.no-margin {
	margin-bottom: 0 !important;
}

p.align-left {
	text-align: left;
}
p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}

a.button-blue-light {
	color: #fff;
	padding: 5px 10px;
	line-height: 30px;
	background-color: #0093D0;
	text-decoration: none:
}
a.button-blue-dark {
	color: #fff;
	padding: 5px 10px;
	line-height: 30px;
	background-color: #003D8F;
	text-decoration: none:
}
a.button-green {
	color: #fff;
	padding: 5px 10px;
	line-height: 30px;
	background-color: #009036;
	text-decoration: none:
}
