/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4c70b8;
	font-family: Arial, san-serif;
}

.repeatx{
        background-repeat: repeat-x;
}

.norepeat{
        background-repeat: no-repeat;
}

.suche{
border: 1 solid white; 
background-color: #b6bad1; 
width: 118px;
}
.rahmen{
  border-width:1px;
  border-style:solid;
  border-color:black;
  background-color: #b6bad1;
 }
.suchetext{ 
	font-family:  Arial, sans-serif;
	color: #ffffff;
	font-size: 13px;
	text-decoration : underline; 
}
h1 {
	font-size: 18px;
	color: #4c70b8;
}

h2 {
	font-size: 16px;
	color: #4c70b8;
}

h3, h4, h5, h6 {
	font-size: 14px;
	color: #666666;
}
/* Paragraph */
p {  
	font-family:  Arial, sans-serif;
	color: #333333;
	font-size: 13px; 
}

/* Table Cells */
table, td {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 13px;
}
a{
   color: #b6321f
}
a.seitennav:link {
 font-family: Arial; 
 color: #b6321f; 
 font-weight: bold; 
 font-size: 14px;
 text-decoration: none;
}
a.seitennav:visited {
 font-family: Arial; 
 color: #b6321f; 
 font-weight: bold; 
 font-size: 14px;
 text-decoration: none;
}
a.seitennav:hover {
 font-family: Arial; 
 color: #666666; 
 font-weight: bold; 
 font-size: 14px;
 text-decoration: underline;
}
a.seitennav:active {
 font-family: Arial; 
 color: #b6321f; 
 font-weight: bold; 
 font-size: 14px;
 text-decoration: none;
}
hr{
  width:750px; 
  color: #999999; 
  height:1px;
 }
.white{
	font-family:  Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold; 
}
.bold{
	font-weight:bold 
}
.tdtermine{
	font-family:  Arial, sans-serif;
	background-color: #b6bad1;
}
.visitenkarte{
float:left; 
margin:0 20px 10px 0;
}
.linie{
 border:solid #003399 1px;
 width:750px;
 height:1px;
 }
.linieindex{
 border:solid #003399 1px;
 width:599px;
 height:1px;
 }
.abfallkalender{
	font-family:  Arial, sans-serif;
	font-size: 9px;
	border:solid #003399 1px;
}
.abfallkalwhite{
	font-family:  Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border:solid #003399 1px;
}
.termine {
line-height: 150%;
}
.besucherstatistik{ 
	font-family:  Arial, sans-serif;
	color: #ffffff;
	font-size: 10px;
}


