@import url(pm.css);
/* @import url(pm_multipleJS.css); */


/* Header-Styles */
h1, h2, h3 { 
	margin : 0px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	font-size : 14px;
	color : #c7003c;
}
h2 { 
	font-size : 13px;
}
h3 { 
	font-size : 12px;
}
body img {
	border : 1px solid #5b5b5b;
}
.spacer-gif, .linkMailto img, .linkExt img, .linkInt img {
	border : 0px;
}
a {
	text-decoration : none;
	color : #c7003c;
}
a:hover {
	text-decoration : underline;
}

/* Listen-Styles */
#content ul {
	list-style-type : none;
	line-height : 16px;
}
#content li {
	padding-left : 15px;
	line-height : 16px;
	background-image : url(../img/nav/pfeil_act_sub.jpg);
	background-repeat : no-repeat;
	background-position : 0px 4px;
}

p {
	margin : 10px 0px 10px 0px;
	padding : 0px 0px 0px 0px
}
img {
	border : 1px solid #5b5b5b;
}

/* Teaser mit Bild rechts / Volle Breite */
.teaser-text-img {
	width : 490px;
	margin : 20px 0px 20px 0px;
	padding : 10px;
	border : 1px solid #5b5b5b;
	background-color : #e1e1e1;
	color : #5b5b5b;
}
.teaser-text-img h1{
	font-size : 12px;
	color : #5b5b5b;
}
.teaser-text-img img{
	margin : 0px 0px 0px 10px;
	border : 1px solid #5b5b5b;
	float : right;
}
.teaser-text-img a{
	color : #c7003c;
	text-decoration : none;
}
.teaser-text-img a:hover{
	color : #c7003c;
	text-decoration : underline;
}

/* Teaser nur Text /  Halbe Breite  / Links */
.teaser-text-left {
	width : 490px;
	margin : 15px 0px 15px 0px;
	padding : 0px;
}
.teaser-text-left .teaser {
	width : 245px;
	margin : 0px 10px 0px 0px;
	padding : 10px;
	border : 1px solid #5b5b5b;
	background-color : #ecdddb;
	color : #5b5b5b;
	float : left;
}
.teaser-text-left h1{
	font-size : 12px;
	color : #5b5b5b;
}
.teaser-text-left a{
	color : #c7003c;
	text-decoration : none;
}
.teaser-text-left a:hover{
	color : #c7003c;
	text-decoration : underline;
}

/* Teaser nur Text /  Halbe Breite  / Rechts */
.teaser-text-right {
	width : 490px;
	margin : 15px 0px 15px 0px;
	padding : 0px;
}
.teaser-text-right .teaser {
	width : 245px;
	margin : 0px 0px 0px 10px;
	padding : 10px;
	border : 1px solid #5b5b5b;
	background-color : #ecdddb;
	color : #5b5b5b;
	float : right;
}
.teaser-text-right h1{
	font-size : 12px;
	color : #5b5b5b;
}
.teaser-text-right a{
	color : #c7003c;
	text-decoration : none;
}
.teaser-text-right a:hover{
	color : #c7003c;
	text-decoration : underline;
}

/* Info-Box / Rechte Spalte */
.info-box {
	width : 160px;
	margin : 0px 0px 10px 0px;
	padding : 10px;
	font-size : 10px;
	border : 1px solid #e6e6e6;
	background-color : #f9f9f9;
	color : #5b5b5b;
}
.info-box .title {
	margin : 0px;
	padding : 0px 0px 0px 13px;
	font-size : 10px;
	font-weight : bold;
	line-height : 11px;
	text-decoration : underline;
	text-transform : uppercase;
	color : #5b5b5b;
	background-image : url(../img/pfeil_teaser.jpg);
	background-repeat : no-repeat;
	background-position : 0px 2px;
}
.info-box p {
	margin : 0px;
	padding : 0px;
}
.info-box h1 {
	margin : 15px 0px 5px 0px;
	font-size : 10px;
	color : #5b5b5b;
	clear : both;
}
.info-box a {
	margin : 5px 0px 10px 0px;
	color : #c7003c;
	text-decoration : none;
	float : right;
}
.info-box a:hover {
	color : #c7003c;
	text-decoration : underline;
}

/* Info-Box /News Datum */
.news-latest-date {
	margin : 10px 0px -15px 0px;
	display : block;
}

/* Image.Box / Linke Spalte */
.img-box {
	margin : 30px 0px 20px 0px;
	padding : 0px 5px 0px 5px;
	text-align : center;
}
.img-box h1 {
	margin : 0px 0px 10px 0px;
	font-size : 10px;
	color : #5b5b5b;
}
.img-box img {
	margin : 0px;
	padding : 0px;
	border : 0px;
}

/* News-Listenansicht */
.news-list-date {
	float : right;
}
.news-list-item {
	clear : both;
	margin  : 20px 0px 20px 0px;
	padding-bottom : 10px;
	border-bottom : 1px solid #5b5b5b;
}
.news-list-item .bodytext {
	clear : both;
}
.news-list-morelink {
	width : 510px;
	text-align : right;
}
.news-list-morelink a {
	text-decoration : none;
	color : #c7003c;
}
.news-list-morelink a:hover {
	text-decoration : underline;
}

/* News-Detailansicht */
.news-single-timedata {
	float : right;
}
.news-single-item .bodytext {
	clear : both;
}
.news-single-item h3 {
	color : black;
	font-size : 11px;
	font-weight : bold;
}
.news-single-backlink a {
	text-decoration : none;
	color : #c7003c;
}
.news-single-backlink a:hover {
	text-decoration : underline;
}


/* Sitemap */
.csc-sitemap a {
	text-decoration : none;
	color : black;
}
.csc-sitemap a:hover {
	text-decoration : underline;
	color : #c7003c;
}
