div#nav {
    width: 678px;
	padding-left: 282px;
}
div#nav ul {
    padding: 0px;
    margin: 0px;
    z-index: 500;
}

div#nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

div#nav ul,nav ul li{
   /* background-color: #FAFAFA; */
}
div#nav ul li {
    list-style: none;
    float:left;
    /*border-left: 1px solid #B3B7B7;
    border-right: 1px solid #B3B7B7;*/
}
div#nav ul li a {
    text-decoration: none;
    display: block;
    color: #4A575F;
    width: 113px;
    height: 40px;
    text-align: center;
	line-height: 40px;
	font-size: 13px;
}

div#nav ul li.cat1:hover a, nav ul li.cat1:hover > ul li a  {
    background-color: #405D73;
}
div#nav ul li.cat2:hover a, nav ul li.cat2:hover > ul li a  {
    background-color: #8CB302;
}
div#nav ul li.cat3:hover a, nav ul li.cat3:hover > ul li a {
    background-color: #008C74;
}
div#nav ul li.cat4:hover a, nav ul li.cat4:hover > ul li a {
    background-color: #004C66;
}
div#nav ul li.cat5:hover a, nav ul li.cat5:hover > ul li a {
    background-color: #332B40;
}

div#nav ul li:hover > a {
    color: #FFF;
	font-weight: bold;
	background-color: #405D73;
}
div#nav ul li  a.current {
    color: #FFF;
	background-color: #405D73;
}
div#nav ul li:hover > ul {
    visibility: visible;
}

div#nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
div#nav ul li ul li{
	float: none;
}
div#nav ul li ul li a {
    color: #AAAAAA;
}
div#nav ul li ul li a:hover{
	color: #333;
	background-color: #FAFAFA;
}

/* Navigation Footer
***************************************************************************************************/
div#footer a{
	font-size: 14px;
	padding: 2px 5px;
}

div#footer a:hover{
	color: #A1B6C9;
}
div#footer a.current{
    color: #FFF;
	background-color: #A1B6C9;
}

/* Tabellen
***************************************************************************************************/
table#tab_buchen {
	width: 450px;
}

table#tab_buchen input{
  width: 215px;
  height: 30px;
  background: url(pics/eingabe_text.png) transparent no-repeat;
  border: 0;
  padding:0px 5px;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}
table#tab_buchen input#absenden{
	cursor: pointer;
  background: url(pics/kostenpflichtig_buchen.png) transparent no-repeat;
}
table#tab_buchen input#absenden:hover{
  background: url(pics/kostenpflichtig_buchen_hover.png) transparent no-repeat;
}

.kontakt_nachricht{
  width: 215px;
  height: 130px;
  background: url(pics/text_feld.png) transparent no-repeat;
  border: 0;
  padding: 5px;

  font-weight: bold;
  font-size: 12px;
  resize: none;
}

.kontakt_text_3{
	position: relative;
	top: -120px;
}


table#tab_buchen td{
	width: 160px;
}
.kontakt_text{
	position: relative;
	top: -40px;
}
.kontakt_text_2{
	position: relative;
	top: -30px;
}

td.rechteseite{
   padding-top: 5px;
   text-align: right;
   width: 200px;
}
