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

body {
	background-color: #CCC;
	margin: 0;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
}

h2 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #900;
	text-shadow:#000, 3px, 3px, 3px;
}

h3 {
	text-align: center;
}
h4 {
	text-align: left;
	left: 400px;
}
li {
	padding-bottom: 10px;
	list-style-type: square;
	list-style-image: url(musical_note_list2.png);
}
.class_main {
	position: relative;
	display: block;
	background-color: #FFF;
	border: thick double #900;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.class_header {
	background-image: url(klaviatur_header.jpeg);
	background-repeat: repeat-x;
	height: 160px;
	position: relative;
}
.class_headerbild {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	padding-top: 30px;
}
.class_headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-shadow: #fff 0px 0px 5px;
	position: absolute;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	bottom: 5px;
}
.class_headline_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-shadow: #fff 0px 0px 5px;
	position: static;
	font-weight: bold;
	text-align: left;
	padding-left: 360px;
}


.class_content {
	width: 100%;
	position: relative;

}

.class_Headline {
	line-height: 10px;
}
.class_contlower {
	height: 525px;
}

.class_img_left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	position: relative;
	padding-top: 15px;
}
.class_img2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}

.class_text {
	float: right;
	position: absolute;
	margin-right: 10px;
	margin-left: 10px;
	height: 450px;
	width: auto;
	left: 350px;
	vertical-align: top;
	overflow-x: auto;
	over-y: hidden;
}
.class_text_grey {
	float: right;
	position: absolute;
	margin-right: 10px;
	margin-left: 10px;
	height: 450px;
	width: auto;
	left: 350px;
	vertical-align: top;
	overflow-x: auto;
	over-y: hidden;
	background-color: #eee;
	font-style: oblique;
	box-shadow: -3px -3px 15px #bbb inset;
}


.class_text_abs {
	clear: both;
	text-align: center;
	vertical-align: bottom;
}
.class_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #990000;
	text-align: center;
	border-top-style: groove;
	border-top-color: #FFFFFF;
	color: #FFF;
	border-bottom-style: groove;
	position: relative;
	border-bottom-color: #FFF;
}
.button_red {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #900;
	border: thin solid #000;
	font-size: small;
	height: auto;
	width: auto;
	min-width: 100px;
	margin-right: 20%;
	margin-left: 20%;
	box-shadow: 3px 3px 15px #E7A9A9 inset;
	border-radius: 8px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	clear: both;
	margin-top: 16px;
}

.button_red a {
	color: #FFF;
	text-decoration: none;
}
.button_red:hover {
	box-shadow: -3px -3px 15px #5E0000 inset;
}
.class_inhalt_links {
	float: left;
}
