/* CSS Document */

body {
	margin: 0px;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	margin: 2px 0px 0px 0px;
	display: block;

	color: #BCA408;

	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
	text-decoration: none;
}

a.text {
	color: #000000;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
	text-decoration: none;
}


p {
	margin: 10px 10px 0px 10px;
	
	color: #000000;
}

h5 {
	color: #EDA202;
	font-size: 11px;	
	height: 20px;
	padding: 0px;
	margin: 15px 10px 0px 10px;
	border-bottom: 1px solid #E6E6E4;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.mainlink {
	text-indent: 0px;
	vertical-align: middle;
	height: 18px;
	margin: 0px 1px 10px 1px;
	padding: 5px ;
	display: block;
	float: left;
	background-color: #ECA100;

	color: #ffffff;
}

.mainlink:hover {
	text-decoration: underline;
}

.impressum-head {
	margin: 0px;
	padding: 0px;
	
	width: 480px;
	height: 76px;
	
	background-image:url(impressum-head.jpg);
	background-repeat: no-repeat;
}

.impressum-ueberschrift {
	margin: 0px;
	padding: 0px;
	
	width: 480px;
	height: 45px;
	
	background-image:url(impressum-ueberschrift.gif);
	background-repeat: no-repeat;
}

.impressum-foot {
	margin: 0px;
	padding: 0px;
	
	width: 480px;
	height: 447px;
	
	overflow-y: scroll;
}


