/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 800px;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility *//* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		#font-size: 75.01%;
font-size: 12px;

                line-height: 1em;
color:#4d4c4c;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: underline;
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #969696;
        }

	a:hover {
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.5em;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	

	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;

	}

	
/* END TYPOGRAPHY */	/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR AT THE TOP, LOCAL NAV ON THE LEFT AND TWO COLUMNS OF CONTENT */
    div#content {
        position: relative;
        margin: 0 auto 0 0;
        padding: 0;
		width:945px;
        text-align: left;
		background: transparent url(img/bg_content.gif) repeat-y;
    }
    div#menu_vert {
        float: left;
        width: 205px;
        display: inline;
    }
    div#main {
        float: left;
        widthX: 445px;
        width: 441px;
        display: inline;
		margin:0;
		padding:0;
        padding-left: 20px;
        padding-right: 24px;		
		borderX:1px solid green;
color:#4d4c4c;
    }

* html div#main { width: 441px; }	
	
    div#contenttrenner {
        float: left;
        width: 10px;
        display: inline;
		borderX:1px solid red;
		background: transparent url(img/trenner.gif) 0 40px no-repeat;
		height:820px;
min-height:820px;
    }	

div#main h2.headline {
font-family: Georgia,'Times New Roman',Times,serif;
Xfont-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
Xfont-family: Arial, Verdana, Geneva, Helvetica, sans-serif;

color:#4d4c4c;
font-size: 1.7em;
		background: transparent url(img/bg_headline_h2.gif) 0 8px no-repeat;
		padding-left:10px;
font-weight:bold;
font-stretch:ultra-condensed;
}



	
div#main h2.newsheadline a{
margin:0;
padding:0;
font-family: Georgia,'Times New Roman',Times,serif;
color:#de0026;
font-size: 0.8em;

		padding-left:15px;
text-decoration:none;
}

div#main h2.newsheadline a:hover {color:#fff;}

div#main h2.newsheadlineArchiv a{
margin:0;
padding:0;
Xfont-family: Georgia,'Times New Roman',Times,serif;
color:#de0026;
font-size: 0.7em;
margin-top:3px;
Xpadding-left:15px;
text-decoration:none;
}




div#content2 h3	{
font-family: Georgia,'Times New Roman',Times,serif;
color:#4d4c4c;
font-size: 1.2em;
		background: transparent url(img/bg_headline_h3.gif) 0 4px no-repeat;
		padding-left:10px;
font-weight:bold;
font-stretch:ultra-condensed;
}	
	
    div#content2 {
        float: left;
        width: 210px;
        display: inline;
        padding: 44px 0px 0 10px;
	color:#4d4c4c;
		borderX:1px solid red;
    }


div#content2 .sponsoren img.bild1 {margin-right:12px;}
* htmlX div#content2 { width: 200px; }	



    div#menu_horiz {
        width: 740px;
        text-align: left;
    }




/* END CONTENT *//* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    div#pagewrapper {
        margin: 0 auto;
        max-width: 961px;
        min-width: 961px;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            height: 172px;
width:945px;
            text-align: left;
	backgroundX: transparent url(img/bg_home.jpg) 205px 0px no-repeat;
			
        }
        div#header h1 a {
            background:  url(img/pundp_logo.gif) no-repeat; 
            display: block;
            height: 172px;
            text-indent: -700em;
            width: 205px;
            margin: 0;
            padding: 0;
			float:left;
            text-decoration:none;
        }
		
#header-right {
   position: absolute;
   width: 740px;
   height: 205px;
   top: 122px;
   left:205px;
}

#headerRight {
   position: absolute;
   width: 740px;
   height: 205px;
   top: 122px;
   left:205px;
}

		
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {

        }
        
        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
    /* FOOTER */
        div#footer {
		clear:both;
		position:absolute;
		left:229px;
		bottom:0px;
		width:680px;
		border-top:1px solid #edeaeb;
        }

        div#footer p {
		color:#969696;
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   font-family: Arial, Helvetica, sans-serif;
   padding: 1em 0 1em 0;
   text-align: left;
   font-size: 80%;
   margin: 0 1em 0 0;
}

div.breadcrumbs strong {
color:#969696;
}


div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 300px;
  }

div.right49 {
  float: right;
  width: 250px;
  text-align: right;
  }/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */


