*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}
a{
	color:#009;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a:hover{
	text-decoration:underline;
}
body{
	background:#fffcde;
	width:980px;
	margin:0px auto;
}
h2{
	font-size:18px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
p{
	padding:5px;
	text-align:justify;
}
td{
	padding:1px 5px 1px 5px;
}
#center{
	width:555px;
	height:600px;
	margin:10px;
	float:left;	
}
#contactbox{
	width: 180px;
	height: 160px;
	border: 1px solid #ccc;
	margin:10px;
	padding-top:20px;
	background:#fee199;
	text-align:center;
	font-size:smaller;
}
#contactbox a{
	font-size:small;	
}
#impressum, #impressum h2, #impressum p, #impressum img{
	text-align:center;
}
#left{
	width:200px;
	float:left;
}
#logo{
	width:180px;
	height:160px;
	border:1px solid #ccc;
	margin: 10px;
	padding:15px 0px 5px 0px;
	background:#fee199;
}
#nav{
	width:180px;
	height:370px;
	border:1px solid #ccc;
	margin:10px;
	background:#d9eda5;
}
#nav ul{
	padding-top:20px;
	margin-left:30px;
}
#nav ul li{
	list-style:none;
	margin-top:10px;
}
#nav ul li a{
	font-size:medium;
}
#pictures{
	width:180px;
	height:360px;
	border:1px solid #ccc;
	margin:10px;
	padding-bottom:10px;
	background:#d9eda5;
}
#pictures img{
	margin:10px 10px 0px 10px;
}
#right{
	width:200px;
	float:left;
}
#topbar{
	width:960px;
	height:30px;
	background:#ccc;
	margin:10px auto auto 10px;
	background:#944175;
}
.frage{
	font-weight:bold;
}
.img{
	margin:10px;
}
.leistung{
	font-style:italic;
	padding-top:10px;
}
.link{
	color:#944175;
}
.packet{
	padding-bottom:0px;
	text-decoration:underline;
}
.preis{
	text-align:right;
}
.textbox{
	background:#fde198;
	border:1px solid #944175;
	margin:10px 5px 10px 5px;
	padding:5px;
}