#Top {
	background-color: rgb(0,0,0);
   border-bottom: solid 1px orange;
   color: white;
}

#Home {
   color: white;
}

#Adresse {
   color: white;
   font-size: 14px;
}

#Banner {
  border-right: solid 5px orange;
}

#Menu {

   back-ground-color: rgb(248,195,0);
}

#StaticMenu {
	background-color: orange;
   color: white;
}

#Content {
   background-color: rgb(255,255,250);
   border-right: solid 5px orange;
   border-bottom: solid 1px orange;
}

body {
   background-color: rgb(245,235,217);
}

.menu {
   background-color: orange;
   color: white;
}

.menuItem, .menuItemHigh, .menu a, .menuHigh a, a:hover {
	color: white;
}

h1 {
	border-bottom: rgb(248,195,0) solid 2px;
   border-left: rgb(248,195,0) solid 20px;
   padding-left: 10px;
   color: black;
   padding-bottom: 2px;
}

p {
   padding-left: 20px;
}

.button {
	color: white;
   border-style: solid;
   border-width: 1px;
   background-color: rgb(245,189,0);
   border-color: rgb(252,222,116) rgb(191,15,13) rgb(191,15,13) rgb(252,222,116);
}

.box {
   border: solid 1px orange;
}

.carte {
	width:490px;
   height: 500px;
   background:url(img/Innenansicht_2.jpg) bottom center no-repeat;
}

.carte h3 {
   background-color:orange;
   color: white;
   text-align:center;
}