/* ######################################################## */
#menu_vert {
  margin: 20px 0 0 10px;
  padding: 0;
  }

#menu_vert ul {
  margin: 0;
  padding: 0;
  }  
  
  
#menu_vert ul {
 /* Width of Menu Items */
  width: 195px;  
  }
#menu_vert li {

  width: 195px;
list-style: none;

  }

#menu_vert li a {
  display: block;
  text-decoration: none;
  padding: 6px 5px 6px 15px;
  font-family: Arial, Helvetica, sans-serif;
  background: transparent url(img/bg_subnav.gif) no-repeat;
  color: #FFF;
  }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: 3px 5px 3px 25px;
        border-bottom: none;
        font-size: 90%;
		background: transparent ;
		   font-weight:normal;
    }
    div#menu_vert ul ul  {
	  background: #616161;
    }


#menu_vert li ul li a { padding: 5px 5px 2px; } /* Sub Menu Styles */
#menu_vert li ul li a:hover { background-color: #969696; } /* Sub Menu Styles */
#menu_vert li.activeparent ul li a:hover { background-color: #969696; } /* Sub Menu Styles */

#menu_vert li.activeparent ul li a { padding: 6px 5px 0px 15px;} /* Sub Menu Styles */
#Xmenu_vert li.activeparent ul li a { padding: 5px 5px 2px;} /* Sub Menu Styles */

  
/* fixed image flicker by adding .cssmenu-vertical ul */

#menu_vert li a:hover {
	background-color: #de0026;
}

#menu_vert ul ul li a:hover {
	background-color: #969696;
}

#menu_vertC ul li.active01 ul li a:hover { background-color: #969696; } /* Sub Menu Styles */
#menu_vert ul li ul li a:hover { background-color: #969696; } /* Sub Menu Styles */

.current
{
	list-style-type: square;
	display: inline;
	background-color: #abb0b6;
}

#menu_vert li.activeparent a {
   background-color: #de0026;
   font-weight:bold;
}

#menu_vert li.activeparent  {
   background-color: #de0026;
   font-weight:bold;
}

#menu_vert li.activeparent ul li a {

}

#menu_vert ul li.active01 h3 {
margin:0px;
    display: block;
font-size:1em;
  text-decoration: none;
  padding: 3px 5px 3px 15px;
  Xpadding: 3px 5px 3px 15px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #de0026;
  background: #de0026 url(img/bg_subnav.gif) no-repeat;
  color: #FFF;
  }

#menu_vert ul ul li.active01 h3 {
        font-size: 90%;
  padding: 3px 5px 3px 25px;
  margin:0px;
  font-family: Arial, Helvetica, sans-serif;
  background: transparent ;
  color: #FFF;
  font-weight: bold;
  background-color: #969696;
  }

/* ######################################################## */







li.sectionheader {
  margin: 0;
  margin-right: -1px;
 }
li.sectionheader h3 {
   margin: 0;
   padding: 1em 10px 0.5em 10px;
   border: none;
   background-color: #fff;
  border-bottom: 1px solid #006699;
  z-index: 90;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 150px;
   border-bottom: 1px dotted black;
	}
/* Layout sections */
	body {
		background: #d4d4d4;
		color: #333;
		}
		
	div#pagewrapper {
		width:961px;
		padding-left:8px;
		padding-right:8px;		
		background: transparent url("img/bg_main.gif") repeat-y;
	    }
		
	div#header {
		color: #fff;
		}
		

		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #385C72;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}
	
	
	
	
	
	
/* set the size of the definition list <dl> and add the background image */
#imap li a {text-indent:-9000px;}
#imap {
  display:block;
  width:740px;
  height:50px;
  background: url(img/mainmenue_low.gif) no-repeat;
  position:relative;
  }

  /* set up the definition list <dt><a> to hold the background image for the hover state */
#imap a#title {
  display:block;
  width:148px;
  height:0px;
  padding-top:0px;
  overflow:hidden;
  position:absolute;
  left:0;
  top:0;
  background:transparent 400px 400px;
  cursor:default;
  }
/* the hack for IE pre IE6 */
* html #imap a#title {
  height:50px;
  he\ight:0;
  }
  /* the <dt><a> hover style to move the background image to position 0 0 */
#imap a#title:hover {
  background-position: 0 0;
  z-index:10;
  }
  /* place the <dd>s in the correct absolute position */
#imap li{
  position:absolute;
  padding:0;
  margin:0;
  }
