/*
CSS File fuer Impressum und Datenschutzerklärung

Andreas Haefele, 22.05.2018

*/
#logo
{
	position:relative;
	z-index:50;
	width:300px;
	height:180px;
	left:0px; 
	top:5px;
}
.textdivSeite 
{ 
	opacity:1.0;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	position: absolute; 
	top:25%;
	bottom: 0px;	
	left:0px;
	right:20px;
	min-width: 200px;
	max-width: 1000px;
	display: block;
	border:none;
    float:center;
	margin:50px auto;
	/*text-align:justify;/*Blocksatz*/
	text-align:left;
}
.textdivSeite  p
{
	position:relative;
	font-family: 'Droid Sans','arial';
	font-size: 12px;
	text-decoration:none;
	line-height: 18px;
	letter-spacing: 0.5px;
	color:#848484;
	Left: 20px;
	margin:0px 20px 0px 40px;
	opacity:1.0;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	border:none;
}
.textdivSeite span{
	color:#2E2E2E;
}
.textdivSeite a
{
	text-decoration:none;
	color: #2E2E2E;
	border:none;
}
.textdivSeite a:visited
{
	text-decoration:none;
	/*color: #373936;*/
	color: #2E2E2E;
	border:none;
}
.textdivSeite a:hover
{
	text-decoration:none;
	color: #d01d32;
	border:none;
}
.textdivSeite h1
{
	position:relative;
	top:10px;
	left:20px;
	color:#848484;
	font-weight:normal;
	font-family:'Droid Sans','arial';
	margin:0px 40px 40px 40px;
}
.textdivSeite h2
{
	position:relative;
	font-family: 'Droid Sans','arial';
	font-size: 14px;
	text-decoration:none;
	font-weight:normal;
	letter-spacing: 0.5px;
	top:0px;
	left:20px;
	color:#848484;
}
.h2mitDot{
	margin:0px 40px 0px 60px;
}
.h2ohneDot{
	margin:0px 40px 0px 40px;
}
.textdivSeite table
{
	position:relative;
	top:0px;
	left:0px;
}
.textdivSeite td
{
	position:relative;
	top:0px;
	vertical-align:top;
	width:50%;
}
.textdivSeite  li
{
	position:relative;
	font-family: 'arial';
	font-size: 12px;
	text-decoration:none;
	line-height: 18px;
	letter-spacing: 0.5px;
	color:#848484;
	Left: 20px;
	opacity:1.0;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	border:none;
}
.liMitDot{
	margin:0px 40px 0px 40px;
}
.liOhneDot{
	list-style-type: none;
	margin:0px 40px 0px 20px;
}
.liOhneDotOhneH2{
	list-style-type: none;
	margin:0px 40px 0px 0px;
}
.liGanzOhneDot{
	list-style-type: none;
	margin:0px 40px 0px 0px;
}
.redDot{
position:relative;
width:10px;
height:10px;
left:20px;
margin:0px 0px -13px 40px;
background-color:#2E2E2E;
}