﻿* {	margin: 0px;
	padding: 0px; }

h1 { color: #FF00FF;
	border-bottom: 1px dotted #e3e3e3;
	font-family: "CenturyGothic" ;}

body {	font-family: "Verdana";
		font-size: 12pt;
	
		background-color: #;
		background-image: url("images/bild");
		background-repeat: repeat-y;
		background-position: 40px 0px
	
		kurzfassung:
		background: #farbcode url("images/bild") 40px 0px repeat-y }

img{	border: 
		margin:
		padding:
		background: }

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #98bd07;
}

a:visited {
	color: #003e93;
}

table thead th, table thead td {
	background: #;
	color: farbe;
	text-align: text ausrichtung 
}

table tbody th, table tbody td {
	border-bottom: 1px solid black;
	padding: 2px 5px;

}

#main-container {
	width: 1900px;
	margin: 20px 0px 20px 25px;
}

#tabelle-1 {
	width: 475px;
	float: left;
}
#tabelle-2 {
	width: 475px;
	float: left;
}

#fusszeile {
	clear: both;
}

#navigation {
	border: 1px solid #FF00FF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0px;
}

#navigation ul li {
	display: inline;
}