html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	font: 14px/22px 'Open Sans', Arial, Verdana, Sans-Serif;
	font-weight: normal;
	color: #111;
	background: #fff url('../images/body_bg.jpg') top center no-repeat;
	background-attachment: fixed !important;
	overflow: auto;
}

img {
	border: 0px;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

p.last {
	margin: 0;
}

strong {
	font-weight: 700;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font: 26px 'Open Sans', Arial, Verdana, Sans-Serif;
	font-weight: 600;
	color: #cc0000;
	letter-spacing: 1px;
}

h2, h3, h4, h5, h6 {
	margin: 5px 0 5px 0;
	padding: 0;
	font: 18px 'Open Sans', Arial, Verdana, Sans-Serif;
	font-weight: normal;
	color: #cc0000;
	letter-spacing: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

#wrapper {
	position: relative;
    margin: 75px auto 50px auto;
	padding: 0;
	width: 968px;
	height: auto;
	overflow: hidden;
}

#wrapper #top {
    margin: 0;
	padding: 0;
	width: 968px;
	height: 29px;
	background: transparent url('../images/wrapper_top.png') top left no-repeat;
	overflow: hidden;
}

#wrapper #inner {
    margin: 0;
	padding: 0 29px;
	width: 910px;
	background: transparent url('../images/wrapper_bg.png') top left repeat-y;
	overflow: hidden;
}

#wrapper #end {
    margin: 0;
	padding: 0;
	width: 968px;
	height: 29px;
	background: transparent url('../images/wrapper_end.png') bottom left no-repeat;
	overflow: hidden;
}

#header {
	position: relative;
    margin: 0;
	padding: 0;
	width: 910px;
	height: 135px;
	background: transparent url('../images/header_bg.png') top left no-repeat;
	overflow: hidden;
}

#logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 23px;
	margin: 0;
	padding: 0;
	width: 463px;
	height: 89px;
	background: transparent url('../images/logo.png') top left no-repeat;
	text-indent: -9999px;
	z-index: 100;
}

#zertifikat {
	display: block;
	position: absolute;
	top: 25px;
	left: 512px;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 91px;
	background: transparent url('../images/zertifikat.png') top left no-repeat;
	text-indent: -9999px;
	z-index: 100;
}

#hotline {
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 268px;
	height: 107px;
	background: transparent url('../images/hotline.png') top left no-repeat;
	text-indent: -9999px;
	z-index: 100;
}

#zusatz {
	display: block;
	position: absolute;
        font-weight: bold;
        color: #050505;
	top: 95px;
	left: 250px;
	margin: 0;
	padding: 0;
	z-index: 150;
}

#navigation {
	margin: 0 0 31px 0;
	padding: 0;
	width: 910px;
	height: 40px;
}

#navigation ul.up {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul.down {
	float: right;
        margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	padding: 9px 0;
	width: 153px;
	font-size: 14px;
	color: #111;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #cc0000;
}

#navigation li a.first {
	width: 147px;
}

#navigation li a.last {
	width: 146px;
	border-right: 0px;
}

#navigation li a:hover,
#navigation li a.active {
	color: #cc0000;
	background: #fff url('../images/navi_active.jpg') bottom left repeat-x;
}

#sidebar {
	float: left;
	margin: 0;
	padding: 9px 0 0 0;
	width: 320px;
}

#sidebar .emotion {
	margin-bottom: 20px;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 575px;
}

#content a {
	text-decoration: none;
	color: #cc0000;
	border-bottom: 1px dotted #111;
}

#content a:hover {
	color: #111;
	border-color: #cc0000;
}

#content .left55 {
	float: left;
	width: 55%;
}

#content .right45 {
	float: left;
	width: 45%;
}

#content iframe {
	border: 1px solid #cc0000;
}

.reference {
	float: left;
	margin: 23px 23px 0 23px;
	width: 175px;
	height: 170px;
	text-align: center;
}

.reference.first, .reference.last {
	margin: 23px 0 0 0;
}

.reference a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	border: 1px solid #cc0000 !important;
}

.reference img {
	width: 173px;
	height: 98px;
}

.reference p {
	margin: 0 !important;
}

.download {
	width: 100%;
}

.download a {
	border-bottom: 0px !important;
	text-decoration: none;
}

.download td {
	margin: 0;
	padding: 5px;
}

.download .odd {
	background: #ffcccc;
}

#footer {
	margin: 35px 0 0 0;
	padding: 6px 12px 0 12px;
	width: 886px;
	height: 29px;
	font-size: 12px;
	background: transparent url('../images/footer_bg.png') top left no-repeat;
}

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

#footer a:hover,
#footer a.active {
	color: #111;
	border-bottom: 1px dotted #111;
}

#footer .spacer {
	margin: 0;
	padding: 0 6px;
	color: #cc0000;
	line-height: -20px;
}

.galery img {
    width: 180px;
    margin: 5px;
    float: left;
}

.galery br {
    clear:both;
}

.memberOf {
    border: none !important;
    margin-right: 5px;
}