@charset "UTF-8";
/* CSS Document */

html {
	box-sizing: border-box;
	/* background: url("lenaulicht-bg2.jpg") no-repeat center center fixed;
    background: url("img/foto-bg-2019.jpg") no-repeat center center fixed; */
    background: url("img/bg-2019.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html {
	box-sizing: border-box;
}
*, ::before, ::after {
	box-sizing: inherit;
}
img {
	border: 0;
}
body {
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}
h2, h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 600;
}
h2 strong {
	font-weight: bold;
}
table {
	width: 100%;
	margin: 20px 0;
	border:0;
}
td {
	/* height: 160px; color: #fff; */
	vertical-align: top;
	color: #000;
	border:0;
	border-bottom:1px solid #ccc;
	text-align: left;/*  */
}
a {
	color: #666;
	border: 0;
}
/*
.comp {
	width: 1240px; 
	margin: 40px auto;
}

.complogo {
	width:170px;float:left;
	
}

.compleft {
	background-color:#FFFFFF !important;color: #000; width: 520px; padding: 10px; float:left; text-align:left; 
	margin:0 0 0 20px;
}
*/
.comp {
	width: 1200px;
	margin: 40px auto;
	font-size: 17px;
	line-height: 1.4em;
}
.complogo {
	width: 170px;
	float: left;
    margin-left:10px;
}
.compleft {
	background-color: #FFFFFF !important;
	color: #000;
	width: 780px;
	padding: 20px;
	float: left;
	text-align: left;
	margin: 0 0 0 20px;
}

.compleft img.wide {
    width:100%; 
    height:auto;
}


.compright {
/*	width: 520px;
	float:right;  */
}
.compright a {
	color: #fff;
}

.compright h2 {
	padding-top: 4px;
	margin-top: 0;
}
.spons {
	width: 740px;
}

.startspons {
	width: 640px;
}
.startspons2024 {
	width: 440px;
}
.footer {
	font-size: 0.9em;
}
.logolenau {
	float: left;
	margin: 0 20px 80px 0;
}
.full {
	width: 100%;
	height: auto;
}
.tabe
{
	width: 33%;
	float: left;
}

.twocolsleft {width:50%; float:left;}
.twocolsright {width:50%; float:right;}


.logolinks{display:none;}

.sidebarright {width:200px;padding:10px;background-color:#fff;float:right;color:#000;text-align:left;}

.imgleft{
	float:left;margin:0 20px 20px 0px;
}

td p {
	line-height:1em;
}