td a:link {text-decoration: none;
}
td a:visited {text-decoration: none;
}
td a:hover {text-decoration: none;
}
td a:active {text-decoration: none;
}
a:link {text-decoration: none;
}
a:visited {text-decoration: none;
}
a:hover {text-decoration: none;
}
a:active {text-decoration: none;
}
#pocket   { display:none;
}
#links {
  top: 0;
  display: flex;
  align-items: left;
  width: 31%;
  justify-content: center;
}
#zentriert {
	display: flex;
	align-items: center;
	justify-content: center;
}
#zentriert_mitte {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FC3;
}
#vertically_centered {
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
    position: fixed; display: table}
}
#EinereiheALT {
	margin-bottom: 35px;
	display:-webkit-flex;
	display:flex;
}
#Einereihe {
	width: 738px;
}
.bildMitRahmen {
	border-top: 0px solid #f4f2f3;
	border-right: 0px solid #f4f2f3;
	border-bottom: 0px solid #f4f2f3;
	border-left: 0px solid #f4f2f3;
} 
.container {
	display:flex;
	flex-wrap:wrap;
} 
.item_rand {
	flex-basis:21%;
	flex-grow:1;
	flex-shrink:1;
	margin:10px;
	/*background-color: #ef670d;*/
} 
.item_mitte {
	flex-basis:738px;
	flex-grow:1;
	flex-shrink:1;
	margin:16px;
} 
.fliesstext {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9.5px; 
color : #000000; 
text-decoration : none; 
line-height : 120%; 
font-weight : normal; 
} 
.fliesstext_mini {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10.5px; 
color : #000000; 
text-decoration : none; 
line-height : 120%; 
font-weight : normal; 
} 
.fliesstextRot {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9.5px;
	color : #cc0033;
	text-decoration : none;
	line-height : 120%;
	font-weight : normal;
}
.fliesstextRotGross {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12.5px;
	color : #cc0033;
	text-decoration : none;
	line-height : 120%;
	font-weight : normal;
} 
.fliesstextOrange {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10.5px;
	color : #ffa10c;
	text-decoration : none;
	line-height : 120%;
	font-weight : normal;
}
.fliesstextOrangeGross {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12.5px;
	color : #ffa10c;
	text-decoration : none;
	line-height : 120%;
	font-weight : normal;
}
.fliesstextBlau {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10.5px;
	color : #c9fafc;
	text-decoration : none;
	line-height : 120%;
	font-weight : normal;
} 
.fliesstextBlauGross {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12.5px;
	color : #c9fafc;
	text-decoration : none;
	line-height : 120%;
	font-weight : normal;
}
.fliesstextGrau {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10.5px; 
color : #d1d1d1; 
text-decoration : none; 
line-height : 120%; 
font-weight : normal; 
} 
.fliesstextGrauGross {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12.5px; 
color : #d1d1d1; 
text-decoration : none; 
line-height : 120%; 
font-weight : normal; 
} 
.TitleGrau {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 14px; 
color : #c0c0c0; 
text-decoration : none; 
font-weight : bold; 
} 
.SubTitleGrau {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #999999; 
text-decoration : none; 
font-weight : bold; 
} 

.SubTitle {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #d1d1d1; 
text-decoration : none; 
font-weight : bold; 
} 
.SubTitleGross {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 13px; 
color : #d1d1d1; 
text-decoration : none; 
font-weight : bold; 
} 
.GrauerBackground {
background-image : url(../pics/grau.jpg); 
}
/* gepunktete rote Linie */
hr.dashed {
  border-top: 1px dashed;
  color : #cc0033;
}