#imap #pic1 {
  left:1px;
  top:0px;
  z-index:20;
  }
#imap #pic2 {
  left:149px;
  top:0px;
  z-index:20;
  }
#imap #pic3 {
  left:297px;
  top:0px;
  z-index:20;
  }
#imap #pic4 {
  left:445px;
  top:0px;
  z-index:20;
  }
#imap #pic5 {
  left:593px;
  top:0px;
  z-index:20;
  }

#imap a#a1, #imap a#a2, #imap a#a3, #imap a#a4, #imap a#a5 {
	display:block;
	width:148px;
	height:50px;
	background:transparent url(img/mainmenue_high.gif) -100px -100px no-repeat;
	text-decoration:none;
	z-index:20;
	overflow:hidden;
	}

#imap a#a1:hover {
	width:148px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#imap a#a2:hover {
	width:148px;
	background-repeat:no-repeat;
	background-position:-148px 0px;
}
#imap a#a3:hover {
	width:148px;
	background-repeat:no-repeat;
	background-position:-296px 0px;
}

#imap a#a4:hover {
	width:148px;
	background-repeat:no-repeat;
	background-position:-444px 0px;
}

#imap a#a5:hover {
	width:148px;
	background-repeat:no-repeat;
	background-position:-592px 0px;
}

#imap a#a1:hover, #imap a#a2:hover, #imap a#a3:hover, #imap a#a4:hover, #imap a#a5:hover {

  }

#imap #pic1a, #imap #pic2a, #imap #pic3a, #imap #pic4a, #imap #pic5a {
		background:transparent url(img/mainmenue_high.gif) -100px -100px no-repeat;
		width:148px;
		z-index:40;	
		top:0px;		
}

#imap #pic1a {
  left:1px;
  background-position:0px 0px;  
}  
#imap #pic2a {
  left:149px;
  background-position:-148px 0px;  
}  
#imap #pic3a {
  left:297px;
  background-position:-296px 0px;  
}  
#imap #pic4a {
  left:445px;
  background-position:-444px 0px;  
}  
#imap #pic5a {
  left:593px;
  background-position:-592px 0px;  
}  

#imap{
    list-style: none; 
	margin: 0px; 
	padding: 0px; }

#imap ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
	top: auto; 	
	}


#imap li { 
	margin-left: -1px;
	float: left;
	}


/* Styling the basic apperance of the menu elements */
#imap a { 
	display: block; 
	padding: 0px 0px; 
	text-decoration: none; 
	}

#imap li:hover ul, #imap ul li:hover ul, #imap ul ul li:hover ul, #imap ul ul ul li:hover ul { 
	display: block; 
	}

/* IE Hacks */
/* Fix IE. Hide from IE Mac \*/
* html ul#imap li { float: left; height: 1%; }
* html ul#imap li a { height: 1%; }
/* End */




/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */






.redtext12 {color: #de0026;}

div#content2 div.hr {
margin:0;
padding:0;
  height: 1px;
Xwidth:187px;
width:100%;
  background: transparent url("img/trennlinie_teaser.gif") repeat-x;
margin-top:5px;
margin-bottom:5px;
}
div#content2 div.hr hr {
  display: none;
}





div#main div.hr {
margin:0;
padding:0;
  height: 1px;
width:100%;
  background: transparent url("img/trennlinie_teaser.gif") repeat-x;
margin-top:15px;
margin-bottom:15px;
}
div#main div.hr hr {
  display: none;
}




div#main p {
text-align: justify;
}

div#content2 {
font-size: 0.9em;
}

div#content2 p {
margin-left: 10px;

}

div#content2 p {
margin:0;
padding:0 0 1.1em 0;
margin-left: 10px;
line-height:1.1em;

}

div#content2 p a{
color:#de0026;

}

div#content2 p.small {
margin:0;
padding:0 0 0.5em 0;
margin-left: 10px;
line-height:1.1em;

}


label {
            width : 150px;
            float : left;
            text-align : right;
            margin-right : 5px;
            display : block;
            font-weight : normal;
}

.required {
color: #de0026;
font-weight:bold;
}


#main .contentbox {
margin:0;
padding:0;
width:437px;
background: #edeaeb;
}

