/* allgemeine Definitionen */
body {
	margin:	0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-color: #A7D5D3;
}

td {
	margin:	0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

p {
	text="#000000";
}

a:link 		{
	color: #000000;

}

a:visited	{
	color: #000000;
}

a:hover		{
	color: #CC0000;
	text-decoration: none;
}

a:active	{
	color: #CC0000;
	text-decoration: none;
}

.fett  {
	font-size: 10px;
	font-weight: bold;
}
/* layer */
#backgroundleft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 142px;
	height: 100%;
	background-color: #F9F402;
	z-index: 1;

}

#backgroundright {
	position: absolute;
	left: 550px;
	top: 0px;
	height: 100%;
	z-index: 1;
	border-left-style: dashed;
	border-left-color: #000000;
	border-left-width: 1px;
}

#logo {
	position: absolute;
	left: 9px;
	top: 9px;
	z-index: 2;
}

#breadcrumb {
	position: absolute;
	left: 168px;
	top: 20px;
	font-size: 22px;
	font-weight: bold;
}

#nav {
	position: absolute;
	left: 168px;
	top: 68px;
}

#navwerk {
	position: absolute;
	left: 257px;
	top: 81px;
}

#news {
	position: absolute;
	left: 12px;
	top: 89px;
	width: 120px;
	z-index: 2;
}

#leftimagehobby {
	position: absolute;
	left: 9px;
	top: 146px;
	z-index: 2;
}

#werkbild1 {
	position: absolute;
	left: 12px;
	top: 109px;
	width: 120px;
	z-index: 2;
}

#inhalt {
	position: absolute;
	left: 201px;
	top: 114px;
	width: 695px;
	height: 1292px;
}

#inhaltstart {
	position: absolute;
	left: 170px;
	top: 147px;
	width: 350px;
}

#english {
	position: absolute;
	left: 9px;
	top: 97%;
	z-index: 3;
}
