/* ++++++++++ LISTEN PDF-Dateien+++++++++ */
#Filelist .zeile {
	border: 1px solid #D3D3D3;
	margin-bottom:3px;
}
#Filelist .symbol {
	float:left;
	width:50px;
    margin:3px;
}
#Filelist .info {
	float:left;
    width:540px;
    margin:3px 0px 3px 3px;
}
#Filelist .title {
}
#Filelist .description {
}
#Filelist .lesenlink {
	float:right;
	text-align:right;
	margin:0px 0px 3px 0px;
}

/* ++++++++++ LISTE Problemmülltermine +++++++++ */
#AlleTermine {
	margin-top:12px;
}
#AlleTermine .kopfzeile {
  font-weight:bold;
  border-bottom:1px solid #CCCCCC;
}
#AlleTermine .termin {
	float:left;
	width:90px;
}
#AlleTermine .termintag {
	float:left;
	width:100px;
}
#AlleTermine .von {
	float:left;
	width:40px;
}
#AlleTermine .bis {
	float:left;
	width:40px;
}
#AlleTermine .ort {
	float:left;

}

/* ++++++++++ LISTE Baustellen +++++++++ */
#Baustellenliste .zeile {
	margin:0px 0px 6px 0px;
}
#Baustellenliste .spalte-1 {
	float:left;
	width:385px;
}
#Baustellenliste .spalte-2 {
	float:left;
	width:150px;
}
#Baustellenliste .spalte-3 {
	float:left;
	text-align:right;
	width:70px;
}
/* ----- wird in Details Baustelle verwendet ------ */
#Baustelleninfo .zeile {
	margin-bottom:6px;
}
#Baustelleninfo .spalte-links {
	float:left;
	width:150px;
        font-weight:bold;
        color:#666666;
}
#Baustelleninfo .spalte-rechts {
	float:left;
        width:448px;
        margin:0px 0px 0px 10px;

}
#Baustelleninfo .fileicon {
	float:left;
	width:35px;
}
#Baustelleninfo .filelink {
	float:left;
}
#Baustelleninfo p {
        margin:0px;
}
/* ++++++++++ LISTE News +++++++++ */
#NewslistLarge {
	margin:12px 0px 0px 0px;
}
#NewslistLarge h2 {
	margin:0px;
}
#NewslistLarge .newsblock{
	margin:0px 0px 3px 0px;
}
#NewslistLarge .zeile1 {
	width:608px;
}
#NewslistLarge .zeile2 {
	float:left;
	width:465px;
}
#NewslistLarge .pictures {
	float:left;
	width:133px;
	margin:0px 0px 0px 10px;
}
#NewslistLarge .newsbild {
	float:right;
	width:100px;
        text-align:center;
}
#NewslistLarge .newsicon {
	float:right;
	width:25px;
	margin-left:8px;
}
#NewslistLarge .weiterlink {
	float:right;
}

#ListfussLarge {

	margin:12px 0px 0px 0px;
	border-top:1px dashed #CCCCCC;
}
#ListfussLarge .back {
	float:left;
}
#ListfussLarge .next {
	float:right;
}
