body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url("images/layout.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 16px;
	margin-top:0px;
}

ul,p {
	margin-top: 0px;
}

li {
	list-style: square outside;
	line-height: 16px;
}

A:link {
	text-decoration : underline;
	color : Black;
}

A:HOVER {
	text-decoration : underline;
	background-color:#F6F6F6; 
	color : #777777;
}


A:VISITED {
	text-decoration : underline;
	color : #777777;
}

div#kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 715px;
	height: 90px;
/*	background-color: #dedede; */
}

div#navigation {
	position: absolute;
	top: 91px;
	left: 20px;
	width: 150px;
	overflow: hidden;
	background-color: #F6F6F6;
	border-bottom: 2px solid #dedede;
  border-top: 2px solid #dedede;
	height: 550px;
	line-height: 0px;
}

div#navigation ul {
	margin-top: 10px;
}

div#navigation li {
	list-style: none outside;
	position: relative;
	left: -20px;
	margin-bottom: 5px;
}

div#navigation a {
	text-decoration: none;
}

div#navigation a:hover {
	background-color: #dedede;
}

div#content {
	position: absolute;
	top: 100px;
	left: 180px;
	width: 540px;
}

.eingabefeld {
	width: 500px;
	border: 1px solid #dedede;
}