* {
    margin: 0;
    padding: 0;
}

body {
	font-family: "Lucida Grande",arial,geneva,tahoma,sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	background: #fff;
	/* text-align: center; for IE */
}

a {
	color: #44626D;
}

p, h1, h2, h3 {
	margin-bottom: 1em;
}

img {
	border: 0px;
}

ul {
	list-style: circle outside;
	margin-bottom: 1em;
}

li {
	margin-left: 1.5em;
}

#container {
	/* margin: 0 auto;   /* align for good browsers */
	/* text-align: left; /* counter the body center */
	margin: 0 0px 0 100px;
	width: 795px;
}

#kopfzeile {
	font-size: 12px;
	color: #666;
	margin: 20px 0 30px 110px;
	text-transform: uppercase;
}

#kopfzeile a {
	color: #000;
	text-decoration: none;
}

#hauptmenue ul {
	list-style: none;
	margin-bottom: 0;
	padding: 142px 0 0 0;
}

#hauptmenue ul li {
	margin: 0 0 0.5em 0;
}

#hauptmenue ul li a {
	color: #666;
}

#hauptmenue ul li a span.eigenname {
	text-transform: none;
}

#hauptmenue ul.more {
	padding-top: 2em;
}

#hauptmenue img.minilogo {
	margin-top: 4em;
}

div.textcontainer {
	letter-spacing: -1px;
}

div.leistungen {
	letter-spacing: -1px;
	width: 620px;
}

form textarea {
	width: 100%;
	font-family: "Lucida Grande",arial,geneva,tahoma,sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #44626d;
}

h1.headline {
	font-size: 32px;
	margin: 0.5em 0 1em 0;
}

h3.absatz {
	padding-top: 1em;
}

em.kategorie {
	color: red;
	font-weight: bold;
	font-style: normal;
}

ul.absatzliste li {
	padding-bottom: 0.5em;
}

div.leistungsnavi a {
	text-decoration: none;
	color: #44626D;
}

div.leistungsnavi a:hover {
	color: black;
}

div.leistungsnavi a.aktiv {
	color: #e71022; /* oo rot */
}

div.leistungscontent {
	width: 100%;
	height: 390px;
	background: #dae0e2;
}

.emaillinkteam {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

/* *** Fixe Position s. a. ie-lte6 *** */

#hauptmenue {
	position:fixed;
	z-index: 2;
	left: 920px;
	top: 74px;
	font-size: 12px;
	text-transform: uppercase;
}


