* {
	padding:0;
	margin:0;
}

body, html {
	padding:0;
	margin:0;
	height: 100%;
}

body {
	background-image:url(bilder/bg-text.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#de5a10;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #de5a10;
}

h2 {
	font-size: 20px;
	margin-bottom: 1px;
	color: #94111D;
}

h3 {
	font-size: 17px;
	margin-bottom: 8px;
	color: #EA9023;
}

img {
    border: none;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

a {
	color: #be2533;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}

hr {
	height: 3px;
	background-color: #de5a10;
	border:solid #de5a10; 1px;
}

.kleeblatt {
	padding-right: 15px;
}

#haupttabelle {
	margin: 0 auto;
	width: 998px;
	background-color: #ffce84;
}

#container {
    margin: 0px auto;
    margin-top: 5px;
    min-height: 92%;
    width: 998px;
    background-color: #ffce84;
	position: relative;
}

#flags {
	position: absolute;
	top: 142px;
	left: 10px;
}

ul.navigation-top {
	margin-left: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
}

li.navigation-top-point {
	display: inline;
	padding-right: 14px;
	padding-left: 14px;
	font-weight: bold;
	font-size: 14px;
}

li.navigation-top-point a {
	color: #000000;
}

li.navigation-top-point a:hover {
	color: #be2533;	
}

li.navigation-top-point a.active {
	color: #be2533;	
}

#menuespalte a {
	color: #be2533;
}

#menuespalte a:hover {
	color: #000000;
}

#menueliste {
	margin-top: 10px;
}

#menueliste a{
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: 120%;
	display: block;
	width: 100%;
}
.menuepunkt {
	height: 20px;
	padding-left: 15px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #de5a10;
	font-size: 14px;
}

.menuepunktactive {
	height: 20px;
	padding-left: 15px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #de5a10;
	font-size: 14px;
	background-color: #FFDCAC;
}

.menuepunkttop {
	height: 20px;
	padding-left: 15px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #de5a10;
	font-size: 14px;
	background-color: #fcd497;
}

#menuespalte .menuepunktactive a {
	color: #000000;
}

.menuepunkt:hover{
	background-color: #FFDCAC;
	color: #000000;
}

.menuepunkt-ein {
	height: 20px;
	padding-left: 26px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FAEAD4;
	font-style: oblique;
	font-size: 12px;
	background-color: #fcd497;
}

.menuepunkt-einactive {
	height: 20px;
	padding-left: 26px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FAEAD4; /*#de5a10; */
	font-style: oblique;
	background-color: #FFDCAC;
	font-size: 12px;
}

#menuespalte .menuepunkt-einactive a {
	color: #000000;
}

.menuepunkt-ein:hover{
	background-color: #FFDCAC;
}

#inhalt {
	margin: 10px;
	padding-left: 10px;
}

#banner {
	margin-top: 15px;
}

#banner img {
	border:none;
}

#bierbanner {
	margin-top: 15px;
}

#bierbanner img {
	border:none;
}

#inhalt ul {
	margin-left: 35px;
}

#inhalt li {
	list-style-image: url(bilder/inhalt/listenpunkt.gif);
	margin-top: 4px;
}


#footer {
	margin: 0px auto;
	text-align: center;
	width: 998px;
	font-size:12px;
	color: #be2533;
	background-color: #ffce84;
	height: 25px;
}

#footer a{
	font-size:12px;
	color: #be2533;
}

#footer a:hover{
	font-size:12px;
	color: #EA9023;
}

#karte { 
	margin-left: -482px;
	position:absolute; 
	left:50%;
	top:20px; 
	width:960px; 
	height:500px; 
	z-index:2; 
	border: solid 2px #000000;
	background-color: #94111D;
} 

.kontaktform {
	border: solid 1px #94111D;
	background-color:#FFFFFF;
	color: #000000;
	width: 250px;
	margin: 2px 0;
}

.kontaktformon {
	border: solid 1px #94111D;
	background-color:#FFDCAC;
	color: #000000;
	width: 250px;
	margin: 2px 0;
}

.codeform {
	border: solid 1px #94111D;
	background-color:#FFFFFF;
	color: #000000;
	width: 80px;
	height: 25px;
	margin: 2px 0;
	font-size: 16px;
}

.codeformon {
	border: solid 1px #94111D;
	background-color:#FFDCAC;
	color: #000000;
	width: 80px;
	height: 25px;
	margin: 2px 0;
	font-size: 16px;
}

.hinweis {
	margin-bottom: 10px;
	border: solid 1px #94111D;
	text-align: center;
	background-color:#FFDCAC;
	padding: 4px;
}

.gbhead {
	background-color: #FFDCAC;
	padding: 3px;
}

.gbtext {
	padding: 4px;
}

.gbfooter {
	background-color: #FFDCAC;
	padding: 2px;
	font-size: 10px;
}

.gbtable {
	border: solid 1px #94111D;
}

.preisea {
	background-color: #fcd497;
	padding: 10px;
}

.preisea td{
	padding: 5px;
}

.preiseb {
	background-color: #ffce84;
}

.preiseb td{
	padding: 5px;
}

.preiseon {
	background-color: #FFDCAC;
}

.preiseon td{
	padding: 5px;
}

#kommentar {
	margin-top: 10px;
	font-style:italic;
	font-weight:bold;
}

/* --- SCHATTEN --- */
.li1, .li2, .li3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.li1 {
  float:left;
  background:url(bilder/shadow.png) right bottom no-repeat;
  margin-right: 10px;
  }
.li2 {
  background:url(bilder/corner_bl.jpg) left bottom no-repeat;
  }
.li3 {
  padding:0 7px 7px 0;
  background:url(bilder/corner_tr.jpg) right top no-repeat;
 }
  
.li3 img {
  display:block;
}

.re1, .re2, .re3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.re1 {
  float:right;
  background:url(bilder/shadow.png) right bottom no-repeat;
  margin-left: 10px;
  }
.re2 {
  background:url(bilder/corner_bl.jpg) left bottom no-repeat;
  }
.re3 {
  padding:0 7px 7px 0;
  background:url(bilder/corner_tr.jpg) right top no-repeat;
 }
  
.re3 img {
  display:block;
}

.schattenli {
	cursor: pointer;
}

.schattenre {
	cursor: pointer;
}

#infos-rechts {
	float: right;
	width: 230px;
}

#news, #termine {
	border: solid 3px #de5a10;
	margin-bottom: 10px;
}

#news h2, #termine h2 {
	background-color: #de5a10;
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 5px;
}

#news h4 a, #termine h4 a {
	text-decoration: underline;
	color: #000000;
	font-size: 15px;
}

#news .content, #termine .content {
	padding: 5px;
	border-bottom: 2px dotted #de5a10;
}

#news .content p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#startseite {
	float:left; 
	width: 720px;
}

#startseite .familie {
	margin-right: 20px;
	margin-bottom: 0px;
}

#startseite .blatt {
	margin-top: 0px;
	margin-right: -15px;
}

.newscontent {
	border-bottom:2px dotted #de5a10;;
	margin-bottom: 10px;
}

.all-images {
	width: 250px;
	float: right;
}

.single-image {
	padding-bottom: 10px;
}
