html {
    height: 100%;
}
body {
    height: 700px;
	background: #74995A;
	text-align: center;
	font: 0.8em Trebuchet MS,Arial,Helvetica,Geneva,sans-serif;
	color: #333333;
	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: 950px;
	height: 700px;
	margin: auto;
	text-align: left;
}

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

/*--------------------------
body
------------------------- */
#body {
	clear: both;
	width: 950px;
    height: 650px;
	overflow: visible;
	/*background: #FFF url(images/bg_body.gif) no-repeat;*/
	background: #ECE2C5; 
}

/* -----------------------------
navigation left
---------------------------- */
#body #nav-left {
	float: left;
	width: 160px;
	height: 100%;
	border-right: 1px solid #C1C0C2;
	background: #E6DE87;
}
#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: 120px;
	border-bottom: 2px solid #74995A;
	font-size: 1.1em;
	padding: .3em 0;
	color: #666666;
	text-decoration: none;
}

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


/*--------------------------
content
------------------------- */
#body #content {
	float: left;
	width: 568px;
	height: 650px;
	padding: 0 20px;
}
#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.3em;
}

/*--------------------------
right column
------------------------- */
#body #col-right {
	float: left;
	width: 180px;
	height: 100%;
	padding: 0;
	border-left: 1px solid #C1C0C2;
	background: #E6DE87;
}
#col-right h1 {
	padding: 20px 15px 0 15px;
	font-size: 1.0em;
	font-weight: bold;
	color: #595959;
}
#col-right h1.news {
	padding: 20px 15px 15px 15px;
	font-size: 1.0em;
	font-weight: normal;
	color: #595959;
	text-transform: uppercase;
}
#col-right h3 {
	padding: 0 15px;
	font-size: 1.0em;
	font-weight: bold;
	color: #595959;
}
#col-right p {
	padding: 15px 15px 15px 15px;
}

#col-right ul {
	list-style: outside disc;
	padding: 1em;
}

#col-right strong {
	font-weight: bold;	
	color: #333;
}

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

#footer {
    clear: both;
    width: 100%;
    height: 15px;
    height: 20px;
	background: #99945A;
}
#footer li {
	float: left;
}
#footer a {
	width: 131px;
	font-size: 1.1em;
	/*padding: .3em 0;*/
	color: #333333;
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 20px;
	
}