a:link {color:#8DD8F8}
a:hover {color:#8DD8F8}
a:visited {color:#8DD8F8}
a:active {color:#8DD8F8}

.Rahmen {
	border: thick solid #8DD8F8;
	position: absolute;
	height: 1000px;
	width: 1200px;
	top: 80px;
	left: 10px;
	vertical-align: top;
}
.RahmenOben {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8DD8F8;
	border-right-color: #8DD8F8;
	border-bottom-color: #8DD8F8;
	border-left-color: #8DD8F8;
	background-color:#8DD8F8;
	position: absolute;
	height: 70px;
	width: 1200px;
	top: 10px;
	left: 10px;
}
.Menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	width: 1200px;
	margin: 20px;
	position:relative;
	top:20px;
}
.Menue a:link {color: #FFFFFF}
.Menue a:hover {color: #FFFFFF}
.Menue a:visited {color: #FFFFFF}
.Menue a:active {color: #FFFFFF}

.Ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
    width: 1200px;
	margin: 0px;
}
.Kopfzeile {
    position: absolute;
	top: 100px;
}
.Textbereich {
    position: absolute;
	top: 200px;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    width: 1200px;
	margin: 0px;	
}
.StartButton {
	position: absolute;
	top: 20px;
	left: 20px;
}
.ReferenzButton {
	position: absolute;
	top: 20px;
	left: 119px;
}
.KontaktButton {
	position: absolute;
	top: 20px;
	left: 351px;
}
.ImpressumButton {
	position: absolute;
	top: 20px;
	left: 473px;
}
.StartGif {
	left: 105px;
	position: relative;
}

