html {
	font-family: Comic Sans MS, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#ff6600;
/*    background-color:#ff8400;*/
}

p {
    margin-bottom: 3px;
    margin-top: 2px;
    padding-bottom: 3px;
    padding-top: 2px;
}

.tarife {
    margin-top:30px;
    border:0px;
	border-collapse: separate;
}

.tarife_tr {
    margin:1px 16px 1px 16px;
    padding:1px 16px 1px 16px;
}

.tarife_td {
    margin:1px 16px 1px 16px;
    padding:1px 16px 1px 16px;
}

table, tr, td {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


h4 { margin-bottom: 6px; }

img {
    background-color: transparent;
	border:none;
    padding: 0px;
	margin: 0px;
}

.highliste {
	margin-bottom: 3px;
}

.kontakt_table {
		padding-right: 30px;
		padding-left: 5px;
		padding-bottom: 5px;
		padding-top:5px;
		margin:0px;
}

a.bildlink:link, a.bildlink:visited, a.bildlink:hover, a.bildlink:active {
	margin: 0px;
    padding: 0px;
	border: 0px; 
    background-color: transparent;
}

/* link stuff */
.translink, .translink:visited,.translink:hover,.translink:active {
	color: #ff6600;
	background-color: #ff6600;
}

/*a, a:visited {*/
      /*color:#0042a2;*/
	  /*font-weight:bold;*/
	  /*text-decoration:none;*/
/*}*/
/*a:hover,  a:active {*/
	/*color:#0042a2;*/
	/*background-color:#f8eb7b;*/
	/*text-decoration:none;*/
/*}*/
a, a:visited {
      color:#990000;
	  font-weight:bold;
	  text-decoration:none;
}
a:hover,  a:active {
	color:#ff0000;
	background-color:#ffdb6b;
	text-decoration:none;
}


/* bold */
b {
	color:#202020;
}

/* .menuspan { margin-right: 200px; } */

/* images */

/* style + ==layout==  stuff */
/* menu */


#navcontainer {
	position: absolute; 
	top: 175px;
	left: 2em;
    width: 328px;
}
/* inhalt / content */

#kopf {
	position:absolute; 
	left:1em; 
	top:15px;
}

#inhalt {
	position:absolute;
	left: 15em; 
	right: 4em;
	top: 190px; 
/*	width: 60%; */
	min-width:25em;
	padding: 0px 6% 30px 0px;
	margin: 0px;
	z-index: 4;
}

