/*
	FARBEN:
	Grau:	#868789
	Rot:	#B4152B
*/
/************************ RESET ************************/
html * {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

/************************ LAYOUT ***********************/
#siteWrapper {
	width: 900px;
	margin: 50px auto 3em auto;
}
#contentWrapper,
#footer {
	width: 100%;
	float: left;
	border: 1px solid #D1D2D5;
	background-color: #fff;
}
#contentWrapper {
	border-bottom: none;
}
#footer {
	border-top: none;
	padding: 1em 0 .5em 0;
}
#colLeft {
	width: 210px;
	float: left;
	position: relative;
}
#colRight {
	width: 660px;
	float: right;
}
#content,
#theme {
	width: 620px;
	padding: 20px;
	float: left;
}
#theme {
	padding: 0 20px;
	border-top: 7px solid #868789;
	border-bottom: 7px solid #868789;
	line-height: 0px;
}

#navi {
	list-style: none;
	margin-left: -10px;
}
#navi li {
	line-height: 100%;
	padding-bottom: 10px;
}
#navi li.aktiv {
	background: url(../lib/nav_ecke.gif) no-repeat left 21px;
}
#navi li.aktiv span,
#navi a {
	display: block;
	padding: 4px .5em 4px 38px;
}
#navi li.aktiv span {
	background-color: #B4152B;
}
#navi .sub {
	padding: 10px 0 0 0;
	list-style: none;
}
#navi .sub a,
#navi .sub .aktiv span {
	padding-left: 50px;
}
#colLeft .anschrift {
	float: left;
	width: 172px;
	padding: 1em 10px 0 10px;
	margin: 1em 0 1em 18px;
	border-top: 1px solid #868789;
}
#colLeft .anschrift .logo {
	text-align: center;
}

/************************ FARBEN & HG-GRAFIK ***********/
body {
	background: #F0F2F5 url(../lib/pattern_platine.gif);
}

/************************ TEXTFORMATE ******************/

body {
	font: small/150% Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #B4152B;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
#content p,
#colLeft .anschrift p,
#content ul {
	margin-bottom: 1em;
}
#content h2 {
	font-family: "Arial Black", Helvetica, Arial;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-size: 1.8em;
	font-weight: normal;
	margin: 1.8em 0 .9em 0;
	padding: .25em 0;
	color: #B4152B;
	border-bottom: 1px solid #868789;
}
#content h3 {
	font-family: "Trebuchet MS", "Arial Black", Helvetica, Arial;;
	font-weight: normal;
	font-size: 1.4em;
	margin: 1.4em 0 .7em 0;
	color: #B4152B;
}
#content h4 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0;
}
#content h2:first-child,
#content h3:first-child,
#content h4:first-child {
	margin-top: 0;
}
#content ul {
	list-style: none;
}
#content li {
	padding-left: 1.5em;
	background: url(../lib/listenpunkt.gif) no-repeat .75em .6em;
}
#header {
	text-align: center;
}
#logo,
#header {
	font-size: 1em;
	margin: 25px;
}
#navi {
	font-size: 13px;
}
#navi a,
#footer a {
	text-decoration: none;
	color: #868789;
	font-weight: normal;
}
#navi a:hover,
#footer a:hover,
#navi a:active,
#footer a:active,
#footer .aktiv {
	color: #B4152B;
}
#navi .aktiv {
	color: #fff;
}
#footer {
	color: #868789;
	text-align: center;
}
#marginalie,
#colLeft .anschrift {
	font-size: 86%;
}
p.small {
	font-size: 90%;
	line-height: 1.5em;
}
