BODY {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

A {
	color: #6B6B00;
}

A:HOVER {
	color: #B7B700;
	text-decoration: none;
}

p {
	margin-top: 0px;
	line-height: 1.3em;
}

h1 {
	margin-top: 0px;
	font-size: 1.0em;
	font-weight: 800;
}

/* td ist in form_*.css, je nach browser */

/* Boxen navi */

#zentrieren {
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -455px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* #LogoInv {
	position: absolute;
	left: 10px;
	top: 0px;
	border-style: none;
} */

#Logo {
	position: absolute;
	left: 0px;
	top: 63px;
	border-style: none;
}

#Navi {
	height: 100px;
	width: 900px;
	position:absolute;
	left: 0px;
	top: 0px;
	border-style: none;
	overflow: hidden;
}

#NavLeft {
	position: absolute;
	left: 200px;
	top: 63px;
	border-style: none;
}

#NavRight {
	position: absolute;
	/* left: 743px; */
	left: 822px;
	top: 63px;
	border-style: none;
	direction: rtl;
}

a.navlink img {
	border: none;
}

/* navi ende, content anfang */

#Content {
	height: 550px;
	width: 900px;
	position:absolute;
	left: 0px;
	top: 150px;
	border-style: none;
}

#ContentStart {
	height: 550px;
	width: 500px;
	position:absolute;
	left: 200px;
	top: 150px;
	border-style: none;
}

#ContentBlock1 {
	position:absolute;
	left: 200px;
	top: 0px;
	width: 325px;
	height: 550px;
	overflow:visible;
	padding: 0px 0px 0px 2px; 
}

#ContentBlock2 {
	position:absolute;
	left: 548px;
	top: 0px;
	width: 325px;
	height: 550px;
	overflow:auto;
	padding: 0px 0px 0px 2px;
}

#Pages {
	height: 20px;
	width: 100px;
	position:absolute;
	left: 550px;
	top: 425px;
	border-style: none;
}

/* #Pages {
	height: 20px;
	width: 100px;
	position:absolute;
	left: 775px;
	top: 425px;
	border-style: none;
	direction: rtl;
} */

/* ebenso alt 
#Pages {
	height: 20px;
	width: 100px;
	position:absolute;
	left: 14px;
	top: 0px;
	border-style: none;
	direction: rtl;
} */

#Footer {
	height: 20px;
	width: 450px;
	position:absolute;
	left: 200px;
	top: 625px;
	border-style: none;
	font-size: 0.8em;
	color: gray;
}

/* thumbnails */

div.pic {
	margin: 0px;
	padding: 0;
  	clear: left;
	width: 322px;
}
div.pic a.tn {
	float: left;
}
div.ptl a.tn {
	float: left;
}

div.ptr a.tn {
   float: right;
	margin-left: 0px;
}

div.ls a.tn {
	width: 150px;
}

a.tn img {
	border: 1px solid #333;
	border-width: 1px 2px 2px 1px;
   margin: 0 0 1em;
}
div.pic ul {margin: 0 0 0 155px; padding: 0 0 0 0.5em;}

div.pic li {
	list-style: none;
	margin: 0; padding: 0;
}

div.pic li.caption {
	color: gray;
}

/* thumbnails ende */

/* formular */
div.form button {

}
/* formular ende */