@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: 85%;
	width: 100%;
	max-height:768px;
	max-width:1024px;
	min-height: 600px;
	min-width: 800px;
	a:link {font-size: 14pt;}
	a:visited{font-size: 16pt;}
    a:hover{font-size: 14pt;}
}

.bild {
	position:absolute;
	height:94%; 
	max-width:20%;
	left:76%;
}

.header { 
	position:absolute;
	left: 125px;
	max-width:60%;
}

.Menu { 
	position:absolute;
	top:80px;
	height:80%; 
	width:145px;
	border: solid 3px #000000;
	background-color: #fdcc03;
	font: bold;
	line-height: 0.5;
}

.Inhalt { 
	position:absolute;
	top:90px;
	left:145px;
	margin-left: 15px;
	height:480px; 
	width:83%;
}

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

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