body {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #303030;
}
a:link{
	text-decoration: none;
	color: #C0C0C0;
}
a:visited{
	text-decoration: none;
	color: #C0C0C0;
}
a:hover.mainlink{
	color: #FFFFFF;
}

/*GRUND-BAUSTEINE*/
#player{
	position: absolute;
	overflow: hidden;
	height: 25px;
	width: 100px;
	text-align: right;
	background-color: #303030;
}
#maincontainer{
	position: absolute;
	overflow: hidden;
	height: 350px;
	width: 800px;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -400px;
	background-color: #6B6B6B;
}
#bausteincontent{
	position: absolute;
	overflow: hidden;
	height: 350px;
	width: 400px;
	background-color: #6B6B6B;
}
#bausteindiashow{
	position: absolute;
	overflow: hidden;
	height: 350px;
	width: 400px;
	left: 400px;
	background-color: #6B6B6B;
}

/*CONTENT-BAUSTEINE*/
#angebote{
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 385px;
	top: 15px;
	left: 15px;
	padding-left: 5px;
}
#referenzen{
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 385px;
	top: 71px;
	left: 15px;
	padding-left: 5px;
}
#ueberuns{
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 385px;
	top: 127px;
	left: 15px;
	padding-left: 5px;
}
#kontakt{
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 385px;
	top: 183px;
	left: 15px;
	padding-left: 5px;
}
#partner{
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 385px;
	top: 239px;
	left: 15px;
	padding-left: 5px;
}
#impressum{
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 385px;
	top: 295px;
	left: 15px;
	padding-left: 5px;
}

/*LOGO und SCHRIFTZUG*/
#grafik{
	position: absolute;
	overflow: hidden;
	height: 85px;
	width: 53px;
	top: 5px;
	left: 5px;
}
#schriftzug{
	position: absolute;
	overflow: hidden;
	height: 30px;
	width: 380px;
	bottom: 10px;
	right: 10px;
	font-family: "Century Gothic", sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #C0C0C0;
	text-align: right;
	vertical-align: middle;
}

.linktabelle{
	height: 100%;
	width: 100%;
	font-family: "Century Gothic", sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #C0C0C0;
	text-align: left;
	vertical-align: middle;
}
.mainlink{
	font-family: "Century Gothic", sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #C0C0C0;
	text-align: left;
	vertical-align: middle;
}
.diashowelement{
	position: absolute;
	height: 350px;
	width: 400px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.loader{
	position: absolute;
	height: 32px;
	width: 32px;
	top: 159px;
	left: 184px;
}
.loadertext{
	position: absolute;
	width: 100%;
	top: 200px;
	font-family: "Century Gothic", sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}