html {
    height: 100%;
}
body {
    height: 100%;
	background: #B3BFBD;
	text-align: center;
	font: 0.7em Verdana, Arial, Helvetica, 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,a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #000;
	
}

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: 100%;
	margin: auto;
	text-align: left;
}


/*--------------------------
header
------------------------- */
#header-index, #header-verkauf, #header-stimmung, #header-reparatur, #header-kaufberatung, #header-preise, #header-galerie, #header-ueber_mich, #header-fragen, #header-transport, #header-kontakt, #header-unterricht {
	width: 936px;
	height: 161px;
	background: url(images/header/home_header.jpg) no-repeat;
}



/*--------------------------
body
------------------------- */
#body {
	clear: both;
	width: 936px;
    height: 250%;
	overflow: visible;
	border: 3px;
	background: #FFF; 
}

/* -----------------------------
navigation left column
---------------------------- */
#body #nav-left {
	float: left;
	width: 156px;
	height: 100%;
	padding: 0;
	/*border-left: 1px solid #C1C0C2;*/
	background: #D5DFD6;
}
#nav-left li {
	padding-left: 15px;
	margin-top: 5px;
}
#nav-left li.hilite {
	background: url(images/nav_left_hilite.gif) no-repeat;
}
#nav-left ul li a {
	display: block;
	width: 120px;
	font-size: 1.1em;
	font-weight: bold;
	padding: .3em 0;
	color:  #333333;
	text-decoration: none;
}

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

/*--------------------------
content
------------------------- */
#body #content {
	float: left;
	width: 581px;
	height: auto;
	padding: 0 20px;
}
#content h1 {
	margin: 20px 0;
	font-size: 1.3em;
	font-weight: bold;	
	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;
}

/*--------------------------
right column
------------------------- */
#body #col-right {
	float: left;
	width: 159px;
	height: 100%;
	padding: 0;
	/*border-right: 1px solid #C1C0C2;*/
	background: #D5DFD6;
}
#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: 0 15px 15px 15px;
}
#body #col-right-pic {
	width: 225px;
	border-left: 1px solid #C1C0C2;
	background: #F2F2F2;
}

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

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