.contentbox h3 {
margin:0;
padding:0;
font-family: Georgia,'Times New Roman',Times,serif;
color:#4d4c4c;
font-size: 1.1em;
margin-left:10px;
font-weight:bold;
font-stretch:ultra-condensed;
color:#de0026;
border-bottom: 1px solid #de0026;
width:417px;
line-height:1.8em;
}


#main .contentbox ul {
Xlist-style-image:url(img/li_vorteile.gif) 
Xlist-style-type:none;
margin:0;
padding:0;
Xborder:1px solid red;
padding-left:10px;
padding-right:20px;
}

* html div#main .contentbox ul { padding-left:5px;}	

#main .contentbox ul li.vorteile {
margin-top:10px;
list-style-image:url(img/li_vorteile.gif);
margin-left:33px; 
Xbackground: transparent url(img/li_vorteile.gif) no-repeat 0 0;
padding:0;
Xpadding-left:20px;
}

#main .contentbox ul li.vorteile ul {
list-style-type:disc;
margin:0px;
padding:0;

}


#main li.stern {
list-style-image:url(img/li_stern.gif);
margin-left:30px;
padding:0;

}


#main .contentbox ul li.vorteile ul li{
list-style-image:url(img/li_stern.gif);
margin-left:30px;
padding:0;

}

#main .contentbox li.pdf {
list-style-image:url(img/li_pdf.gif);
margin:0px;
padding:0;
margin-top:10px;
margin-left:33px;
}

.contentboxheader {
margin:0;
padding:0;
background: transparent url(img/bg_contentbox_header.gif) no-repeat top;
width:437px;
height:10px;
}

.contentboxfooter {
margin:0;
padding:0;
background: transparent url(img/bg_contentbox_footer.gif) no-repeat bottom;
width:437px;
height:10px;
}

.pdfheader {
background: #FFFFFF url("img/bg_formheader_info.gif") no-repeat bottom;
height:27px;
width:437px;
margin:0px;
padding:0px;
color:#FFF;
font-weight:bold;
}

.contentbox .pdfheader h3 {
border:none;
color:#FFF;
width:397px;
padding-left:20px;
padding-top:2px;
}

#headerpic {
position:absolute;
top: 0px;
left:205px;
width:740px;
height:122px;
background:#edeaeb;
}

div#content2 a.linkpfeil{
margin:0;
padding:0;
background: transparent url(img/bg_linkpfeil.gif) 0 2px no-repeat ;
padding-left: 15px;
color: #de0026;
font-weight: bold;
text-decoration: none;
}




a.textlink,
a.textlink:link, 
a.textlink:visited {
margin:0;
padding:0;
background: transparent;
color: #de0026;
}

a.textlink:hover{
margin:0;
padding:0;
background: #de0026;
color: #fff;
text-decoration: none;
}

div#content2 a{
margin:0;
padding:0;
Xpadding-bottom: 10px;
color: #de0026;
text-decoration: none;
}

div#content2 a:hover{
margin:0;
padding:0;
background: #de0026;
color: #fff;
text-decoration: none;
}


div#main a{
color: #de0026;
text-decoration: underline;
}

div#main a:hover{
background: #de0026 ;
color: #fff;
text-decoration: none;
}




div#content2 a.linkpfeil:hover{
margin:0;
padding:0;
padding-left: 15px;
background: #de0026 url(img/bg_linkpfeil.gif) 0 2px no-repeat ;
color: #fff;
font-weight: bold;
text-decoration: none;
}


div#content2 .sponsoren a:hover {background:#fff;}






div#main .hometeaser {
width:216px;
background: transparent url(img/bg_teaser_grey.gif) no-repeat bottom;
margin-right:7px;
float:left;

}

div#main .hometeaser p {
margin:0;
padding:0;
padding-left:10px;
padding-bottom:5px;
width:206px;
text-align:left;
}

div#main .hometeaser p a{
font-size:0.9em;
line-height:1.1em;
color: #3d3b3c;
text-decoration: none;
}

div#main .hometeaser p a:hover{
text-decoration: underline;
}


div#main .hometeaser p a.linkpfeil{
margin:0;
padding:0;
background: transparent url(img/bg_linkpfeil.gif) 0 2px no-repeat ;
padding-left: 15px;
padding-bottom: 0px;
color: #de0026;
font-weight: bold;
text-decoration: none;
}

div#main .hometeaser p a.linkpfeil:hover{
margin:0;
padding:0;
background: #de0026 url(img/bg_linkpfeil.gif) 0 2px no-repeat ;
padding-left: 15px;
color: #fff;
font-weight: bold;
text-decoration: none;
}





