/* Version vom 05.01.2017 */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	}

h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

#logo {
	position: relative;
	height: 90px;
	background-color: #F0F0F0;
}


	
#logo img {
	position: absolute;
	left: 0px;
}

#logo p {
	position: absolute;
	margin: 25px;
	padding: 0px;
	top: 0px;
	left: 40px;
	width: 600px;
	font-size: 30px;
}

#main p {
	position: absolute;
	margin: 25px;
	padding: 0px;
	top: 0px;
	left: 40px;
	width: 600px;
	font-size: 15px;
}

#s1  {
	position: relative;
	top: 5px;	
	width: 220px;
	height: 740px;
	background-color: #F0F0F0;
}

#s1 p {
	position: absolute;
	top: 0px;
	left: 10px;	
	font-size: 16px;
}

#s1 a {
	position: relative;
	top: 10px;
	left: 10px;	
	font-size: 16px;
	text-decoration: none;
}

#menue {
	position: absolute;
	top: 92px;
	left: 230px;
	width: 760px;
	background-color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
}

#menue a {
	position: relative;
	text-decoration: none;
}

#content {
	position: absolute;
	top: 149px;
	left: 230px;
	width: 770px;
	font-size: 12px;
	text-decoration: none;
}

#contentsmall {
	font-size: 14px;
	text-decoration: none;
}
#content0 {
	position: absolute;
	top: 149px;
	left: 230px;
	width: 770px;
	font-size: 14px;
	text-decoration: none;
}

#content1 {
	position: absolute;
	top: 149px;
	left: 230px;
	width: 770px;
	font-size: 18px;
	text-decoration: none;
}
#content1 a {
	text-decoration: none;
}

#content2 {
	position: absolute;
	top: 120px;
	left: 230px;
	width: 770px;
	font-size: 16px;
	text-decoration: none;
}

#content2 a {
	text-decoration: none;
}

#content2a {
	position: absolute;
	top: 149px;
	left: 230px;
	width: 770px;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.2em; 
}
#content3 {
	position: absolute;
	top: 149px;
	left: 500px;
	width: 500px;
	font-size: 16px;
	text-decoration: none;
}
#content4 {
	font-size: 16px;
	text-decoration: none;
}
#content4 a {
	text-decoration: none;
}

#eyecatcher {
	background-color: #FFFF00;
}

#contentfull {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 680px;
	font-size: 12px;
	text-decoration: none;
}

#contentfull2 {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 600px;
	font-size: 14px;
	text-decoration: none;
}
#contentfull3 {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 550px;
	font-size: 16px;
	text-decoration: none;
}

#footer  {
	position: relative;
	left: 10px;
	width: 990px;
	font-size: 16px;
	text-decoration: none;
}

#lined {
	text-decoration: underline;
}

#attention {
	color: blue;
}
#mark {
	color: red;
}

a:link {
	color:#ad351a;
}

a:visited {
	color:#78534a;
}
a:active {
	color:#000000;
	text-decoration: none;
}
a:hover{
	color: #FF4D00;
}
img.float_links {
	float: left
	margin: 100px;
}
img.float_rechts {
	float: right
	margin: 100px;
}
		