* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(hintergrund.jpg) repeat-x;
	font: 14px/1.4em Arial, Helvetica, sans-serif;
	color: black;
}

h1.start {
	font-size: 20px;
	color: #CC0226;
	padding: 20px 0 20px 20px;
}

#produktliste h1 {
	font-size: 20px;
	color: #CC0226;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	color: black;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	color: #009053;
	margin-bottom: 10px;
}

p.start {
	padding-left: 20px;
	padding-bottom: 10px;
}

#newsletter {
	padding: 20px 0px 10px 20px;
}

input {
	border-style: solid;
	border-width: 1px;
	background: white;
}

ul.start li {
	list-style: inherit;
	margin-left: 40px;
	font-weight: bold;
	line-height: 1.8em;
}

a {
	color: #CC0226;
	text-decoration: underline;
}

a:hover {
	color: #CC0226;
	text-decoration: none;
}

#wrap {
	margin: 0px auto;
	width: 850px;
	overflow: hidden;

}

#head {
	margin: 0px auto;
	padding-top: 10px;
	width: 850px;
	height: 85px;
	background: url(head.jpg) no-repeat;
}

#head_title {
	float: left;
	font-size: 20px;
	color: #CC0226;
	padding-left: 240px;
}

#head_subtitle {
	float: left;
	padding-left: 240px;
	margin-top: 5px;
}

#head_adress {
	float: right;
	font-size: 13px;
	line-height: 14px;
	padding-right: 35px;
}

#navi {
	margin: 0px auto;
	width: 760px;
	height: 25px;
	background: url(navi.jpg);
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 5px;
}

#navi ul {
	list-style-type: none;
}

#navi li{
	list-style-type: none;
	float: left;
	margin-right: 20px;
	padding: 0;
}

#navi a {
	font-size: 18px;
	/*font-weight: bold;*/
	color: white;
	text-decoration: none;
}

#navi a:hover {
	color: #CC0226;
}

#schatten_links {
	width: 25px;
	background: url(schatten_links.jpg) repeat-y 50% 0;
	float: left;
	height: auto;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
	
#content {
	width: 800px;
	height: auto;
	float: left;
	background: url(schatten_content.jpg) no-repeat bottom white;
	padding: 10px 0px 0px 0px;
}

#verkehrstechnik_start {
	width: 263px;
	height: auto;
	float: left;
}

#energietechnik_start {
	width: 262px;
	height: auto;
	float: left;
	margin-left: 6px;
}

#park_und_kontrollsysteme_start {
	width: 263px;
	height: auto;
	float: left;
	margin-left: 6px;
}

#schatten_rechts {
	width: 25px;
	height: auto;
	float: left;
	background: url(schatten_rechts.jpg) repeat-y;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#footer {
	margin: 0px auto;
	width: 760px;
	font-size: 10px;
	background: url(footer.jpg) no-repeat;
	padding: 45px;
	clear: left;
}

#produktliste p {
	margin-bottom: 15px;
}

p.left {
	float: left;
}

p.right {
	float: right;
}

ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3 {
	margin-left: 20px;
}

.flLeft {
	float:left;
}

.flRight {
	float:right;
}
