/* CSS Document */
html {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	margin:0px;
	overflow: auto;
	background-color: #000;
}

a {
	text-decoration: none;
}

/* Page Background */
#background {
	position:fixed;
	width: 100%;
	height: 100%;
	z-index: -2;
}

#bg_footer {
	position:fixed;
	width: 100%;
	height: 100%;
	background-image: url("../images/klavier.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment:fixed;
	z-index: -1;
}

/* Page Content Block */
#all {
	position: relative;
	top:20px;
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #FFF;
}

/* Header */

#header{
	width: 100%;
	height: 140px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../images/header_main.jpg);
	background-repeat: no-repeat;
}

#header_menu {
	width: 1200px;
	height: 50px;
	background-color: #3774a9;
	margin: 0;
}

#header_menu ul, #footer ul {
	position: relative;
	margin: 0;
	padding: 0;
}

#header_menu ul li {
	height: 50px;
	margin: 0;
	float: left;
	list-style: none;
}

#header_menu ul li:hover {
	background-color: #ed972f;
}

#header_menu ul li a {
	position: relative;
	padding: 15px 20px;
	top: 15px;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
}





/* Content */
#main {
	position: relative;
	width: 100%;
	margin: 0;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	opacity: 0.9;
	overflow: hidden;
}

#main_left {
	float: left;
	width: 200px;
	height: 100%;
	margin: 0;
}

#submenu {
	height: 180px;
	background-color: #000;
	color: #FFF;
	padding: 10px;
}

#submenu ul {
	margin: 0;
	padding-left: 23px;
}

#submenu li {
	list-style: square;
	margin: 0;
	margin-bottom: 5px;
}

#submenu a {
	color: #FFF;
}

#submenu a:hover {
	text-decoration: underline;
}

#main_content {
	margin: 0 0 0 200px;
	padding: 10px 0px 10px 40px;
	height: 100%;
	width: 760px;
}

#main_content table {
	border-style: solid;
	border-color: #3774a9;
}

#main_content a {
	color: #3774a9;
}

#main_content a:hover {
	text-decoration: underline;
}

.col1 {
	margin-right: 40px;		
}

/* 2-Spalten */
.col2 {
	width: 340px;
	margin-right: 40px;	
	float: left;	
}

/* Textbox */
.textblock {
	margin-bottom: 20px;
}

.textblock h2 {
	height: 32px;
	border-right: 32px solid #3774a9;
	border-bottom: 2px solid #3774a9;
	font-size: 12pt;
	color: #000;
	margin: 0 0 5px 0;
}

#main_right {
	float: right;
	width: 180px;
	padding: 10px;
}

#main_left .img{
	top:200px; 
	left:0px; 
}

.clear {
	clear:both;
}

/* Bildbereich */
img {
	border-width: 0;
}

.img {
	margin:0px;
	width: 200px;
	height: 200px;
}

#footer {
	height: 40px;
	background-color: #525252;
}

#footer_left {
	float: left;
	height: 40px;
	padding: 10px 10px;
	top: 10px;
	color: #CCC;
}

#footer_right ul li {
	height: 40px;
	margin: 0;
	float: right;
	list-style: none;
}

#footer_right ul li a {
	position: relative;
	padding: 10px 10px;
	top: 10px;
	color: #CCC;
}

#footer_right ul li a:hover {
	color: #fff;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 5px 0 20px 0;
}

h1 {
	font-size: 18pt;
	color: #3774a9;
}

.error {
	color: #F00;
}

th {
	background-color: #3774a9;
	color: #FFF;
	text-align: left;
	padding: 5px;
}



