/* Reset */

.plusx-container,
.plusx-container div,
.plusx-container h1,
.plusx-container h2,
.plusx-container h3,
.plusx-container ol,
.plusx-container ul,
.plusx-container p,
.plusx-container span,
.plusx-container table,
.plusx-container td,
.plusx-container img,
.plusx-container li,
.plusx-container hr,
.plusx-container input,
.plusx-container tt {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	color: #171717;
	border: 0;
}

/* Struktur */

.plusx-clearit { clear: both; }

.plusx-container { width: 620px;  padding-top: 9px; }

.specialpad {
    padding-top: 14px;
}

.plusx-container #breadcrumb {
    height: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.plusx-container #breadcrumb p, .plusx-container #breadcrumb a {
    font-size: 10px;
    line-height: 10px;
    color: #777;
    padding: 10px 0 0 2px;
}

.plusx-container #breadcrumb a {
    text-decoration: none;
    padding: 0;
}

.plusx-container .plusx-kontakt {
	background: url(bilder/bg-kontakt.gif) 0 100% no-repeat;
	border-top: 1px solid #cbcbcb;
	margin: 0 0 24px 0;
	padding-left: 154px;
	width: 466px;
}
.plusx-container .plusx-kontakt p {
	line-height: 23px;
	padding: 10px 0 19px 0;
}

.plusx-kontakt .plusx-links,
.plusx-kontakt .plusx-rechts
 {
	width: 166px;
	float: left;
}

.plusx-container .plusx-ansprechpartner { margin: 0 0 24px 0; }

.plusx-ansprechpartner .plusx-links,
.plusx-ansprechpartner .plusx-rechts
 {
	background: url(bilder/bg-ansprechpartner.gif) 0 100% no-repeat;
	border-top: 1px solid #cbcbcb;
	float: left;
	height: 164px;
	width: 300px;
}

.plusx-ansprechpartner .plusx-links img,
.plusx-ansprechpartner .plusx-rechts img {
	float: left;
	margin: 9px 0 0 10px;
}

.plusx-ansprechpartner .plusx-links p,
.plusx-ansprechpartner .plusx-rechts p {
	float: left;
	margin: 48px 0 0 16px;
}

.plusx-ansprechpartner .plusx-links p.plusx-ohne-bild,
.plusx-ansprechpartner .plusx-rechts p.plusx-ohne-bild {
	padding-left: 40px;
}

.plusx-ansprechpartner .plusx-links { margin-right: 20px; }

/* Listen */

.plusx-container ol {
	padding: 0 0 19px 0;
	list-style-type: decimal;
	list-style-position: inside;
}

.plusx-container ol li {
	padding: 0 0 17px 0;
	font-weight: bold;
}

.plusx-container ol li span {
	font-weight: normal;
}

.plusx-container ol ul { list-style-type: none; }
.plusx-container ol ul li { font-weight: normal; } 


.plusx-container ul {
	list-style-type: none;
	padding: 0 0 19px 0;
}

.plusx-container ul li {
	background: url(bilder/bullet.gif) 0 8px no-repeat; 
	padding: 0 0 0 10px;
}


.plusx-container .plusx-vorteilsliste {
	background: #e5f7e7;
	border: 1px solid #4cc55d;
	margin: 0 0 17px 0;
	padding: 10px 0 6px 38px;
}

.plusx-container .plusx-vorteilsliste ul {
	list-style-position: inside;
	list-style-type:none;
	padding: 0;
}

.plusx-container .plusx-vorteilsliste li {
	background: url(bilder/pfeil-gruen.gif) 0 3px no-repeat; 
	float:left;
	padding: 0 0 3px 21px;
	width: 145px;
}
.plusx-vorteilsliste li.plusx-first { width: 186px; }
.plusx-vorteilsliste li.plusx-last { width: 170px; }

/* Typo */

.plusx-container h1 {
	color: #810020;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	padding: 20px 0 18px 0;
}

.plusx-container h2 {
	background: url(bilder/grau.gif) repeat-x 0 28px;
	color: #800020;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 24px 0;
}

.plusx-service h2 {
	font-weight: bold;
	padding: 0 0 39px 0;
}

.plusx-container h3 {
	color: #800020;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 0 16px 0;
}

.plusx-container p {
	padding: 0 0 19px 0;
}

.plusx-container a {
	color: #171717;
	text-decoration: underline;
}

.plusx-container strong a {
	color: #810020;
}

.plusx-container a:hover {
	text-decoration: none;
}


