body {
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	background-color: #0C0F18;

}

.bildhinten
{
z-index: -2;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
	background-image: url(../ctstartimagess/hintergrunddunke.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;


}

.inhalt
{
	z-index: 2;
	position: relative;
	width:100%;
	height: auto;
	display: block;
	padding: 0;
	margin:0;
min-height:580px;
min-width:600px;
}


	
.contentlinks
{
	z-index: 3;
	width:400px;
	height: 100%;
	display: block;
	padding: 0%;
	float: left;
	margin-top: 20px;
	margin-left: 8%;
	margin-bottom: 30px;
	margin-right: 5px;


}

.ctlogo
{
	z-index: 3;
	position: relative;
	margin-bottom: 20px;
	width:140 px;
	height: 100 px;
	clear: none;
	float: left;

}

.button_kino
{
	width: 400px;
	height: 313px;
	position: relative;
	margin-bottom: 20px;
	display: block;
	float: left;
	overflow: hidden;
	top:3%;
	bottom: 5%;

}

A.linkkino:link
{	
	width: 400px;
	height: 313px;
	display: block;
	background-image: url(../ctstartimagess/kinobutton_over.png);
	background-repeat: no-repeat;
	background-position: left top;


}
A.linkkino:hover
{	
	width: 400px;
	height: 313px;
	background-position: right top;

}

.button_gastronomie
{
	position: relative;
	width: 400px;
	height: 113px;
	margin-bottom: 20px;
	display: block;
	float: left;
	overflow: hidden;
	top: 7%;

}

A.linkgastro:link
{	
	width: 400px;
	height:113px;
	display: block;
	background-image: url(../ctstartimagess/buttongastronomie-over.png);
	background-repeat: no-repeat;
	background-position: left top;


}
A.linkgastro:hover
{	
	width: 400px;
	height:113px;
	background-position: right top;

}

.fusszeile
{
	margin: 0px;
	z-index: 3;
	width: 100%;
	height: 20px;
	background: rgba(12,15,24,0.7);
	position: fixed;
	font-family: Calibri, Verdana, Arial;
	font-size: 10pt;
	color: #FFFFFF;
	display: block;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: 0px;
	text-align: center;
	padding: 5px;

}

.werbebanner
{
	margin: 0px;
	z-index: 3;
	width: 160px;
	height: 600px;
	background: rgb(255,255,255);
	position: absolute;
	display: block;
	left: auto;
	right: 100px;
	float: right;
	top: 20%;
	bottom: 20%;
}



.sidebar-rechts
{
	margin: 0px;
	z-index: 3;
	width: 60px;
	height: 300px;
	background: rgba(86,105,143,0.5);
	position: absolute;
	font-family: Calibri, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	left: auto;
	right: 0px;
	text-align: center;
	padding: 2px;
	float: right;
	top: 30%;
	bottom: 30%;

}

A, A:visited, A:active
 {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

A:hover
 {
 text-decoration:underline;
 }
