* {
margin: 0;
padding: 0;
}
body{
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background: #f3f3f4;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00AEEF;
	text-decoration: none;
}
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
}
a img {
border: 0 none;
}
h1, h2, h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00aeef;
	background:transparent;
	margin-top: 10px;
	margin-bottom: 5px;
}
h1{
font-size: 1.4em;
}
h2{
font-size: 1em;
}
h3{
font-size: 1em;
color:#000000;
}
ul{
	list-style-type: square;
	padding: 10px 5px 10px 35px;
}
#header {
background-image: url(schreibservice.gif);
height: 143px;
width: 100%;
}
#navigation {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #00AEEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00AEEF;
	padding: 10px 40px 10px 40px;
	text-align: right;
}
#container {
color: #000000;
background: transparent url(img_left.gif);
background-position: left;
background-repeat: repeat-y;
background-attachment: fixed;
width: 800px;
}
#main {
	margin-left: 40px;
	margin-top: 20px;
}
#leistungen{
	width: 100%;
	margin: 2px 0px 2px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #00AEEF;
}
#leistung {
	float: left;
	width: 515px;
	height: 55px;
	padding: 5px 5px 5px 0px;
	text-align: left;
}
#einheit {
	float: left;
	width: 160px;
	height: 55px;
	padding: 5px 5px 5px 0px;
	text-align: left;
}
#preis {
	float: left;
	width: 70px;
	height: 55px;
	padding: 5px 0px 5px 0px;
	text-align: right;
}
.nowrap{
white-space:nowrap;
}
