@charset "UTF-8";
#Logo {
	width: 350px;
	height: 120px;
	left: 450px;
	position: fixed;
	top: 10px;
}


body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	width: 550px;
	position: fixed;
	top: 180px;
	font-size: smaller;
}

#Sidebar {
	width: 200px;
	left: 0px;
	position: fixed;
	z-index: -5;
	visibility: visible;
	background-repeat: repeat-y;
	background-image: url(../Image/welle_Einzel.jpg);
	top: 0px;
	height: 100%;
}
.TexT_Body {
	width: 450px;
	position: fixed;
	visibility: visible;
	z-index: 1;
	left: 250px;
	top: 180px;
	font-size: 13px;
	height: 100%;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #000000;
	font-size: x-large;
}


h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: large;
}
#Menu {
	position: fixed;
	top: 195px;
	right: 0px;
}
#SideInfo {
	position: fixed;
	width: 350px;
	top: 40px;
	z-index: 5;
	border-width: medium;
	border-style: solid;
	border-radius: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	right: 20px;
}
.Impressum {
	position: fixed;
	width: 299px;
	left: 0px;
	margin-left: 15px;
	margin-bottom: 20px;
	bottom: 0px;
}
.Slider {
	background-color: #386CFD;
	height: 150px;
	width: 150px;
}
#SlidewShow {
	background-color: #54EB81;
	height: 150px;
	width: 150px;
	/* [disabled]position: absolute; */
	left: 180px;
	top: 150px;
}
#EdgeID {
	position: absolute;
	left: 650px;
	top: 237px;
	z-index: -5;
	background-image: url(Image/loho.jpg);
}

@media screen and (max-width:450px){
#Logo img {
	width: 263px;
	height: 0px;
}
}
