* {
	margin: 0;
	padding: 0;
	font: normal normal 12pt sans-serif;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
	border: 0px;
}

em {
	font-style: italic;
}

.noListStyle {
	padding: 0;
	list-style: none;
}

:hover.technicalHover {
	-webkit-box-shadow: 0px 1px 7px #0AE;
	-moz-box-shadow: 0px 1px 7px #0AE;
	-o-box-shadow: 0px 1px 7px #0AE;
	box-shadow: 0px 1px 7px #0AE;
}


#page a {
	color: #666;
	text-decoration: underline;
}


a img {
	border: none;
}

body {
	display: block;
	line-height:1.4em;
	margin: 10px auto;
	width: 600px;
}


body > header {
	display: block;
	width: 600px;
	margin-top: 50px;
	height: 158px;
	background: url('logo_elektro-kehl.png') top center no-repeat;
	color: white;
}

body > header p {
	visibility: hidden;
}

body#company > header {
	border-color: #FFF;
}


div#page {
	display: block;
	color: white;
}

section {
	display: block;
	width: 600px;
}

section article {
	display: block;
	width: 582px;
	padding: 9px 9px 0 9px;
	color: black;
}

section article header {
	display: block;
	margin-bottom: 9pt;
}

section article header h1 {
	margin-bottom: 3pt;
	font-size: 14pt;
	line-height: 18pt;
}

section article p {
	line-height: 150%;
	margin-bottom: 9px;
	letter-spacing: 0;
	text-shadow: none;
}

section article ul {
	padding:0;
	padding-left:20px;
	margin-bottom: 9px;
	text-shadow: none;
	list-style:none;
}

section article ul li {
	margin:0;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding:0;
}

section article footer {
	visibility: hidden;
}