body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;	
	background-image: url(../images/header/hg_body.gif);
	background-repeat: repeat-x;
}

h1 {
	font-size: 140%;
	font-weight: normal;
	color: #607707;
	line-height: 1.5em;
}

h2 {
	font-size: 115%;
	font-weight: normal;
	color: #607707;
	line-height: 0.9em;
}

a:link {
	text-decoration: none;
	color: #7f130a;
}
a:visited {
	text-decoration: none;
	color: #7f130a;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#kasten a:link {
	color: #999933;
}
#kasten a:visited {
	color: #999933;
}
#kasten a:hover {
	color: #333333;
}
#kasten a:active {
	color: #333333;
}

#menu a:link {
	color: #343401;
	font-weight: normal;
}
#menu a:visited {
	color: #343401;
	font-weight: bold;
}
#menu a:hover {
	color: #343401;
	font-weight: bold;
}
#menu a:active {
	color: #343401;
	font-weight: bold;
}

#fussleiste a:link {
	color: #607707;
}
#fussleiste a:visited {
	color: #607707;
}
#fussleiste a:hover {
	color: #333333;
}
#fussleiste a:active {
	color: #333333;
}

table.fussleiste {
	border-top: 1px solid #607707;
}

#inhalt {
	position: relative;
	width: 1000px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#rahmen {
	width: 1000px;
	padding: 0px;
	padding-bottom: 15px;
}

#menu {
	width: 100px;
	margin: 0px;
	margin-left: 30px;
	margin-top: 90px;
	padding: 4px;
	border-top-color:#343401;
	border-top-style:dotted;
	border-top-width:thin;
	border-bottom-color:#343401;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	float: left;
}

#kasten {
	width: 150px;
	margin-left: 60px;
	margin-right: 18px;
	margin-top: 80px;
	float: right;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#kasten p {
	line-height: 1.3em;
}

#innenteil {
	padding-top: 30px;
	padding-left: 200px;
	padding-right: 210px;
}

#fussleiste {
	font-size: 70%;
	margin-top: 45px;
	margin-left: 200px;
	margin-right: 220px;
	margin-bottom: 10px;
	clear: right;
	clear: left;
}

a.minilink {
	font-size: 82%;
}

a.megalink {
	font-size: 95%;
	font-weight: bold;
	line-height: 1.4em;
}


