/*hintergrund layout*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #c69c6d;
}
div#box {
	background-attachment: scroll;
	background-color: #902C34;
	background-image: url(../assets/indexband.gif);
	background-repeat: no-repeat;
	background-position: left 250px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-top: 10px;
	height: 710px;
}
#leftcol {
	background-attachment: scroll;
	background-image: url(../assets/holz200.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	width: 120px;
	height: 710px;
	z-index: 50;
}

#centrebandbild1 {
	width: auto;
	float: left;
	height: auto;
	margin-top: 20px;
	margin-left: 185px;
}
.frame {
	border: thin solid #666666;
}
div#navbox {
	float: left;
	width: 200px;
	margin-left: 50px;
	margin-top: -50px;
}
div#footer {
	clear: both;
	width: 950px;
}
#centerbandbild2 {
	float: right;
	padding-right: 2px;
	margin-top: -25px;
}
.fltlft {
	float: left;
}
.frameleft {
	float: left;
	border: thin solid #999999;
}


/* Clases */
.floatleft {
	float: left;
	
	/* TEXT */
}p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	margin-top: 5px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
	margin-top: 5px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	display: inline;
	margin-top: 5px;
}
#adress {
	float: right;
	width: 150px;
	margin-right: 35px;
}
#award {
	float: left;
	margin-left: -120px;
	z-index: 50;
	width: 350px;
}

