html, body {
height:100%;
padding:0px;
margin:0px;
background-image: url(../images/cssimages/kuepper-bg.gif);
background-repeat:repeat-y;
background-position: center;
color:#006600;
font-family:"Maiandra GD", Helvetica, Geneva, Arial, sans-serif;
font-size:13px;
}
hr{
	color:#009900;
	background-color:#009900;
	padding:0px;
	margin:5px;
	width:90%;
	height:1px;
}
h1{
	font-size:20px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2{
	font-size:12px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
td{
	font-size:12px;
	color:#006600;
}
p {font-size:12px;}
#page {
position:relative;
min-height:100%;
}
#header {
width:770px;
clear:both;
background-image:url(../images/cssimages/breadcrumb-bg.gif);
background-repeat:repeat-x;
text-align:left;
}
#content {
width:770px;
padding:0 0 80px 0;
clear:both;
}
#links {
width:220px;
float:left;
text-align:left;
}
#rechts {
font-size:inherit;
width:510px;
padding:20px;
float:left;
text-align:left;
}
.clearing {
clear:both;
height:0;
padding:0;
border:0;
margin:0;
font-size:0;
line-height:0;
}
#footer {
position:absolute;
bottom:0;
width:100%;
height:80px;
display:block;
}
#footerinhalt{
background-image:url(../images/cssimages/kuepper-footer-bg.gif);
background-repeat:no-repeat;
font-size:12px;
width:750px;
height:60px;
padding:10px;
color:#FFC800;
text-align:center;
}

/* ================= */

#containerul, #containerul ul{
  text-align:left;
  margin:0;                          /* browser default margins überschreiben */
  padding:0;                         /* browser default padding überschreiben */
}

#containerul li{
margin:0 0 0 15px;                   /* left margin für Einrückung */
color: #FFC800;
font-size:12px;
text-decoration:none;
padding:0;                           /* browser default margins überschreiben */
list-style-type:none;             /* browser default padding überschreiben */
}

#containerul .symbols{               /* styles positionierung symbole */
  float:left;
  width:16px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

a{
color:#FFC800;
font-size:12px;
text-decoration:none;
}
a:hover{
color:#FFFF99;
font-size:12px;
text-decoration:none;
}
a.breadcrumb{
	font-size:13px;
	color:#006600;
	text-decoration:none;
}
a:hover.breadcrumb{
	font-size:13px;
	color:#FF6600;
	text-decoration:none;
}
a.notfall{
	color:#FF0000;
	font-size:11px;
	text-decoration:none;
}
a:hover.notfall{
	color:#FF6600;
	font-size:11px;
	text-decoration:none;
}
a.textlink{
	color:#006600;
	text-decoration:underline;
}
a:hover.textlink{
	color:#FFC800;
	text-decoration:underline;
}
.bildlinks{
	float:left; 
	margin-right:10px; 
	margin-bottom:10px;
}
