﻿/*kopf.css*/
body {
}
#kopf {
	font-family: Arial, Helvetica, Sans-Serif;
	/*border: 3px #808080 outset;*/
	width: 940px;
	height: 120px;
	margin: 10px;
	
}
.erhaben {
	border: medium outset #008080;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	background-color: #008080;
	width: 197px;
	height: 24px;
	font-weight: bold;
}
.text {
	font-size: 20px;
	font-weight: bold;
	width: 940px;
	border: 0;
	word-spacing: normal;
	letter-spacing: 8pt;
	color: #800000;
	text-align: right;
}
p {
	margin: 0;
}

