@charset "UTF-8";
body {
	background-color: #EEE;
	margin: 0px;
}
img {
	padding-bottom: 2px;
}
div {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	text-align:left;
	font-size:14px;
}
div.main {
	margin: 0 auto;
	float:none;
	width:1060px;
}
div.container {
	margin: 0 auto;
	float:left;
	width:960px;
	min-height:100px;
	padding:0 50px 40px 50px;
	background-color:#FFF;
}
div.top {
	width:50%;
	padding:20px 0 10px 0;
	font-size:16px;
}
div.top div.sub {
	width:60%;
	margin-left:0px;
	min-height:20px;
	float:right;
	text-align:right;
	font-size:11px;
}
div.left {
	width: 100%;
	padding-top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color:#FFF;
}
div.left.single, div.right {
	width: 50%;
	padding:20px 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color:#FFF;
	display: inline-block;
}
div.left.readtext {
	width: 70%;
	padding-right: 30%;
}
div.right.language {
	text-align:right;
	padding-top:480px;
	height:128px
}
div.left ul {
	list-style:none;
	margin:0;
	padding:0 10px;
	text-indent:-10px;
}
div.left ul li {
	padding-bottom:20px
}
div.left ul.compact li {
	padding-bottom:5px
}
div a:link, div a:visited {
	color: #c3515e;
	text-decoration: none;
}
div a:hover {
	color:#803139;
	text-decoration: underline;
}
div a.linkText {
	display: block;
	width: 50px;
	height: 50px;
	background: url('bilder/text.gif') bottom;
	text-indent: -99999px;
}
div a.linkText:hover {
	background-position: 0 0;
}
div a.linkBook {
	display: block;
	width: 50px;
	height: 50px;
	background: url('bilder/book.gif') bottom;
	text-indent: -99999px;
}
div a.linkBook:hover {
	background-position: 0 0;
}
div a.linkDownload {
	display: block;
	width: 50px;
	height: 50px;
	background: url('bilder/download.gif') bottom;
	text-indent: -99999px;
}
div a.linkDownload:hover {
	background-position: 0 0;
}
div a.linkBack {
	display: block;
	width: 21px;
	height: 7px;
	background: url('bilder/back.gif') bottom;
	text-indent: 99999px;
	float:right;
}
div a.linkBack:hover {
	background-position: 0 0;
}
div.right {
	text-align:right;
	padding-right:0;
}
div.title {
	font-size:16px;
	padding-bottom:20px;
	float:none;
}
div.content {
	float:left;
	border:none;
	padding:0;
	margin:0 2% 20px 0;
	text-align:left;
}
div.content.col1 {
	width:59%;
}
div.content.col2 {
	width:7%;
}
div.content.col3 {
	width:30%;
	margin-right:0;
}
div.noborders {
	border-style:none;
}
.upper {
	text-transform:uppercase;
}

@media screen and (max-device-width: 1024px){
div {
	-webkit-text-size-adjust: 120%;
}
div.top {
	min-height:30px;
}
div.right.language {
	padding-top:450px;
	height:158px
}
div.container {
	margin-bottom:800px;
}
}

@media screen and (max-device-width: 480px){
div {
	-webkit-text-size-adjust: 160%;
}
div.top {
	min-height:40px;
}
div.right.language {
	padding-top:410px;
	height:198px
}
}

@media print{
div.container {
	width:700px;
}
div.left.single, div.right {
	border-style: none;
}
div.left.readtext {
	width: 100%;
	padding-right: 0;
}
}