html{
	height: 100%;
}
body {
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	height: 100%;
	color: #4c4c4c;
}
hr {
	color: #74993c;
	height: 1px;
	text-align: right;
    width: 95%;
}
td {
	font-family: verdana;
	font-size: 11px;
}
p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
input, textarea, select {
	font-family: verdana;
	font-size:11px;
	border: 1px solid #cccccc;
	color: #666666;
	background-color: #fff;
}
input.noborder, select.noborder {
	font-family: verdana;
	font-size:11px;
	border: 0px;
	color: #666666;
	vertical-align: text-bottom;
	background-image: none;
	background: transparent;
}
form {
	margin:0px;
}
.green1 {
	color: #547325;
	font-weight: bold;
}
.blue1 {
	color: #1B3059;
	font-weight: bold;
}
.price {
	margin-left: 470px; 
	margin-top: -30px;
}
.error {
	color: red;
	font-weight: bold;
}
.mitteilung {
	color: #74993c;
	font-weight: bold;
}
a img { 
	border : 0 none; 
}
a:link, a:visited {
	border: 0px;
	text-decoration:underline;
	color: #666666;
}
a:hover {
	border: 0px;
	text-decoration:underline;
	color: #74993c;
}
.aktiv{
	background-color: #fff;
}
.inaktiv{
	background-color: #fff;
}
.left{
    width: 152px;
}
.maintab{ /* damit gesamthöhe und breite genutzt wird */
	height: 100%;
    width: 100%;
}
.navspace{
	height:50px;
}
.navspace0{
	height:38px;
}
.navmain{
	height:27px;
	background-image: url(img/menue.png);
	background-position: left top;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 10px;
}
.navmain_on{
	cursor:pointer;
	height:27px;
	background-image: url(img/menue_on.png);
	background-position: left;
	background-repeat: repeat-x;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 10px;
}
.small {
	font-size: 10px;
	color: #666666;
}
.button {
	cursor:pointer;
	color: #656565;
	border: 1px #7f7f7f solid;
	background-color: #eeeeee;
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/buttonback.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#bt {
/*	position: fixed;
    bottom:0;
    position: absolute;
    top: 550px;*/
    margin-right:10px;
    margin-left:10px;
	margin-bottom:8px;
	margin-top: 50px;
}

/**** topmen *****/
.topmenoff {
	background-image:url(img/topmen_bg.png);
	cursor: pointer;
}
.topmenon {
	background-image:url(img/topmen_bg_on.png);
	cursor: pointer;
}
/*** features table ****/
.td1head, .td1foot {
	background-color: #1B3059;
	color: #ffffff;
	font-weight: bold;
}
tr.td1prices {
	color: #1B3059;
	font-weight: bold;
}
td.td1left {
	border-left: 1px #1B3059 solid;
}
td.td1right {
	border-right: 1px #1B3059 solid;
}
/*** preise tables ***/
td.td2corner {
	width: 16px;
	height: 7px;
}
td.td2left {
	background-image: url(img/t2_l.png);
	width: 16px;
}
td.td2right {
	background-image: url(img/t2_r.png);
	width: 16px;
}
/*** kontakt table ***/
td.td3corner {
	width: 11px;
	height: 11px;
}
td.td3left {
	background-image: url(img/t3_li.png);
}
td.td3right {
	background-image: url(img/t3_re.png);
}
td.td3top {
	border-top: 1px solid #364D17;
	background-color:#f2f2f2;
}
td.td3bottom {
	border-bottom: 1px solid #364D17;
	background-color:#f2f2f2;
}
td.td3content {
	background-color:#f2f2f2;
}
/*** dokumente table ***/

.td4head {
	background-color: #6C9234;
	color: #ffffff;
	font-weight: bold;
}
tr.td4row1 {
	background-color: #eeeeee;
	height:60px;
}
tr.td4row2 {
	background-color: #dfdfdf;
	height:60px;
}

.menarr {
	position: relative;
	width: 8px;
}
dt {
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}
.infobox {
	position: absolute;
	color: #fff;
	cursor:pointer;
	margin-left: 10px;
	margin-top: 0px;
	padding: 5px;
    width: 250px;
	z-index:99;
}
.info_inner{ /* fläche links von topnav */
	color: #fff;
	border: 0px;
	background-color: #192a4b;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-image: url(img/spacer.png);
	background-position: left;
	background-repeat: repeat-x;
}
.hide {
	display: none;
}
.normal {
}

h1{
	font-size: 22px;
	color: #a3b488;
	font-weight: normal;
	margin-bottom: 4px;
}
h2{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-bottom: 4px;
}
ul li{
	list-style-image:url(img/ul.gif);
	margin-bottom: 4px;
}
.ersp_head{
	background-color: #f2f2f2;
}
.ersp_gr{
	background-color: #b1ca80;
}
.ersp_sum{
	font-size: 14px;
}
.zent{
	text-align: center;
}
.det:link, .det:visited, .det:hover{
	text-decoration:none;
}