div#content2 div.hrheadline  {
margin:0;
padding:0;
height: 1px;
background: transparent url("img/trennlinie_teaser.gif") top repeat-x;
margin-top:10px;
padding-bottom:10px;
}
div#content2 div.hrheadline hr {
  display: none;
}







div#main div.hrheadline {
margin:0;
padding:0;
  height: 1px;
width:100%;
  background: transparent url("img/trennlinie_teaser.gif") repeat-x top;
margin-top:1px;
margin-bottom:1px;
}
div#main div.hrheadline hr {
  display: none;
}

div#main h2.newsheadline {
		background: transparent url(img/bg_linkpfeil.gif) 0px 30px no-repeat;
margin:0;
padding:0;
padding-top:20px;
}

div#main h2.newsheadlineArchiv {
line-height: 1.1em;
background: transparent url(img/bg_linkpfeil.gif) 0px 50% no-repeat;
margin:0;
padding:0;
padding-left:12px;
font-weight:normal;
}



.NewsSummaryMorelink a, 
.NewsSummaryMorelink a:link, 
.NewsSummaryMorelink a:visited {
margin:0;
padding:0;
background: transparent url(img/bg_linkpfeilrot.gif) 0 4px no-repeat ;
padding-left: 10px;
padding-bottom: 0px;
color: #de0026;
text-decoration: none;
}

.NewsSummaryMorelink a:hover{
margin:0;
padding:0;
background: #de0026 url(img/bg_linkpfeil.gif) 0 4px no-repeat ;
padding-left: 10px;
color: #fff;
text-decoration: none;
}


div#content2 ul.pdf {
margin:0px;
padding:0px;
padding-left:10px;
}

div#content2 ul.pdf li {
list-style-image:url(img/li_pdf.gif);
margin:0px;
padding:0;
margin-top:5px;
margin-left:33px;
}

h4.alert {
font-size:1.0em;
color: #de0026;
}

.newsbox table {
border:none;
padding:0;
margin:0;
margin-top:10px;
margin-left:10px;
margin-right:10px;
font-size:0.9em;
}

.newsbox table td{
vertical-align:top;
Xtext-align:justify;
text-align:left;
font-size:0.9em;padding:6px;
background: transparent url("img/trennlinie_teaser.gif") repeat-x bottom;
}

.contentbox table td  {
vertical-align:top;
text-align:left;
margin:5px;
padding:0;
padding-top:5px;
padding-bottom:15px;
padding-left:10px;
Xbackground: transparent url("img/trennlinie_teaser_vert.gif") repeat-y;
background: transparent url("img/trennlinie_teaser.gif") repeat-x bottom;
}

.contentbox table {
border:none;
padding:0;
margin:0;
margin-top:10px;
margin-left:20px;
margin-right:15px;
}


.contentbox table td p {
text-align:left;
margin:0;
padding:0;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
background: transparent url("img/trennlinie_teaser_vert.gif") repeat-y;
}

.contentbox table td h4{
margin:0;
padding:0;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
font-size:1.0em;
color: #de0026;
}
.contentbox table tr{

}

.newsheadlinedetail {
font-family: Georgia,'Times New Roman',Times,serif;
color:#4d4c4c;
font-size: 1.3em;
margin:0;
padding:0;
padding-top:20px;
font-weight:bold;
font-stretch:ultra-condensed;
}


.NewsSummarySmall {
font-size: 1em;
}

.NewsSummarySmall  .NewsSummaryLinkSmall {
padding-top:8px;
}



.NewsSummarySmall  .NewsSummaryLinkSmall a:active {
   font-weight:normal;
}

a.minilink {
		color:#969696;
            font-size: 0.8em;
}

hr.greyline {display:block;border:3px solid green;
color: grey;}
.cssformular {
  background: #edeaeb url("img/bg_formfooter.gif") no-repeat bottom;
  width:437px;
  font-size:0.9em;
  margin:0px;
  padding:0px;
  padding-bottom:20px;
}

.cssformular p {
  line-height:13px;
  margin:0px;
  padding:0px;
  padding-top:5px;
  padding-bottom:1px;
  backgroundX: transparent url("img/trennlinie_teaser.gif") repeat-x bottom;
}

