
body
{
	background-color: #383737;
}


.impressum
{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.nonunderlinelink
{
	text-decoration: none;
}
.underlinelink
{
	text-decoration: underline;
}

a:link
{
	/* text-decoration: none; */
	color:#d9dadb;
}

a:active
{
	/* text-decoration: underline; */
	color:#d9dadb;
}
a:visited 
 { 
	/* text-decoration: none; */
	color:#d9dadb;
}

.maincenter
{
	width:100%;
	text-align:center;
    height: 95vh;
    overflow: auto;
}
.maincontent
{
	display:inline-block;
	width:1000px;
	/* border:1px solid red; */
	height:600px;
	position:relative;
}
.maincontentheader
{
	display:inline-block;
	width:100%;
	/* border:1px solid green; */
	height:200px;
	position:relative;
	z-index:100;
}
img.maincontentheaderimagetop
{
	position:absolute;
	left:160px;
	top:25px;
	width:700px;
	height:170px;
}
.maincontentheadername
{
	position:absolute;
	left:52px;
	top:156px;
	font-size: 36px;
	font-family: sans-serif;
	color:#d9dadb;
	/* background-color:#383737; */
    /* padding-right: 6px; */
}
.maincontentheadercompany
{
	position:absolute;
	right:90px;
	top:178px;
	font-size: 12px;
	font-family: sans-serif;
	color:#d9dadb;
	/* background-color:#383737; */
	 padding-right:60px; 
    /* padding-left: 6px; */
}

.contentarea
{
	display:inline-block;
	width:100%;
	/* border:1px solid lime; */
	height:390px;
	position:relative;
}
.contentcontent
{
	position:absolute;
	left:100px;
	top:-170px;
	width:550px;
	/* height:370px; */
	/* border:1px solid orange; */
	background-color:#424040;
	color:#d9dadb;
	text-align:left;
	font-family:sans-serif;
	padding-top:185px;
    padding-right: 55px;
    min-height: 300px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.contentcontent_right
{
	position:absolute;
	left:100px;
	top:-170px;
	width:550px;
	/* height:370px; */
	/* border:1px solid orange; */
	background-color:#424040;
	color:#d9dadb;
	text-align:right;
	font-family:sans-serif;
	padding-top:185px;
    padding-right: 55px;
    min-height: 300px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.menu
{
	position:absolute;
	right:100px;
	font-size: 24px;
	font-family: sans-serif;
	color:#d9dadb;
	background-color:#1a171b;
	width:190px;
	text-align:left;
	padding-left:30px;
	padding-top:70px;
	height:270px;
	top:-49px;
}


.hideelement
{
	display: none;
}
.showelement
{
	display: block;
}

.techrider
{
	border:1px solid #d9dadb;
	text-align: left;
	padding: 10px;
	margin-top: 6px;
}