/* #############     globale Definitionen fuer HTML-Tags     #############*/

#all {
   	padding: 0;
	width: 628px;
    margin:0px auto;
	background:#FFF;
/*     height:100%;  */
}
#content {
    float:left;
 	width:628px;
/*     height:100%;    */ 
}
#content2 {
    float:left;
    width:551px;
/*     height:100%;    */ 
}

#rechtespalte {
   display: none;
}
#navigation {
   display: none;
}
#header_suchleiste {
display: none;
}
#header_grafiken  { 
	display: none;
}
#header_logo { 
display: none;
}
#footer_navi { 
display: none;
}
#header_print  { 
	display: block;
	width: 628px;
}
#header_breadcrumb {
width: 622px;
}
#header_navi {	
    width:628px; 
}
.teaser_content .kopfzeile, .teaser_content2 .kopfzeile {
	width: 622px;
}

.teaser_content .teaserelemente, .teaser_content2 .teaserelemente {
	width: 605px;
}
.teaser_content .text {
    float:left;
	width: 490px;  
}
.teaser_content .textnorm {
    float:left;
	width: 600px;  
}

.teaser_content .dreipics {
    float:left;
	width: 130px;
    margin-right:6px;
}
.teaser_content .dreipicsrechts {
    float:left;
	width: 130px;
}
 .cont_navigation .left {
	width:273px;
}
 .cont_navigation .right {
	width:273px;
}
.teaser_content2 .text{
    float:left;
	width: 415px;
    font-size:9pt;
}


	
