/* CSS Document */

* {
	margin:0;
	padding:0;
}
p {
	margin-bottom:15px;
}
a {
	color: #FFF;
	font-size: 12px;
}
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: underline;
	color:#333;
}
a:active {
	text-decoration: none;
	color:#333;
}
body {
	text-align: center; /* horizontal zentrieren für IE 5 */
	margin-top: 50px;
	background-color: #FFF;
	margin-bottom: 25px;
	font-size: 12px;
	background-image: url(../bilder/BRUNNER_bg.jpg);
	background-repeat: repeat-x repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height: 18px;
}
#wrap {
	text-align: left;
	width: 968px;
	margin:0px auto;
}

#head {
	height: 250px;
	background-image: url(../bilder/head.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#main {
	background: url(../bilder/inhalt-schatten.png);
	width: 968px;
}
#content {
	z-index: 0;
	margin-left: 7px;
	margin-right: 7px;
}
#content-padding {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 17px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	height: 30px;
	padding-left: 20px;
	padding-top: 10px;
	line-height: normal;
	color: #333;
	padding-right: 20px;
	padding-bottom: 5px;
	clear:right;
	border-top: solid 1px;
	border-top-color: #DBDBDB;
	margin: 0px 40px;
	margin-left: 40px;
}
#footer-ende {
	height: 20px;
	background-image: url(../bilder/fuss-schatten-unten_09.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#footer a {
	color: #333;
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h2 {
	font-weight:lighter;
	font-size: 20px;
	line-height: normal;
	margin-bottom:24px;
	color:#333;
}
h3 {
	margin-bottom:9px;
	font-size: 16px;
}
a.interner-link {
	background: url(../bilder/link-icon.gif) left 2px no-repeat;
	padding-left: 17px;
	color: #333;
	font-size: 14px;
}
a.interner-link:link {
	color: #333;
	text-decoration: none;
}
a.interner-link:visited {
	text-decoration: none;
	color: #333;
}
a.interner-link:hover {
	text-decoration: underline;
	color: #333;
}
a.interner-link:active {
	text-decoration: none;
	color: #FFF;
}
.hauptueberschrift {
	height: 58px;
	padding-left: 14px;
}
#div {
	padding: 0px 62px 24px 0px;
}
#hauptspalte {
	text-align: left;
	float: right;
	width: 730px;
	/*margin-right: 12px;*/
	margin-top: 50px;
	padding-left:170px;
	min-height: 300px;
	font-family: Arial, Helvetica, sans-serif;
}
#hauptspalte ul {
	list-style-type: none;
	list-style-image: url(../bilder/list-style.gif);
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 17px 25px;
}
#hauptspalte li {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
}

/* ############################*/
/*      Inhaltselemente        */
/* ############################*/


.floatcleaner {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
/* 2-3 Spalter*/

/* 2+3 */
.zweier, .dreier {
	margin: 0px;
	width: 654px;
	margin-left: 0px;
}
/* 2 */
.zweier .spalte_1 {
	width: 514px;
	float: left;
}
.zweier .spalte_2 {
	width: 114px;
	float: left;
	margin-left: 26px;
}
/* 2 mit Bild */
.zweier-bild .spalte_1 {
	width: 472px;
	float: left;
}
.zweier-bild .spalte_2 {
	width: 155px;
	float: left;
	margin-left: 26px;
	text-align: left;
}
.zweier-bild {
	margin: 0px;
	width: 654px;
	margin-left: 0px;
}
.zweier-bild .spalte_2 img {
	border: #333 1px solid;
	margin-bottom: 6px;
}
.zweier-bild .spalte_2 dl {
}
.zweier-bild .spalte_2 dl dt {
	margin-bottom: 0;
}
.zweier-bild .spalte_2 dl dd {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
}
.bildunterschrift {
