@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../media/res/Hintergrund_blass.jpg);
	background-size:cover;
	color: #000000;
	font-family: Calibri;
	font-size: 11px;
	margin: 0;
}

h1 {
	color: #FF0000;
	font-family: Calibri;
	font-size: 250%;
	text-align:center;
	margin-bottom: 4pt;
}

#text {
	position:absolute;
	font-size: 160%;
	top: 0%;
	left: 0%;
	width: 97%;
	height: 96%;
	padding: 0px 5px 0px 5px;
}

.steuerung {
	position:fixed;
	width: 100%;
	bottom:0;
	height: 5%;
	margin: 0px;
	background:rgba(20,20,0,0.4);	
	border: 1px solid rgba(255,255,204,0.2);
	border-right-color:rgba(0,0,0,0);
	border-left-color:rgba(0,0,0,0);	
	display:table;
	z-index:2;
}

.steuerbut {
	position:absolute;
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
	padding: 3px 10px;
}

#nachlinks {
	width:10%;
	text-align:left;
}

#nachrechts {
	right:0px;
	width:10%;
	text-align:right;
}

#zummenu {
	left: 44%;
	width: 10%;
	text-align:center;
}


#index {
	position:absolute;
	text-align:left;
	top: 35%;
	left: 10%;
	width: 85%;
	height: 60%;
	padding: 0px 10px 0px 10px;
}

h1.indexpunkt{
	text-align:left;
	margin:6pt;
}

a{
	color:rgba(60,30,30,1);
	text-decoration: none;
}

a:visited{
	color:rgba(80,50,50,1);
}

a:hover{
	color:rgba(255,0,0,1);
}

a:active{
	color:rgba(255,255,255,1);
}

.icon {
	position: absolute;
	top: 90%;
	height: 10%;
	width:25%;
	cursor:pointer
}

#Partner{
	left: 0;
}

#AGB {
	left: 25%;
}

#Mail {
	left: 50%;
}

#Kontakt {
	left: 75%;
}

#text {
	top: 13%;
}

.eintrag {
	float:left;
	width: 190px;
	height: 190px;
	background:rgba(20,20,0,0.4);	
	color:rgba(255,255,255,1);
	text-align:center;
	margin: 1px;
	cursor:pointer;
}

.eintrag img {
	width: 180px;
	padding:5px;
	margin-bottom: 0px;
}

.eintrag p {
	margin:3px;
}

