* { margin:0; padding:0; }

/*-- LAYOUT ALLGEMEIN ------------------------------------------------------*/
body {
	background-color:#fff;	
	line-height:1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
	position:relative;
	width:750px;
	height:650px;
	margin: 15px auto 15px auto;
	background:#fff;
	padding:0px;	
}

a:link {
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color:#033d1c;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #033d1c;
	font-weight: bold;
}

h2{
	font-size: 11px;
	font-weight: bold;
	color: #033d1c;
	margin: 0 0 4px;
	padding: 0;
}

h3{
	font-size: 16px;
	font-weight: normal;
	color: #033d1c;
	margin: 0 0 12px;
	padding: 0;
}
h4{
	font-size: 12px;
	font-weight: bold;
	color: #033d1c;
	margin: 0 0 1px;
	padding: 0;
}


/*-- HEADER ------------------------------------------------------*/
#header {
	position:relative;
	right:0px;
	top:0px;
	width:750px;
	height: 90px;
	background: url(../images/header.gif) no-repeat;
}

/*-- NAVI ------------------------------------------------------*/
ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size:11px; 
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0 0.2em 0 0; padding: 0;
  }
  
  ul#Navigation li ul {
    margin: 0 0 0 0.2em; padding: 0.3em 0 0;
    position: absolute;
    top: 1.6em; left: -0.2em;
    display: none;  /* Unternavigation ausblenden */
  }
  
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0em;	
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 8em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.8em;
    text-decoration: none;
	background-color: #66b8dc;
	border-left: 1px solid #fff;
	font-weight: normal;
	color: white;
  }
  ul#Navigation a.sonderangebote {
    display: block;
    width: 10.2em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.8em;
    text-decoration: none;
	background-color: #66b8dc;
	border-left: 1px solid #fff;
	font-weight: normal;
	color: white;
  }
  
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: #033d1c;
    color: #033d1c;
	background-color: #c9d30e; 
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #033d1c; background-color: #66b8dc;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: red;
  } 

/*-- CONTENT ------------------------------------------------------*/
#page {
	background: url(../images/page.gif) no-repeat #c9d30e;
	width:750px;
	height:auto;
	min-height:360px;
	position:relative;
	top:10px;
	left:0px;
}

#textbar_left {
 	float:left;
	left:20px;
	top:40px;
	width:410px;
	height:auto;	
	color:#033d1c;
	font-size:8pt;
	padding: 30px 20px;
}

#textbar_left a {
	color: #033d1c;
}

#textbar_left a:hover {
	color: #fff;
}

#textbar_right {
 	float:right;
	right:15px;
	top:50px;
	width:300px;
	height:260px;	
	color:#033d1c;
	font-size:8pt;
	margin-top:40px;
}

#textbar_right a {
	color: #033d1c;
}

#textbar_right a:hover {
	color: #fff;
}
#textbar_right_sonderangebote {
 	float:right;
	right:15px;
	top:40px;
	width:325px;
	height:260px;	
	color:#033d1c;
	font-size:8pt;	
}

#textbar_right_sonderangebote a {
	color: #033d1c;
}

#textbar_right_sonderangebote a:hover {
	color: #fff;
}

a#links {
	border-bottom: dashed 1px;
	color: #033d1c;
	font-weight: normal;
}

a#links:hover {
	border-bottom: solid 1px;
	color: #033d1c;
	font-weight:  normal;
}

ul#punkte {
	line-height:2;
}

/*-- FOOT ------------------------------------------------------*/
#foot {
	background: url(../images/foot.gif) no-repeat;
	width: 750px;
	height: 180px;
	position:relative;
	bottom: 0px;
	left:0px;
	clear:both;
	margin-top:20px;
}

#sidefoot{
	position:absolute;	
	font-size: 10px;
	bottom: 20px;
	left:5px;	
}

#sidefoot ul{	
	margin: 0;
	list-style: none;	
	width: 210px;
	font-size: 10px;
}

#sidefoot li{	
	float: left;
	margin: 0;
	padding: 0 15px;
}

#sidefoot li a {
	font-weight: normal;
}

#logo{
	position:absolute;	
	bottom: 15px;
	right:15px;
	width: 121px;	
}

/*-- BILDER/GALERIE ------------------------------------------------------*/
#imagebar {
 	float:right;
	right:15px;
	top:40px;
	width:290px;
	height:260px;	
	color:#033d1c;
	font-size:8pt;
	vertical-align:bottom;
	margin-top:40px;margin-right:10px;
}

#imagebar a {
	color: #033d1c;
	font-weight:bold;
}

#imagebar a:hover {
	color: #fff;
}

#imagebar img {
	vertical-align:bottom;
}


#gallery2 {
	left:40px;
	top:195px;
	width:290px;
	font-size:8pt;
}

#gallery2 a:hover {
	color: #fff;
}

#gallery2 img{
	padding: 5px;
	border: 2px solid #66b8dc;
	margin-bottom: 0px;
	text-align: center;
}

img {
	border: 0;
}

.foto1{
	padding: 5px;
	border: 2px solid #66b8dc;
	margin-bottom: 0px;
	text-align: center;	
	vertical-align:bottom;
}

.foto2 {
	padding: 2px;
	margin-top: 0px;
	border: 2px solid #66b8dc;
	text-align: center;
}

#desc{font-weight:bold;}

/*-- KONTAKTFORMULAR ------------------------------------------------------*/
#kontakt {
	position:absolute;
	left:20px;
	top:40px;
	width:710px;
	height:300px;	
	color:#033d1c;
	font-size:8pt;
} 

input{
	border: 1px #66b8dc solid;
	font-size: 12px;
	padding:2px;
	margin-bottom:5px;

}

.button {
	background-color: #66b8dc;
	color: #fff;
	width: 98px;
}

.button:hover {
	background-color: #c8d210;
	color: #033d1c;
}

.nachricht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px #66b8dc solid;
	padding:2px;
	margin-bottom:5px;
	width:199px;
}

input.check {
	width:20px;
	vertical-align:top;
}

/*-- TABELLE ------------------------------------------------------*/
table td{
	padding: 3px;
	vertical-align: top;  
}

/*-- ABG ------------------------------------------------------*/
#agb {
	background: url(../images/page.gif) no-repeat;
	width:500px;
	height:300px;
	position:absolute;
	top:0px;
	left:0px;
	font-size:10px;
	color:#033d1c;
	padding: 25px 15px 10px 15px;
	overflow:scroll;
	overflow-x: hidden;
}
