html {
    height: 100%;
}
body {
    height: 100%;
	background: #C9A798;
	text-align: center;
	font: 0.8em Georgia, Times New Roman, Times, serif;
	color: #983265;
	margin: 0 10px;
	padding: 0;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	color: #000;
}

img,div,p,ul,li,td {
	border: 0;
	margin: 0;
	padding: 0;
	color: #333;
}

a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color:  #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

ul {
	list-style: none;
}

#main {
	width: 936px;
	height: 762px;
	margin: auto;
	text-align: left;
}


/*--------------------------
header
------------------------- */

#claim {
	float: left;
	width: 688px;
	height: 162px;
}
#claim h1 {
    margin-top: 122px;
    margin-left: 32px;
    font: 20px Georgia, Times New Roman, Times, serif;
    color: #191919;
	display: block;
	
}

/*--------------------------
header
------------------------- */
#header-index, #header-bio, #header-bands, #header-unterricht, #header-links, #header-kontakt  {
	width: 936px;
	height: 162px;
	background: url(images/header/home_header.jpg) no-repeat;
}

/*--------------------------
body
------------------------- */
#body {
	clear: both;
	width: 936px;
	height: 900px;
	overflow: visible;
	background: #FFF;
}


/* -----------------------------
navigation left
---------------------------- */
#body #nav-left {
	float: left;
	width: 172px;
	height: auto;
	background: #E9E0DB;
}
#nav-left li {
	padding-left: 25px;
}
#nav-left li.hilite {
	background: url(images/nav_left_hilite.gif) no-repeat;
}
#nav-left ul li a {
	display: block;
	width: 131px;
	/*border-bottom: 1px solid #4F2412;*/
	font-size: 1.1em;
	padding: .5em 0;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
}

#nav-left ul.subnav li a {
	width: 100px;
	/*border-bottom: 1px solid #E9E0DB;*/
	font-size: 0.9em;
	text-transform: none;
}

/*--------------------------
content
------------------------- */
#body #content {
	float: left;
	width: 664px;;
	height: 900px;
	padding: 0 50px;
	background: #FFF;
}
#content h1 {
	margin: 20px 0;
	font-size: 1.4em;
	font-weight: normal;	
	color: #333;
}
#content h2 {
	margin: 16px 0;
	font-size: 1.1em;
	font-weight: bold;	
	color: #333;
}
#content h3 {
	margin: 14px 0;
	font-size: 1.1em;
	font-weight: bold;	
	color: #333;
}
#content strong {
	font-weight: bold;	
	color: #333;
}
#content p {
	margin: 1em 0;
}
#content ul {
	list-style: outside disc;
	padding: 1em;
}
#content td {
	list-style: outside disc;
	padding: 0.5em;
}

/*--------------------------
footer
------------------------- */

#footer {
    /*clear: both;*/
    width: 936px;
    height: 15px;
    height: 20px;
	background: #E9E0DB;
}
#footer li {
	float: left;
}
#footer a {
	width: 131px;
	font-size: 1.0em;
	/*padding: .3em 0;*/
	color: #47463D;
	text-decoration: none;
	margin-left: 20px;
	
}