* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.jpg) repeat-x scroll left top #3C3C3C;
	color: #FFFFFF;
	font-family: Arial,Verdana,sans-serif;
	font-size: 15px;
	line-height: 20px;
}
#master {
	margin: 0 auto;
	width: 960px;
}
h1 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	margin: 0;
	text-transform: uppercase;
}
h2 {
	color: #72A1CF;
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
h4 {
	color: #72A1CF;
	font-weight: bold;
	letter-spacing: -0.04em; /* nur wenn es Witwe gibt */
	margin: 11px 0;
	text-transform: uppercase;
}
p {
	margin-bottom: 10px;
}
a {
	color: #72A1CF;
	cursor: pointer;
}
img {
	border: none;
}


/* header */
#header {
	padding-left: 30px;
}
#header .text {
	float: left;
	padding-top: 118px;
	width: 435px;
}
#header .text .blau {
	color: #72A1CF;
	font-size: 15px;
}
#header .visual {
	float: right;
	height: 302px;
}


/* content */
#content {
	background: url(../images/bg_content.png) repeat-x scroll center bottom #363636;
	clear: both;
	height: 475px;
	padding: 0 30px;
	padding-bottom: 20px;
}


/* content left */
.left {
	float: left;
	padding: 53px 20px 0 0;
}
.left ul {
	margin: 21px 0 21px 25px;
}
.left ul li {
	list-style: disc outside none;
}
.scroll-pane {
	overflow-y: auto;
	height: 475px;
	width: 580px;
}


/* content right */
.right {
	float: right;
	padding-top: 112px;
	text-align: right;
	width: 275px;
}
.right .adress {
	margin-bottom: 45px;
}
.right .languages {
	margin-bottom: 31px;
}
.right .languages img {
	margin-left: 6px;
}
.right .logo {
	margin-right: -10px;
}


/* 2018-07-05 Legal */

.right .legal ul {
	list-style: none;
	padding: 0;
	font-size: 11px;
	margin-top: 30px;
}
