body {
	margin: 0 auto;
	font-family: Verdana,Geneva,sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #75818F;
}

ul {
  vertical-align: middle;
  display: table;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

/* Content Page Div and Page Header (Logo)*/
.pageContent {
	max-width: 1100px;
	margin:auto;
	position: relative
}

@media screen and (max-width: 1100px) {
	/*wenn width nicht mehr als die maxWidth ist dann 98% sonst 1100px*/
    .pageContent {
        width:98%;
		min-height: 800px;
    }
}

.header {
	max-width: 1100px;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}

#LogoDATAC {
	 width: 300px;
	 height: 35px;
}
/*********************************/

/* Table Header Elements*/
.tableDivHead {
	line-height: 50px;
}

.tableDivHeadCenter{
	text-align: center;
	height: 50px;
}
@media screen and (max-width: 1100px)
{
	.tableDivHeadCenter{
		text-align: left;
	}
}

.tableHead {
	font-size: 2rem;
}
/*********************************/


/* Table Content Elements*/
.table {
	width: calc(100% - 10px);
	padding: 5px;
}

.spalte {
	line-height: 42px;
	vertical-align: middle;
	font-size: 1.3rem;
}

.spalteCenter {
	text-align: center;
	line-height: 42px;
	vertical-align: middle;
	font-size: 1.3rem;
}

@media screen and (max-width: 1100px)
{
	.spalteCenter{
		text-align: left;
	}
}
/*********************************/

/*img-Tag ProgrammType*/
.typeImg {
	width: 48px;
	height: 48px;
	margin-top: 1px;
	float: left;
}
/************************************/

/*Downloadbutton*/
.arefButton {
	float: right;
	margin: auto;
}

.downloadButton {
	background: #75818F;
	height: 42px;
	line-height: 42px;
	float: left;
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
/************************************/


/*Container Div's main Page (Top Programm, Middle Runtime, Bottom Teamviewer)*/
.containerTop {
	width: auto;
	margin: 20px auto;
	height: 200px;
}

.containerMiddle {
	width: auto;
	margin: 20px auto;
	height: 250px;
}

@media screen and (max-width: 1100px)
{	
	.containerTop {
		height: 400px;
	}
	.containerMiddle {
		width: 500px;
	}
}


.containerBottom {
	margin: auto;
	margin-top: 40px;
	width: 234px;
}

.containerBottom {
	position:relative;
	width:234px;
	height:60px;"
}

/************************************/


/* Content index Div D24 and L24 Download inside containerTop*/
#interContainerLeft {
	float: left;
	width: 500px;
	height: auto;
}

#interContainerRight {
	float: right;
	width: 500px;
	height: auto;
}

@media screen and (max-width: 1100px)
{
	#interContainerLeft {
		float: none;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#interContainerRight {
		float: none;
		margin: auto;
		margin-bottom: 20px;
	}
}
/***********************************/

/* Footer Container all Pages*/

footer {
	max-width: 1100px;
	margin:auto;
}

.footerContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
}

.linkDiv {
	flex-grow: 1;
	flex-basis: 0;
}

.infoRefleft {
	color:  #75818F;
	display: block;
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: left;
}

.infoRefcenter {
	color:  #75818F;
	display: block;
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: center;
}

.infoRefright {
	color:  #75818F;
	display: block;
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: right;
}

@media screen and (max-width: 700px) {
    .footer {
        width:98%;
    }

	.footerContainer {
		flex-direction: column;
	}
	.infoRefleft {
		text-align: center;
	}
	.infoRefcenter {
		text-align: center;
	}
	.infoRefright {
		text-align: center;
	}
}


/************************************/