@CHARSET "UTF-8";

/* color: #525e64; /*gray*/
/* color: #abc100; /*green*/
/* color: #0095d8; /*blue*/


* {
	margin: 0px;
	padding: 0px;
	font-family: Courier New, Courier, monospace;
	font-size: 18px;
	color: #525e64; /*gray*/
}

html, body {
	height: 100.1%;
	background-color: white;
}

table {
	border-collapse: collapse;
}

a, a:VISITED, a:LINK {
	font-family: Courier New, Courier, monospace;
	font-size: 18px;
	color: #525e64; /*gray*/
	text-decoration: none;
}

a:HOVER {
	text-decoration: none;
	font-weight: bold;
}

p, td {
	line-height: 140%;
}

#logo {
	padding-top: 20px;
	padding-left:20px;
	height: 200px;
	float: left;
	border-left: 1px solid #525e64;
	border-top: 1px solid #525e64;
	border-bottom: 1px solid #525e64;
}

#schriftmarkeDIV{
	height: 150px;
	float: left;
	border-top: 1px solid #525e64;
	border-bottom: 1px solid #525e64;	
}

#content{
	margin-top: -43px;
	text-align: right;
	font-size: 24.6px;
	float: left;
	color: #abc100;
}

#contact{
padding-top: 20px;
	
	height: 200px;
	

	font-size: 16px;
	float: left;

}

