body { 
	background-color: #FFF; 
	font-family: Verdana; 
	font-size:   14pt;
	line-height: 1.5em;
	text-align:  center;
	color: 		 #333;
}

body p {
	margin:  0;
	padding: 0;
}

.font-size-regular { font-size: 14pt; }
.font-size-medium  { font-size: 11pt; }
.font-size-small   { font-size:  9pt; }

.font-color-light     { color: #BBB;    }
.font-color-medium    { color: #777;    }
.font-color-regular   { color: #333;    }
.font-color-highlight { color: #f07800; }

a, a:link, a:visited, a:hover, a:active {		  
	display: inline-block;
	text-decoration: none;
}

.c-band { 
	display: block; 
	margin:  0 auto; 
	padding: 0; 
	width:   100%; 
	height:  fit-content; 
}
.c-logo      { margin-top: 160px; }
.c-partof    { margin-top:  90px; }
.c-address   { margin-top: 120px; /*margin-top: 20px;*/ }
.c-impressum { margin-top:  30px; }

.logo      { 
	/*width: 449px; height: 185px;*/ 
	width:  583px; 
	height: 240px; 
}
.partof    { }
.address   { }
.impressum { }

div.impressum { 
	padding:     20px;
	font-size:   11pt; 
	text-align:  left; 
	line-height: 1.2em; 
	color:       #333;
}
div.impressum h1 { 
	margin-top: 0;
	font-size:  16pt; 
	color:      #f07800; 
}
div.impressum h2 { 
	margin-top:    30px;
	margin-bottom: 10px;
	font-size:     13pt; 
}
div.impressum h3 { 
	margin-top:    20px;
	margin-bottom:  5px;
	font-weight:   bold; 
	font-size:     11pt; 
}
div.impressum p  { 
	margin-top:    10px;
	margin-bottom:  5px;
}
div.impressum .representative {
    display: inline-block;
    width: 110px;
    height: 20px;
    border: 0;
    margin-bottom: -5px;
    margin-left: 10px;
}
div.impressum div.logo-small {
	position: absolute;
	display:  block;
	right:    20px;
	top:      20px;
}
div.impressum div.logo-small img {
	display: block;
	width:   221px;
	height:  201px;
}