body {
	background: #ccffcc url(../images/layout/bgl.gif) repeat-y 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: inherit;
}
tr {
vertical-align:top;
}
/* Überschriften: */
h1 {
	font-size: 16px;
	color: #336699;
	border-bottom: 1px dashed;
	font-weight: bold;
	background-color: inherit;
}
h2 {
	font-size: 16px;
	color: #336699;
	background-color: inherit;
}
h3 {
	font-size: 14px;
	color: #666666;
	background-color: inherit;
}
/* Servicenavigation oben (Home, Kontakt, etc.): */
#second {
	position: absolute;
	z-index: 3;
	left: 180px;
	top: 132px;
	width: 440px;
	height: 16px;
	text-align: right;
	color: #336699;
	font-weight: bold;
}
#second a, a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	background: url(../images/layout/secondlink1.gif) no-repeat scroll left;
	padding-left: 10px;
}
#second a:hover, a:active {
	text-decoration: underline;
	color: #666666;
	background: url(../images/layout/secondlink2.gif) no-repeat scroll left;
	padding-left: 10px;
}
#titel {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 160px;
	background: url(../images/layout/titel.jpg) no-repeat scroll;
} 
#main {
	z-index: 1;
	position: absolute;
	left: 180px;
	top: 160px;
	width: 440px;
	height: 300px;
	overflow: visible;
}
 #zusatz {
	z-index: 4;
	position: absolute;
	left: 650px;
	top: 180px;
	width: 150px;
	height: 280px;
	overflow: visible;
}
#zusatz ul {
	padding-left: 0px;
	list-style-type: none;
}
#zusatz a, a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	background: url(../images/layout/zusatzlink1.gif) no-repeat scroll left;
	padding-left: 10px;
	background-color: inherit;
}
#zusatz a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #336699;
	background: url(../images/layout/zusatzlink2.gif) no-repeat scroll left;
	padding-left: 10px;
	background-color: inherit;
}
#menu {
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 160px;
	width: 160px;
	height: 300px;
	overflow: visible;
}
#menu ul {
	list-style-type: none;
	padding-left: 20px;
}
#menu li a, li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background: url(../images/layout/menulink1.gif) no-repeat scroll left;
	padding-left: 10px;
	background-color: inherit;
}
#menu li a:hover, li a:active {
	font-weight: bold;
	color: #999999;
	background: url(../images/layout/menulink2.gif) no-repeat scroll left;
	padding-left: 10px;
	background-color: inherit;
}
.menutitle
{
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/layout/navbutton.gif);
	padding-left: 20px;
	letter-spacing: 1px;
	color: #CCCCCC;
	height: 20px;
	line-height: 20px;
	background-color: inherit;
}
/* Links im Text*/
a:active, a:visited, a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background: url(../images/layout/textlink1.gif) no-repeat scroll left;
	padding-left: 10px;
	background-color: inherit;
}
a:hover  {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	background: url(../images/layout/textlink2.gif) no-repeat scroll left;
	padding-left: 10px;
	background-color: inherit;
}
