body, html {
	background-color: #e8f2f7;
	padding: 0;
	margin: 0;
}

html, body, div, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
color: #160d95;
}

img {
	border: 0px;
}


hr {
	background-color: #160d95;
/*0029e1*/
	color: #160d95;
	height: 1px;
	border: 0px;

}


h1, h2, h3 {
	/*color: #0c008d;*/
	color: #160d95;
}


a, a:visited, a:link {
	color: #0029e1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff5100;
}

.bold, .strong {
	font-weight: bold;
}



#navi {
	float: left;
	width: 200px;
	clear: left;
}

#navi ul {
	list-style-image:url("http://www.eltberg.de/devel/images/wrench.png");
}
#navi li {
	padding-top: 10px;
	font-weight: bold;
}
#navi li:hover {
	list-style-image:url("http://www.eltberg.de/devel/images/wrench_orange.png");
}
#navi .aktiv {
	/*text-decoration: underline;*/
	color: #160d95;
	list-style-image:url("http://www.eltberg.de/devel/images/wrench_orange.png");
}

#main {
	margin-left: 230px;
	padding: 5px;
}

#bottom {
	position: fixed;
	background-color: #e8f2f7;
	bottom: 0px;
	left: 2px;
	right: 2px;
}
#bottom hr {
	margin-top: 0px;
}

#adresse, #adresse a {
	color: #160d95;
	/*color: #0c008d;*/
	font-size: 8pt;
}
#adresse {
	padding-left: 15px;
	padding-top: 10px;
}
#adresse a {
	font-weight: normal;
}



ul#leistungen {
	list-style-image:url(http://www.eltberg.de/images/bullet_go.png);
}

ul#leistungen li {
	padding-top: 5px;
}

#SiteImpressum, #SiteProfil, #SiteLeistungen {
	width: 70%;
}

#SiteKontakt {
	width: 80%;
}

#SiteImpressum p {
	margin: 0;
	margin-left: 10px;

}

.centerdiv {
	margin-left:auto;
	margin-right:auto;
}

.indent {
	margin-left: 10px;
}

.small {
	font-size: 8pt;
}

.center {
	text-align: center;
}

.start {
	font-size: 23pt;
	font-weight: bold;
	color: #160d95;
	text-align:center;
	vertical-align: middle;
}

