@charset "utf-8";
.IndexSeite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	position: absolute;
	height: 480px;
	width: 640px;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -240px;
	background-attachment: fixed;
	background-image:url(../img/startseite.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
	border: thin solid #000000;
}

.Hintergrund {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	position: absolute;
	height: 90%;
	width: 95%;
	max-height:95%;
	max-width:95%;
	min-height: 95%;
	a:link {font-size: 14pt;}
	a:visited{font-size: 16pt;}
    a:hover{font-size: 14pt;}
}

.bild {
	height:88%; 
	max-width:20%;
}

.header { 
	position:absolute;
	text-align:center;
}

.Menu { 
	position:absolute;
	top:90px;
	height:88%; 
	width:140px;
	border: solid 3px #000000;
	background-color: #fdcc03;
	font: bold;
	line-height: 0.7;
}

.Inhalt { 
	position:absolute;
	top:90px;
	left:150px;
	height:89%; 
	width:89%;
    background-image:url(/img/hintergrund_logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}

.Name {
position :absolute;
max-height: 15px;
}

.Beschreibung {
position:absolute;
top:0px;
}
