
div.linkbox, div.telefonbox {
	background-image: url("layout/linkpfeil.png");
	background-repeat: no-repeat;
	margin:0em;
	margin-bottom:0.6em;
	padding:0em;
	padding-bottom:0.7em;
	padding-top:0em;
	padding-left:40px;
	border-bottom:2px dotted #277FAC;
}
div.telefonbox {
	background-image: url("layout/telefon.png");
}
div.linkbox a, div.telefonbox a {
	color:#000000;
}
div.linkbox p.klein, div.telefonbox p.klein{
	font-size:0.9em;
	color:#277FAC;
}
		
		
div.sonder {
	background: #FBED9A;
	margin:0em;
	margin-top:0.6em;
	margin-bottom:0.6em;
	padding:1em;
}
div.sonder h2 {
	font-size:1.5em;
	font-weight:bold;
	margin:0em;
	padding:0em;
	border:0em;
}

.news_startseite {
	margin-top:0.5em;
	margin-bottom:1.0em;
	padding-bottom:1.0em;
	border-bottom:1px dotted #B3D3E1;
	text-align:left;
}
.news_startseite p{
	text-align:left;
	font-size:1em;
	margin-top:0em;
}
.news_startseite p.datum{
	text-align:left;
	font-size:0.9em;
}
.news_startseite p.newstitel{
	font-weight:700;
	font-size:1.1em;
	text-align:left;
	margin-bottom:0em;
}
.news_startseite h2{
	font-weight:700;
	font-size:1.6em;
	border:none;
	padding:0em;
	text-align:left;
	margin-bottom:0em;
}
.news_startseite li{
	text-align:left;
	margin-top:0.3em;
}
.news_startseite ul{
	margin-left:1em;
}

.contbox4 {
	/*background:#eaeaea; */
	margin:0px;
	padding:0px;
	background:#B3D3E1; 

}
.contbox4content {
	width:96%;max-width:1200px;
	margin:0em auto;
	padding:1em 0.2em;
	text-align:center;
}


.spaltencontainerbox_teaser {
	flex: 1 1 26%;
	position:relative;
	background:#FDFBEE;
	margin:1em 0.5em;
	border:1px solid #ffffff;
	border-radius:0.5em;
	align: left;
	padding:0.3em;
	padding-bottom:5em;
}


/* Mobile Style */ 
@media screen and (max-width: 700px) {

.spaltencontainerbox_teaser {
	flex: 1 1 60%;
	margin:1em auto;
	padding:0em;
	min-width:200px;
	max-width:600px;
		}
}

.spaltencontainerbox_teaser img {
	width:98%;
	margin:1%;
	min-width:180px;
	max-width:600px;
}

.spaltencontainerbox_teaser h2 {
	font-family: ;
	font-size:1.4em;
	line-height:1.3em;
	font-weight:400;
	color:;
	padding:0em;
	margin:0em 0em 0.5em 1.5%;
	text-align:center;
}
.spaltencontainerbox_teaser p {
	margin:0em 0.5em 0.5em 1.5%;
	text-align:center;
}
.spaltencontainerbox_teaser a.link, .spaltencontainerbox_teaser a.link:hover, .spaltencontainerbox_teaser a.link:visited {
	margin:0.2em auto;
	text-align:center;
	padding:0.6em;
	background-image:none;
}

.spaltencontainerbox_teaser ul {
	margin-left:2em;
	margin-top:0.4em;
}
.spaltencontainerbox_teaser li {
	text-align:left;
}


/* Mobile Style */ 
@media screen and (max-width: 650px) {
.spaltencontainerbox_teaser h2 {
	font-size:1.5em;
		}
}


.tabellenlayout {
	margin-top:2em;
	border:0px solid #0C2D5D; 
	border-collapse: collapse;
	width:100%;
}
table.tabellenlayout p {
	text-align:left;
}
table.tabellenlayout td {
	vertical-align: top;
}
table.tabellenlayout td, table th {
padding: 0.6em;
}

table.tabellenlayout th {
background-color: #666;
color: #fff;
}
table.tabellenlayout tr:nth-child(1n+1) {
background-color: #F4EDCC;
color: #000;
}
table.tabellenlayout tr:nth-child(2n+2) {
background-color: #F8F5E4;
color: #000;
}
table.tabellenlayout tr.mobile {
	visibility:hidden;
}
table.tabellenlayout tr.desktop {
	visibility:visible;
}
/* Mobile Style */ 
@media screen and (max-width: 550px) {
table.tabellenlayout tr.mobile {
	visibility:visible;
}
table.tabellenlayout tr.desktop {
	visibility:hidden;
}
}

.teamfoto {
margin-right: 2em; margin-bottom: 1em; max-width: 200px; float: left;
}
@media screen and (max-width: 400px) {
.teamfoto {
	max-width: 120px;
}
}

.notizlayer {
	position:absolute;
	z-index:99;
	right:1.0em;
	top:-4.0em;
	width:30%;
	max-width:280px;
}
@media screen and (max-width: 600px) {
.notizlayer {
	width:50%;
	display:none;
}
}