@charset "UTF-8";

body {
	margin:0;
	background:#fff;
	font-family:Arial,sans-serif;
	color:black;
	font-size:13px;
}

td.navcol {
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-color: #fff #900 #fff #fff;
	background-color: #fff;
	text-align:center;
}
td.navcollast {
	border: none;
}
a.navcol {
	color: #990000;
	font-weight:bold;
	text-decoration:none;
}

img {
	border:none;
}

div.centeredBox {
	border: none;
	margin: 0 auto;
	text-align:center;
}
div.logo {
	margin-top: 13%;
	height: 130px;
	width: 700px;
}
div.logo img {
	float:left;
	margin-right: 25px;
}
div.logo h1 {
	padding-top: 5px;
	font-size: 45px;
}
div.startpage {
	text-align:center;
	margin-bottom: 10px;
	width: 700px;
}
div.startpage a {
	color: #900;
}
div.searchbox {
	width:500px;
}
div.searchbox input.search {
	width: 410px;
	margin-right: 10px;
	margin-left:auto;
}
div.about {
	margin-top: 30px;
	width: 650px;
	height: 160px;
	border-top: 1px solid #ddd;
}
div.about div.step {
	background: url('../../templatedata/pfeil.png') no-repeat 8px 55px;
	margin-top: 20px;
	padding-left: 30px;
	border: none;
	float:left;
	height: 160px;
	text-align: justify;
	text-vertical-align: center;
}
div.about div.step p {
	text-align:justify;
}
div.about div.step h3:first-letter {
	font-size:130%;
}
div.about div.step p:first-letter {
	font-size:130%;
}
div.about div.order {
	background: none;
	width: 25%;
}
div.about div.receive {
	width: 26%;
}
div.about div.help {
	width: 27%;
}
div.about h3 {
	width:100%;
	text-align: left;
}
div.footer {
	margin-top: 45px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	width: 300px;
}
