@charset "ISO-8859-1";
html {
	height: 100%;
}

body {
	min-height: 101%;
	margin: 0px;
	padding: 0px;
	background-image: url(../_Bilder/BG-Web-Kachholz.gif);
	background-repeat: repeat-x;
}
#page {
	width: 770px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #012E4C;
	border-bottom-color: #012E4C;
	border-left-color: #012E4C;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* --- navigation --- */
#header {
	height: 115px;
	position: relative;
}
#header  ul {
	background-image: url(../_Bilder/Menu/Menu_bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	background-position: left top;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#header  ul  li {
	float: left;
}
#header  ul  li a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	background-image: url(../_Bilder/Menu/Menu_sep.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 2.7em;
	padding-left: 2em;
	padding-right: 2em;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#header ul li a.ACT {
	color: #FFFFFF;
}
#header  ul  li a.first{
	background:none;
}
#header ul li a.firstACT {
	background:none;
	color: #FFFFFF;
}
#header  ul  li a:hover{
	color:#FFFFFF;
}
/* --- navi ende ---*/

#header #logo {
	background-image: url(../_Bilder/Logo-Kachholz.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 78px;
}
/*--- hauptinhaltsbereich --- */


#main #col1 {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 70px;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0px;
}
#main  p.no-break {
	margin: 0px;
}
#main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 16px;
	margin-top: 5px;
}
#main li {
	line-height: 1.3em;
	padding-bottom: 0.5em;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #002E4D;
	font-size: 1.7em;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002E4D;
}
#main h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #002E4D;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#main img {
	float: right;
	margin-top: 0.7em;
	margin-left: 0.7em;
	clear: both;
}
#main #clear {
	clear: both;
}
#main  a {
	text-decoration: none;
	color: #002E4D;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
	color: #6F6F6F;
	font-weight: bold;
}
#footer {
	background-color: #002E4D;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 5px;
	color: #6F6F6F;
	line-height: 15px;
}
#footer a {
	color: #6F6F6F;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main #col2 {
	float: right;
	padding-bottom: 50px;
}
