:focus {
	outline: none;
}
body {
	background-image: url('images/bg/bg-wrap-seite.png');
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #f5f5f5;
	color: #3d3d3d;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 0.8em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
div, p {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
}
li {
	line-height : 1.8em;
	padding-bottom : 1.2em;
}
img {
	border-style: solid;
	border-width: 1px;
	border-color: #1a51a1;
	padding: 2px;
}
div#info {
	position: absolute;
	top: 0px;
	left: -500px;
	width: 250px;
}
div#wrap-seite {
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
	background-image: url('images/krause-logo.png');
	background-repeat: no-repeat;
	background-position: 0px 70px;
}
header#header {
	padding-top: 50px;
	color: #17328f;
	text-align: right;
}
header#header h1, h2, h4 {
	font-weight: normal;
}
header#header h1 {
	margin-bottom: 5px;
}
div#wrap-inhalt {
	margin-left: 300px;
	padding-top: 25px;
	width: 640px;
}
section#container-inhalt {
	padding-top: 75px;
	padding-bottom: 50px;
}
article#spalte-links {
	width: 310px;
	float: left;
}
article#spalte-rechts {
	width: 310px;
	float: right;
}
div#block-foto-krause {
	background-color: #ededed;
	padding: 10px;
}
div#leistungen {
	padding-top: 25px;
}
div#leistungen ul {
	font-size: 125%;
	line-height: 1.6em;
}
div#signatur {
	margin-top: 75px;
	padding-bottom: 25px;
	text-align: center;
}
div#signatur a {
}
.clear {
	clear: both
}
.fett {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.center {
	text-align: center;
}
.float-re {
	float: right;
}

