﻿/* Homepage - Innosenso Unternehmensberatung für Elektrobiologie */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #a2373b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #444444;
}

#rahmen {
	width: 900px;
	text-align: left;
	background-image: url(Bilder/temp_04.jpg);
}

#header {
	width: 900px;
	height: 128px;
	background-image: url(Bilder/temp_01.jpg);
}

div#header a {
	width: 900px;
	height: 128px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#nav {
	width: 900px;
	height: 29px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	background-image: url(Bilder/temp_02.jpg);
}

#middle {
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#info {
	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	background-image: url(Bilder/temp_06.jpg);
}

#informationen {
	border: none;
	width: 800px;
}

#informationen td {
	width: 240px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 10px;
	line-height: 15px;
}

a {
	color: #a2373b;
	text-decoration: none;
}

a:hover {
	color: #a2373b;
	text-decoration: underline;
}

ul {
	list-style: disc;
	list-style-position: inside;
	color: #a2373b;
	margin-top: 10px;
}

#balken0 {
	width: 790px;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
	font-size: 12px;
	line-height: 15px;
	background-color: #d6e3bc;
	font-weight: normal;
	vertical-align: middle;
	line-height: 40px;
}

#balken1 {
	width: 900px;
	height: 32px;
	background-image: url(Bilder/temp_08.jpg);
}

#footer {
	width: 900px;
	height: 20px;
	background-color: #a2373b;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	font-size: 12px;
	display: inline;
	font-weight: normal;
}

h2 {
	color: #a2373b;
	font-size: 22px;
	font-weight: normal;
}

h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

