/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

html, body {
	width:100%;
	height:100%;
}

body {
	background: #6D212F;
	text-align: center;
	vertical-align: middle;
}

* {
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-weight: bold;
	margin: 5px 0px;
}

a {
	outline: none;
}

b {
	font-weight: bold;
}

p {
	padding-bottom: 5px;
}

img {
	border: 0px;
}

.trennung {
	clear:both;
	height: 0px;
	overflow: hidden;
}

.text {
	line-height: 18px;
}

.absatz {
	margin-bottom: 5px;
}

.absatz .bild-rechts { float:right; padding:0; }
.absatz .bild-links { float:left; padding:0; }

.partner-logo .partner-bild 		{ float:left; height:auto; margin: 20px 20px 25px 22px;}
.partner-logo .partner-bild img 	{ display:block; margin:0px auto;}



