#page_container {
	max-width: 1400px;
	min-width: 999px;
	margin: 0 auto 0 auto;


width:expression(document.body.clientWidth
		< 999? "999px": "auto" 
		&& 
		document.body.clientWidth 
		> 1400? "1400px": "auto")
}

.content {
	margin: 0 24px 0 283px;
	width: auto;/*691px;-> angepasst am 22.9.2011*/
}

.content_32, .content_124, .content_226 {
 /*width: auto;*/
	min-width: 657px;
	width:expression(document.body.clientWidth < 657? "657px": "auto" );
}

#content_padding {
position: relative;
padding: 3px 20px 40px 15px;

width: auto;
	min-height: 510px;
	height:expression(document.body.clientHeight < 510? "510px": "auto" );
}

#content_stretch_right {
background-image: url(/poli/media/template/content_rechts_stretch.gif);
background-position: right top;
background-repeat: repeat-y;
}

#zunge_unten_pos_flexible {
position:relative;
margin: 0 auto 0 auto;

max-width: 1400px;/* ie6: weg */
min-width: 970px;/* ie6: weg */

height: 45px;
width:expression(document.body.clientWidth /* ie6: weg */
		< 970? "970px": "auto" 
		&& 
		document.body.clientWidth 
		> 1400? "1400px": "auto")
}

#rating_title{
position: absolute;
left: 3px;
	color: #ff911a;
	font-size: 13px;
	font-weight: bold;
}

a.anzeigen {
background-image: url(/poli/media/template/ansehen.png);
background-repeat: no-repeat;
background-position: 0 -13px;
behavior: url(poli/css/iepngfix.htc);
display: block;
float:left;
height: 24px;
width: 24px;
}

a.anzeigen:hover {
	background-position: 0 -53px;
}

.rating_img {
padding: 2px 7px 2px 3px;
cursor: pointer;
}
.content_table {
width: 100%;
border-left: 1px solid #d0d0d0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
background-color: #FFFFFF;
margin: 3px 0 8px 0;
}

#dossier_beschreibung {
border: 1px solid #d0d0d0;
padding: 5px;
background-color: #FFF;
margin: 0 0 12px 0;
}

div#content_table_padding div#dossier_beschreibung {
margin: 0 0 0 0 !important;
}

#footer_right_corner {
position:absolute;
right: 0px;
top: 0px;
background-image: url(/poli/media/template/footer_right_bottom.gif);
width: 23px;
height: 17px;
}


#page_links a {
padding: 1px 5px 1px 5px;
margin: 0 0 0 5px;
border: 1px solid #d2e4f1;
background-color: transparent;
text-decoration: none;
height: 1%;
}

#page_links a.selected, #page_links a:hover {
border: 1px solid #cbdfec;
background-color: #ffffff;
color: #000000;
font-weight: bold;
}