.cssformular label {
  padding:0;
  margin:0;
  font-weight:normal;
}

.cssformular .labelclass {
  padding:0;
  margin:0;
  text-align:right;
  width:180px;
  border:1px solid blue;
}

.cssformular  input {
  border:none;
  border-right:1px solid #969696;
  border-left:1px solid #969696;
  border-bottom:1px solid #969696;
  height:16px;
  margin:0px;
  padding:0px;
  width:232px;
}

.cssformular  textarea {
  border:none;
  scroll:auto;
  width:227px;
  border-right:1px solid #969696;
  border-left:1px solid #969696;
  border-bottom:1px solid #969696;
}


.formheader {
  background: #FFFFFF url("img/bg_formheader.gif") no-repeat;
  height:21px;
  width:407px;
  margin:0px;
  padding:0px;
  color:#FFF;
  font-weight:bold;
  padding-left:30px;
  padding-top:6px;
}

.formfooter {
  background: #FFFFFF url("img/bg_formfooter.gif") no-repeat;
  height:27px;
  width:437px;
  margin:0px;
  padding:0px;
}

#ffstrasse {
  width:170px;
}

#ffhaus_nr {
  margin-left:10px;
  width:50px;
}

#ffplz {
  width:50px;
}

#ffort {
  margin-left:10px;
  width:170px;
}

#ffrueckrufdatum{
  width:120px;
}

#ffrueckrufzeit{
  width:120px;
}

#Kontakt_sub {
  width:160px;
  height:23px;
  border:none;
  padding:0;
  margin:0;
  background: transparent url(img/bg_subnav.gif) no-repeat;
}

#subbutton {
  padding:0;
  margin:0;
  margin-left:175px;
}


/*---------------------------------------------------------------------------------------*/

.cssformular .BP_m6ffheader ,.cssformular .BP_m4ffheader{
  display:none;
}

.cssformular table {
width:375px;
  margin:0;
  padding:0;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 20px;

}

.cssformular table td.firstTD {
width:132px;
}


.header {
  background: #FFFFFF url("img/bg_formheader.gif") no-repeat top;
  height:21px;
  width:397px;
  margin:0px;
  padding:0px;
  color:#FFF;
  font-weight:bold;
  padding-left:40px;
  padding-top:6px;
}

.cssprodukte input {
  border:none;
  margin:0px;
  padding:0px;
  margin-left:20px;
  width:20px;
}


input.inputcheckbox {
  margin:0px;
  padding:0px;
  width: 20px;
  border: none;
}


input.ffsubmit {
  width:168px;
  height:25px;
  border:none;
  padding:0;
  margin:0;
  background: transparent url(img/btn_Formular_absenden.gif) no-repeat;
  test-indent:-9000px;
  margin-left:0px;
}

/* btn_formularabsenden.gif */


.cssformular .radioB {
  border:none; 
  width:15px;
}

.cssformular .strasseI {
  width:170px;
}

.cssformular .hausnrI {
  margin-left:10px;
  width:50px;
}
.cssformular .plzI {
  width:50px;
}

.cssformular .ortI {
  margin-left:10px;
  width:170px;
}

.cssformular H4 {
  font-weight:bold;
  padding-bottom:5px;
}

.cssformular hr {
    margin: 0;
    padding: 0;
    background-color:#de0026;
    color:#de0026;
    border: #de0026;
    height: 2px;
    border: 0 none;
    clear: both;
    display: block;
    width: 100%;
}

.cssformular hr.greyline {
    margin: 0;
    padding: 0;
    background-color:#969696;
    color:#969696;
    border: #969696;
    height: 1px;
    border: 0 none;
    clear: both;
    display: block;
    width: 100%;

}
.FAQ {display:block;border:none;margin-bottom:20px;}

.FAQ a {
display:block;
width:430px;
background: transparent url(img/bg_linkpfeil.gif) 0px 4px no-repeat;
margin:0;
padding:0;
padding-top:0px;
font-family: Georgia,'Times New Roman',Times,serif;
color:#de0026;
font-size: 1.2em;
line-height:1.2em;
padding-left:15px;
text-decoration:none ! important;
margin-top:12px;
}

.expand {
margin:0;
padding:0;
background: transparent url("img/trennlinie_teaser.gif") bottom repeat-x;
margin-left:15px;
padding-bottom:10px;
line-height:1.4em;
margin-bottom:15px;
margin-top:5px;
}