h1 {
	color: black;
	font-size:	16pt;
	font-family:arial, "lucida console", sans-serif;
	}

p {
	color: black;
	font-size:	12pt;
	font-family:arial, "lucida console", sans-serif;
	line-height: 18pt;
	word-spacing: 4pt;
	}
	
ul{
	list-style: none;
	line-height: 20pt;
	padding: 0;
	}	
	
li{
	line-height: 15pt;
	}	

body{
	text-align: center; /* Zentrierung IE */
	background-color: #ffd1a3;
	}

#pagearea{
	text-align: left; /* Inhalt wieder links */
	margin: 0 auto;   /* Zentrierung mitte */
	width: 1024px;
	background-color: #cccccc; // b(255, 209, 163) lightslategrey;
	}
	
#header{
	border-bottom: 1px solid black;
	width: 1024px;
	height: 200px;
	margin: 0;
	background-color: red;
	}
	
#headerlogo{
	background-color: black;
	float: left;
	width: 294px;
	height: 200px;
	background-image: url(images/Jazz_n_more.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

#headerpicture{
	background-color: black;
	margin: 0 0 0 294px;
	width: 730px;
	height: 200px;
	background-image: url(images/Gruppenbild_4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#content{
	width: 1024px;
	height: 1650px;
	margin: 0;
	background-color: orange;
	}
		
#contentnavi{
	float: left;
	background-color: #666666;
	width: 294px;
	height: 1650px;
	}
	
#contentlink{
	background-color: #cccccc;
	border: black solid 1px;
	width: 200px;
	height: 50px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
	}	
	
#contentlink:hover{
	background-color: #ffd1a3;
	}	
	
#contenttext{
	padding: 20px;
	background-color: #cccccc;
	width: 540px;
	height: 1650px;
	margin: 0 0 0 294px;
	background-image: url(images/Klavier_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
iframe{
	border: none;
	background-color: #cccccc;
	width: 540px;
	height: 1650px;
	background-image: url(images/Klavier_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}	
	
#contentinfo{
	float: right;
	width: 190px;
	height: 1650px;
	background-color: #cccccc;
	}

#infoheader{
	margin: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: black;
	font-size:	12pt;
	font-weight: bold;
	font-family:arial, "lucida console", sans-serif;
	}
	
#infocontent{
	margin: 10px;
	color: black;
	font-size:	10pt;
	font-weight: normal;
	font-family:arial, "lucida console", sans-serif;
	}	

#footer{
	clear: both;
	background-color: #666666;
	border-top: 2px solid black;
	}		

#tswcssbuttons {
	width: 250px ;
	text-align: center ;
	margin: 22px;
	}
	
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	}
	
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	line-height: 15pt;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	}
	
#tswcssbuttons li a {
	color: #000 ;
	background-color: #c0c0c0 ;
	border: 1px black solid; //outset #000 ;
	width: 250 ;
	text-decoration: none ;
	display: block ;
	}
	
#tswcssbuttons li a:hover {
	color: #000 ;
	background-color: #cca782 ;
	}

