* {
	margin: 0; padding: 0;
}
body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;

}
#header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	background-image: url(Grafik/allgemein/Hamco-Logo.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 100%;
	display: block;
}
#header h1 {
	font: 2em Arial, Helvetica, sans-serif;
	margin-left: 200px;
	margin-top: 20px;
	vertical-align: middle;
}
#nav {
	position: fixed;
	top: 72px;
	left: 0px;
	width: 100%;
	height: 18px;
	display: block;
	background: #009AD6;
	font: 0.8em Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
}
#nav ul {
	list-style-type: none;
	color: #ffffff;
	font-weight: bold;
	margin: 0 2px 2px 10px;
	padding: 0;
	white-space: nowrap;
}

#nav li{
	display: inline;
	color: #DCDCDC;
}

#nav a, #nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
#nav a:active, #nav a:focus, #nav a:hover {
	color: #009AD6;
	background: white;
	text-decoration: none;
}
#rahmen {
	position:relative;
	margin-top:100px;
	background-image: url(Grafik/allgemein/bglines.gif);
	background-repeat: repeat-y;
	padding-left:20px;
	height: 100%;

}
*:first-child+html #rahmen,* html #rahmen {
  margin-top:2px;
}

#rahmen2 {
	position:relative;
	margin-top:0;
	background-image: url(Grafik/allgemein/bglines.gif);
	background-repeat: repeat-y;
	padding-left:20px;
	height: 100%;

}
#inhalt {
	width: 650px;
}
#inhalt h1 {
	color: #ff0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 35px 0 10px 0;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0 5px 0;
}
h3 {
	color: #1e90ff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 5px 0;
}
p {
	font-size:13px;
	padding:2px;
}
td {
	font-size: 13px;
}
a, a:visited {
	color: #009AD6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	padding: 2px;
}
a:active, a:focus, a:hover {
	color: Gray;
	text-decoration: underline;
}
#inhalt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: disc;
	margin-left:15px;
}
td.unlinked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Gray;
}
.spalte2 {
   width: 300px;
	float:right;
	display: block;
}
.spalte1 {
	width: 300px;
	display:block;
}
.std {
	width:600px;
}
.clear {
	clear: both;
}
.space {
    height:20px;
}
.red {
	color:#ff0000;
}