html, body{
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Verdana, Sans-Serif;
	color: #6b6b6a;
	font-size: 12px;
	padding:0px;
	margin:0px;
	background-color: #AC2136;
}

#wrapper_startseite_all{
	background-image: url("StartscreenHintergrund.jpg");
	width:100%;
	height:100%;
	background-attachment: fixed;
    background-color: #AC2136;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
}
#wrapper_startseite{
/*	background-image: url("StartscreenHintergrund.png");*/
	width:1110px;
	margin: auto;
	position: absolute;
	height:738px; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	
}

#startseite table{
    border-collapse: separate;
    border-spacing: 6px;
/*	padding:40px;*/
}
img{	
	display: block;
/*	padding-right: 6px;
	padding-bottom: 6px;*/
}
td{
    transition-duration: 1s, 1s, 0.2s, 1s, 1s, 1s;
    transition-property: width, height, transform, background, font-size, opacity;	
}
td:hover{	
/*    transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);*/
    box-shadow: 0 0 0 2px white;
/*	transform: rotate(360deg);*/
}

#startseite td{
	vertical-align: top;
/*	width: 160px;*/
	height:160px;
	overflow:hidden;
	border-spacing: 0;
/*	border: 1px solid black;*/
/*	margin:3px;*/
/*	background-color: #AC2136;*/
}
