a {                color:#432D27; }
a:visited {        color:#432D27; }
a:hover {          color:#ff0000; }
a:active {         color:#ff0000; }

a.nav {            color:#555; font-weight:bold; line-height:20px; display:block; text-decoration:none; width:100%; }
a.nav:visited {    color:#555; font-weight:bold; line-height:20px; display:block; text-decoration:none; }
a.nav:hover {      color:#000; font-weight:bold; line-height:20px; display:block; text-decoration:none; }
a.nav:active {     color:#000; font-weight:bold; line-height:20px; display:block; text-decoration:none; }

a.taetig {         color:#555; font-weight:bold; line-height:20px; display:block; text-decoration:none; width:100%; }
a.taetig:visited { color:#555; font-weight:bold; line-height:20px; display:block; text-decoration:none; }
a.taetig:hover {   color:#000; font-weight:bold; line-height:20px; display:block; text-decoration:none; }
a.taetig:active {  color:#000; font-weight:bold; line-height:20px; display:block; text-decoration:none; }

* {
	margin:0;
	padding:0;
	border:0;
}
html {
	height:100%;
}
body {
	color:#111;
	margin:0;
	padding:0;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	background:#E2DDCE url('/grafiken/bg.jpg') repeat-y;
}
h1 {
	margin:0 0 15px 0;
	color:#432D27;
	font-family:"Times New Roman",verdana,arial,helvetica,sans-serif;
	font-size:15px;
	text-transform:uppercase;
}
p, div {
	line-height:150%;
}
table {            color:#111111;
                   margin:0;
                   padding:0;
                   font-family:verdana,arial,helvetica,sans-serif;
                   font-size:12px;
}
div, span, form {  margin:0;
                   padding:0;
}
textarea, input, select {
                   color:#111111;
                   font-family:verdana,arial,helvetica,sans-serif;
                   font-size:12px;
                   border:1px #404040 solid;
                   margin:0px;
                   padding:0px;
                   vertical-align:middle;
}
ul {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:square;
	width:100%;
	text-align:justify;
}
li {
	margin:7px 0 0 16px;
	padding:0;
}

/* eigene Classes */
#start1 {
	position:relative;
	float:left;
	height:166px;
	width:330px;
}
#start2 {
	position:absolute;
	bottom:0;
}
#navi {
	position:fixed;
}
div.imgschatten {
	float:left;
	margin:0 11px 20px 0;
	background:url('/grafiken/bild_schatten.jpg') right top no-repeat;
/*	position:relative; */
}
div.imgschatten img {
	border:1px #fff solid;
	margin:0 9px 0 0;
/*	position:relative; */
}
.abstand {         height:20px;
                   overflow:hidden;
}
.heads {
	font-family:"Times New Roman",verdana,arial,helvetica,sans-serif;
	font-weight:bolder;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.navtr {           background:#f0f0f0;
                   font-weight:bold;
}
.navtd1 {          color:#f0f0f0;
}
.navtd2 {          background:#f0f0f0;
                   padding-left:5px;
}
.navlinie {        /* background:#ffffff; */
}
.contd {
	width:650px;
	margin-left:163px;
	padding-bottom:250px;
}
.bottom {
	font-size:11px;
}
#fussbg {
	width:678px;
	height:120px;
	margin:0 0 0 141px;
	z-index:99;
	position:fixed;
	bottom:0;
	background:url('/grafiken/bottom.png') top left no-repeat;
}
#fusstext {
	font-size:9px;
	line-height:16px;
	text-align:center;
	width:680px;
	margin:0 0 0 140px;
	padding:0 0 20px 0;

	z-index:100;
	position:fixed;
	bottom:0;
	left:0;
}

