body {
	background-color: #e3e3e3;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p { 
	color: black; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif 
}

table {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

a:link { color: #3c5c7c}
a:visited { color: #908D4F}
a:active { color: #5389be}
.tablecontent {
	padding-bottom: 15px;
	padding-left: 10px;
}

.tablecontent li {
	margin-bottom: 4px;
}


.headline1 {
	color: black;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.zitate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.margintext {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 16px;
}
li {
	line-height: 20px;
}
ul {
	line-height: 20px;
}
a:hover {
	color: #5389be;
}
.grunertext {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 16px;
	color: #908D4F;
	font-style: normal;
	line-height: 16px;
	letter-spacing: 1px;
}

.mybutton {
	background-color:#cea09b;
	border:1px solid #000000;
	border-radius: 4px;
	display:inline-block;
	padding:8px 20px;
	margin: 10px;
	text-decoration:none;
}