@charset "UTF-8";
/* CSS Document */
img {
	border:0;
}
body {
  font-family: Arial, Verdana, sans-serif;
  background-image: url(../_images/bazonnale_01-bg-body.jpg);
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}

#container {
}
#logonav {
	font-size: 14px;
}
#logotext {
  top: 10px;
}
#logotext a:hover, #logotext a:active {
  background: #fff;
}
#logobild {
  top: 10px;
}
#logobild a:hover, #logobild a:active {
  background: #fff;
}

#menuback {
  background-color:#E1B100;
  background-image:url(../_images/bazonnale_01-bg-menu.jpg);
  background-repeat:repeat;
  position: absolute;
  left:0;
  top:160px;
  height:200px;
  width:100%;
}
#menu {
  position: relative;
  height: 160px;
  margin-top: 30px;
}
#menu ul, #termin ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu ul li, #termin ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 1px;
}
#menu a {
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 0;
}
#menu a:hover, #menu a:active {
  color: #000;
  background-color: #fff;
}
#menu a:link, #menu a:visited {
  color: #C5860B;
}

#menu a.level1 {
  font-size: 24px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#menu a.level1current {
  color: #000;
  background-color: #fff;
  font-size: 24px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
  font-weight: bold;
}

#menu a.level2 {
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  color: #C5860B;
  background: #fff;
  font-weight: bold;
}

#menu a.level2:hover, #menu a.level2:active {
	color:#000;
}

#menu a.level2current {
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  text-align: right;
  font-weight: bold;
}

#menu a.level3 {
    background: #DAEAF2;
    margin-left: 20px;
}
#menu a.level3current {
    background-color: #fff;
    margin-left: 20px;
}

#social {
  background-color: #fff; 
  border-top-right-radius:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  border-top-left-radius:10px;
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  padding-top: 5px;
  padding-left:10px;
  padding-right:10px:
}



#contentback {
  background-color: #fff;
  border-bottom: 10px solid #C5860B;
  border-top: 10px solid #fff;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 19px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 0;
}

#footer2 p {
  margin-top: 40px;
  color: #999;
  text-align: center;
}

#termin {
  margin-top: 30px;
}
#termin ul li {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
#termin ul li.odd {
  color: #C5860B;
  color: #fff;
}
#termin ul li.even {
  color: #E1B100;
  color: #ffc;
}

/* im werkkarusell
.imagetitle {
	font-size:11px;
	line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  background-color: #C5860B;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
 */
/* im werkkarusell */
.imagetitle {
	font-size:11px;
	line-height: 14px;
  color: #666;
}


/* Algemeine Anzeige auf Detailseiten */

h1{ 
  display: none;
  color: #999;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 15px;
  line-height: 22px;
}

a:link, a:visited {
  color: #C5860B;
  text-decoration: none;
}
a:hover, a:active {
  background-color: #000;
  color:#fff;
  text-decoration: none;
}
p.untertitel {
  font-weight: bold;
}
.small {
  font-size: 9px;
}


form label {
  font-size: 11px;
}



/* Blättern */
div.nav a.button,
div.nav a.buttoncurrent {
  color:#000;
  border-left:3px solid #fff;
  border-right:3px solid #fff;
  padding:0.25em 0.5em 0.25em 0.5em;
  text-decoration:none;
}
div.nav a.button:link, div.nav a.button:visited {
  background-color:#fff;
}
div.nav a.button:hover, div.nav a.button:active, div.nav a.button:focus {
  color:#fff;
  background-color:#E1B100;
}
div.nav a.buttoncurrent {
  color:#fff;
  background-color:#E1B100;
}


