body
{
	text-indent: 0px;
	font-size: 12px;
	line-height: 14px;
	color: black;
	background-image: url(../bilder_elemente/1024_768.jpg);
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0px 0px;
/*	background-attachment: fixed; */
	margin-top:0px;
	margin-left:0px;
	font-family: arial,verdana,sansserif;
}

div#banner
{
	position: absolute;
	top: 0px;
	left: 140px;
	z-index:2;
}

div#navi
{
	position: absolute;
	top: 18px;
	left: 10px;
	width: 190px;
	height: 400px;

	background: #fff;
	background-image: url(../bilder_elemente/00.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: fixed;

	font-size: 18px;
	line-height: 25px;
	text-shadow: 2px 2px 2px #aaa;
/*	border: 2px outset whitesmoke; */
	z-index:1;
}

div#main
{
	position: absolute;
	top: 100px;
	left: 210px;
	width: 600px;
	height: 400px;
	background: #eee;
/*	border: 1px inset whitesmoke; */
	z-index:1;
}

div#decor
{
	position: absolute;
	top: 100px;
	left: 820px;
	width: 100px;
	height: 400px;
	background: #fff;
/*	border: 1px inset whitesmoke;  */
	z-index:1;
}

.decor_pic
{
	height: 400px;
	width: 100px;
}

div#green
{
	position: absolute;
	top: 505px;
	left: 210px;
	width: 710px;
	height: 15px;
	text-align:right;
/*
	background: #ddd;
	border: 2px outset whitesmoke;
*/
}

div#infotext
{
	position: absolute;
	top: 15px;
	left: 10px;
	text-align:left;

	background: #ddd;
	border: 2px outset whitesmoke;

}


table#text
	{
	text-align:left;
	padding:5px;
	}

p#titel
{
	color: black;
	padding:5px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align:right;
	text-shadow: 3px 3px 3px #aaa;
}

.ankeract
{
	color: #0f0;
	font-weight: bold;
	border: 1px inset whitesmoke;
	width:150px;
	background: #eee;
}

a:link
{
	color: #3FC;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #3FC;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #0f0;
	text-decoration: none;
/*	border: 2px outset whitesmoke; */
}

