/* Schriftart und Schriftgröße */
body,td,th {
    font-family: Arial,Helvetia,sans-serif;
    font-size:12px;
}
/* Hintergrundfarbe der Seite */
body { 
	overflow: scroll;
    overflow-x: auto;
}

/* Links */
a { color:#082B4F; text-decoration:none; }
a:hover 	{ text-decoration:underline; }

/* Standard: Textausrichtung in der Zelle oben,  Bilder haben keinen Rand (auch wenn sie Links sind) */
td { vertical-align:top; }
img { border:0px; }


._BoxTitel {
	color:#fff;
	font-weight:bold;


}

._Wrapper {
position:relative;
margin: 0px auto; 
}

._BoxContent {
	border:1px solid rgb(208,208,208);
	border-top:0px;
	padding:10px;
	padding-right:0px;
	font-size:11px;
	background-color:#fff;
}

.AbsatzUnten {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:8px;

}

h1, .Grosse-Ueberschrift {
	color:rgb(8,43,79);
	font-size:20px;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
}

h2, .Ueberschrift {
	color:rgb(8,43,79);
	font-size:16px;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
}

h3, .UeberschriftFett {
	color:rgb(8,43,79);
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
}

hr {
	border:none;
	border-top:1px dotted rgb(90,86,85);
	height:1px;
}

/* Standardfarbe für die Plus-Symbole bei Bildergalerien */
._PlusDiv {
	background-color:rgb(12,36,72);
	}

.TeamTabelle td {
	vertical-align:top;
}
.TeamTabelle p {
	padding-top:0px;
	margin-top:0px;
}

ul  li{ 
	padding-left:0px;
	margin-left:-19px;
}