/*Allgmein*/

body,html
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #4f5455;
margin: 0;
padding: 0;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
background-image: url(images/verlauf.jpg);
background-color: #efefef;
line-height: 1.4em;
width: 100%;
height: 100%;
}

tr, td
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #002266;
}

a:link img {border: 0;}
a:visited img {border: 0;}
a:active img {border: 0;}
a:focus img {border: 0;}
a:hover img {border: 0;}
a:link    {color: #002266;  text-decoration: none;}
a:visited,
a:active,
a:focus   {color: #002266;   text-decoration: none;}
a:hover   {color: #800; text-decoration: none;}


div.mitte {
position: absolute;
left: 50%;
width: 780px;
margin-left: -390px; /* negative Hälfte von width:780px */
top: 50%;
height: 536px;
margin-top: -268px; /* negative Hälfte von height:536px */
}

#distance { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-268px; /* half of container's height */
		float:left;
		}

#container {
		margin: 0 auto;
		position: relative; /* puts container in front of distance */
		text-align: left;
		height: 536px;
		width: 780px;
		clear: left;
		}

/*Headlines*/


h1
{
font-size: 13px;
font-family: verdana, arial, helvetica, sans-serif;
margin-top: 0px;
margin-bottom: 15px;
color: #0083b3;

}

h2
{
font-size: 13px;
font-family: verdana, arial, helvetica, sans-serif;
margin-top: 0px;
margin-bottom: 15px;
color: #0083b3;
}

h3
{
font-size: 13px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
margin-top: 0px;
margin-bottom: 15px;
color: #0083b3;
}


#top
{
height: 194px;
width: 780px;
margin: auto;
background-image: url(./images/gebaeudereinigung.gif);
}

.menu
{margin-left: 30px;
}

.menubox
{
margin-top: 30px;
width: 150px;
height: 53px;
float: left;
}

#textbox
{
width: 780px;
height: 342px;
background-color: #efefef;
background-image: url(./images/main.gif);
text-align: left;
margin: auto;
}


#content
{
width: 520px;
height: 315px;
float: left;
overflow: auto;}

#inhaltsfeld
{
margin: 0px 30px 20px 30px;
}

#bild
{
width: 260px;
height: 340px;
float: right;
text-align: center;
}

hr
{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #40beea;
 border-bottom: solid 1px #d4f4ff; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

.normal
{font-size: 13px;}
