﻿body {
	margin: 0 auto;
	background: #000000 url('../images/background.jpg') center top fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#header {
	overflow: hidden;
	height: 180px;
	background-image: url('../images/header-2018.png');
}
#logo {
	margin: 0 auto;
	width: 900px;
	height: 118px;
	margin-top: 30px;
	background-image: url('../images/logo.png');
}
#sis-out-now {
	margin: 0 auto;
	width: 500px;
	height: 400px;
	margin-top: 50px;
	background-image: url('../images/sis-out-now.png');
}
#enter {
	margin: 0 auto;
	width: 300px;
	/* height: 200px; 
	margin-top: 70px;
/*	background: url('../images/enter.png') no-repeat; */
}
img.english {margin: 50px 0 0px 0px; /* border: 1px #99FFFF solid;*/}
img.german {margin: 50px 0 0px 195px; /* border: 1px #99FFFF solid; */}
div.counter {margin: 0 auto; margin-top: 70px; width: 200px; text-align: center;}
#navi {
	text-align: center;
	overflow: hidden;
	height: 50px;
	background-image: url('../images/navi-2018.png'); 
}
#contentbg {
/* float: left; */
	margin: 0 auto;
	overflow: hidden;
	min-height: 330px;
/*	background-image: url('../images/content-sis.png'); */
	background-repeat: no-repeat;
}
#content {
 float:left; 
	margin: 0 0 0 30px;
	width: 900px;
/*	min-height: 330px; */
	text-align: center;
	border: 1px #FFFFFF solid;
}
#sidechain {
float: left;	
	margin: 10px;
	width: 210px;
	text-align:left;
}
#info {
	padding: 10px;
	margin-left: 230px;
	width: 650px;
	height: 100%;
	min-height: 310px; 
	text-align: left;
	color: black;
	background-image:url('../images/info-bg.png');
}
.transparent {
	/* Required for IE 5, 6, 7 */ 
	/* ...or something to trigger hasLayout, like zoom: 1; */;
	width: 100%; 
	/* Theoretically for IE 8 & 9 (more valid) */ 
	/* ...but not required as filter works too */
	/* should come BEFORE filter */;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */;
	filter: alpha(opacity=50);
	/* Older than Firefox 0.9 */;
	-moz-opacity: 0.5; 
	/* Safari 1.x (pre WebKit!) */;
	-khtml-opacity: 0.5;
	/* Modern! */
	/* Firefox 0.9+, Safari 2?, Chrome any? */
	/* Opera 9+, IE 9+ */;
	opacity: 0.5;
}
#footer {
/* float:left; */
	margin-top: 20px;
	width: 960px;
	height: 30px;
	font-size: 9px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 9px;
}
