* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

a img {
      border-style:solid;
      border-width:0px;
}

a img:hover {
      border-style:solid;
      border-width:0px;
    }

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 150px;
background: #554d42 url(images/header2.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 0 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
padding:0px;
}
#menu ul {
list-style-type: none;
padding-left: 15px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 15px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 10px;
color: #fff;
}

#menu ul li {
padding: 0 2px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 10px;
color: #fff;
}


#menu ul li a:hover {
color: rgb(0,0,0);
text-decoration: underline;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 630px;
text-align: justify;
font-size:11px;
padding-top: 30px;
}
.right h2 {
font-size: 24px;
font-weight: 600;
margin: 0 0 10px 0;
}

.right h3 {
font-size: 18px;
font-weight: 100;
padding: 20px 0 20px 0;
}

.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
}

.right h4 {
font-size: 16px;
font-weight: 200;
margin: 0 0 20px 0;
}
.right td {
vertical-align:top;
text-align:left;
padding: 0 5px 15px 5px;
}
.bildbeschreibung {
font-size:9px;
}

.left {
float: left;
width: 100px;
padding-top: 30px;
height:100%;
}

.left td {
padding:0 0 12px 0;
}

.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.ausgebucht {
font-style:italic;
color: grey;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

.navaktiv {
      text-decoration: none;
      color: #000000;
    }
#menu ul li a.navinaktiv {
      text-decoration: none;
      color: #99AECD;
    }

#menu ul li a.navinaktiv:hover {
      text-decoration: underline;
      color: #99AECD;
    }


#menu ul li a.testclass a.testclass:hover {
  text-decoration: none;
  padding: 0 15px 0 0;
  color: #rgb(0,0,0);
  }
  
  #menu ul li .testclass {
  text-decoration: none;
  padding: 0 15px 0 0;
  color: #rgb(0,0,0);
  }


