﻿*{
	color:#000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

body{
	
	text-align:center;
	background:#FFF url('Bilder/Hintergrund.png') repeat-x;
}

hr{
	color:#008000;
	margin-bottom:20px;
	border-top:1px #008000 solid;
}

h1{
	font-size:24px;
	margin-bottom:20px;
}

h2{
	font-size:20px;
	margin-bottom:20px;
}

ul{
	margin:0px 0px 20px 25px;
}

li{
	margin-left:25px;
}

p, table, img{
	margin-bottom:20px;
}

td{
	vertical-align:top;
	padding:10px 0px;
}

/*Info Links*/
a.info{
	display:block;
	font-size:18px;
	border:1px #777 solid;
	margin:1px 0px;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}

a.info:hover{
	padding-left:15px;
	color:#008000;
}

/*service links*/
a.service{
	display:block;
	margin:10px 0px;
	text-decoration:none;
}

a.service:hover{
	color:#008000;
	padding-left:10px;
}

.mainBox{
	margin:auto;
	width:996px;
	height:500px;
}

.categories{
	width:220px;
	height:500px;
	background:#FFF url('Bilder/hintergrund_kategorien.png') repeat-x;
	float:left;
	text-align:left;
	padding:25px;
}

.infoBox{
	margin-top:45px;
}

.serviceBox{
	margin-top:70px;
}

.headerImage{
	height:100px;
	background-color:transparent;
}

.logo{
	height:50px;
	padding-top:12px;
	background:transparent url('Bilder/Hintergrund_logo.png') no-repeat;
	text-align:center;
	margin-top:1px;
}

.logo h1{
	color:#FFF;
}

.content{
	text-align:left;
	margin-top:50px;
	margin-left:295px;
	background-color:transparent;
}

.indented{
	margin-left:270px;
	width:726px;
}

.googleMap{
	width:100%;
	height:400px;
	border:none;
	overflow:hidden;
}

.footer{
	color:#777;
}

.footer a{
	color:#777;
	text-decoration:none;
}

.footer a:hover{
	color:#008000;
}




