/*
Screen: 
800 px breit
600 px hoch (115 + 485)
*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #848484;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #848484;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #070707;
}

p {
	margin-left: 10px;
}

.fliess-link {
	text-decoration: none;
	color: #070707;
}

.fliess-link:hover {
	text-decoration: none;
	color: #848484;
}


strong {
	color: #070707;
}

input, textarea {
	margin-top:5px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #848484;
	border: 1px solid grey;
}
input {
	width:595px;
}
textarea {
	height: 350px;
}

input#butt {
	margin-top:10px;
	width:110px;
}



#schluesselloch {
	position:absolute;
	width:118px;
	height:185px;
	z-index:1;
	left: 595px;
	top: 390px;
}

#navi {
	position:absolute;
	width:800px;
	height:115px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin-left:10px;
}

#bild {
	position:absolute;
	width:800px;
	height:485px;
	z-index:1;
	left: 0px;
	top: 115px;

}

#linkeSpalte {
	position:absolute;
	width:388px;
	height:485px;
	z-index:2;
	left: 0px;
	top: 115px;
	margin-left:10px;
}

#rechteSpalte {
	position:absolute;
	width:180px;
	height:485px;
	z-index:3;
	left: 398px;
	top: 115px;
	margin-left:10px;
}