* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url(/img/pkv-bg.gif);
	background-repeat: repeat-y;
}

body {
	width: 820px;
	height: 100%;
	font-size: 11px;
	font-family: verdana;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-y;
}

a {
	text-decoration: none;
	color: #000;
}

li {
	list-style-type: none;
}

p {
	margin-top: 11px;
	margin-bottom: 11px;
}

#content p {
	margin-left: 8px;
	margin-right: 10px;
}

#teaserLeft ul, #teaserRight ul {
	border-bottom: 1px solid #FDFFF0;
}

#teaserLeft ul li a, #teaserRight ul li a {
	background-image: url(/img/arrowGray.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 10px;
	padding-left: 7px;
}

#teaserLeft ul li, #teaserRight ul li {
	height: 19px;
	padding-top: 6px;
	border-top: 1px solid #FDFFF0;
}

#teaserLeft ul.green li a {
	background-image: url(/img/arrowGreen.gif);
}

#teaserRight ul.box {
	background-color: #D9E6BA;
}

#teaserRight ul.box li {
	height: 201px;
}

#teaserRight ul.box .text {
	padding-left: 13px;
	padding-right: 9px;
	padding-top: 2px;
	font-size: 9px;
	height: 179px;
}

#teaserRight ul.box .more {
	border-top: 0px;
	height: 20px;
	text-align: right;
	padding-right: 12px;
}

#teaserRight ul.box a.more {
	float: right;
	background-image: url(/img/arrowDouble.gif);
	padding-left: 12px;
}

#teaserRight ul.box li a {
	background-image: url(/img/arrowBottom.gif);
	background-position: 0px 5px;
	padding-left: 9px;
	color: #6A7940;
}

#teaserRight ul.image li {
	height: 69px;
	padding-left: 82px;
	width: 87px;
}

#teaserRight ul.image li a {
	color: #FFF;
	margin-left: 0px;
}

#teaserRight ul.image li.index1 {
	background-image: url(/img/Singles.jpg);
	background-repeat: no-repeat;
}

#teaserRight ul.image li.index2 {
	background-image: url(/img/Studenten.jpg);
	background-repeat: no-repeat;
}

#teaserRight ul.image li.index3 {
	background-image: url(/img/Arbeitnehmer.jpg);
	background-repeat: no-repeat;
}

#teaserRight ul.image li.index4 {
	background-image: url(/img/Beamte.jpg);
	background-repeat: no-repeat;
}

#teaserRight ul.image li.index5 {
	background-image: url(/img/Selbstaendige.jpg);
	background-repeat: no-repeat;
}

#teaserRight ul.image li.index6 {
	background-image: url(/img/Familien.jpg);
	background-repeat: no-repeat;
}

#teaserRight ul.image li.index7 {
	background-image: url(/img/Senioren.jpg);
	background-repeat: no-repeat;
}


h1 {
	height: 21px;
	padding-left: 7px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: normal;
	color: #F7FFF9;
}

#content h1 {
	border: 0px;
	background-image: url(/img/arrowHeader.gif);
	background-repeat: no-repeat;
	background-position: 6px 17px;
	padding-left: 26px;
	border-left: 1px solid #636563;
	border-right: 1px solid #636563;
}

#content h2 {
	font-size: 14px;
	font-style: italic;
	margin-top: 19px;
	margin-left: 8px;
	color: #2D0F0D;
}

h1.green {
	border-left: 10px solid #677C2D;
	background-color: #9EC050;
}

ul.green {
	background-color: #EDF2DC;
}

h1.gray {
	border-left: 10px solid #676767;
	background-color: #999999;
}

ul.gray {
	background-color: #E0E0E0;
}

h1.ocher {
	border-left: 10px solid #8B8853;
	background-color: #B3AF80;
}

ul.ocher {
	background-color: #E9E7D8;
}

h1.brown {
	border-left: 10px solid #9A4E2A;
	background-color: #C66433;
}

ul.brown {
	background-color: #E3B19A;
}



