html, body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #7B2276;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  word-spacing: 2px;
  color: #000000;
  overflow: auto;
}

body{
  behavior: url(./script/hover.htc);
}

img{
  border: none;
  margin: 0px;
}

a {
  color: #713376;
}

a:hover {
  color: #AB853E;
}

h1{
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin: 37px 0px 0px 56px;
}

h1 span{
  font-size: 19px;
  visibility: hidden
}

h2{
  color: #7B2276;
  background-color: transparent;
  font-family: Times, 'Times New Roman', serif;
  font-size: 16px;
}

#hintergrund{
  width: 100%;
  height: 100%;
  background-color: #7B2276;
  text-align: center;
}

#center{
  width: 925px;
  height: 100%;
  margin: 0px auto 0px auto;
  background: #7B2276 url(http://www.hotel-bruker.de/media/44/background_center.gif) 0px 0px repeat-y;
}

#header{
  float: left;
  width: 925px;
  height: 149px;
  background: #7B2276 url(http://www.hotel-bruker.de/media/51/logo.jpg) 0px 0px no-repeat;
}

#header img{
  border: 0;
}

#menu_links{
  float: left;
  width: 11px;
  height: 27px;
  background: #7B2276 url(http://www.hotel-bruker.de/media/55/menu_left.gif) 0px 0px no-repeat;
}

#menu_rechts{
  float: left;
  width: 11px;
  height: 27px;
  background: #7B2276 url(http://www.hotel-bruker.de/media/59/menu_right.gif) 0px 0px no-repeat;
}

#inhalt{
  float: left;
  width: 925px;
  min-height: 400px;
  height:auto !important;
  height: 500px;
  margin: 0px;
  padding: 0px 0px 16px 0px;
  text-align: left;
  background: #F8F5EB url(http://www.hotel-bruker.de/media/47/background_content.gif) 0px 0px repeat-y;
  line-height: 135%;
}

#inhalt #google_map {
  width: 800px;
  height: 500px;
  margin: 10px 0;
  border: 1px solid #9a9a9a;
}

#address {
  margin: -10px;
  font-size: 13px;
  color: #000000;
}

#inhalt_randunten{
  float: left;
  width: 925px;
  height: 11px;
  font-size: 0px;
  background: #F8F5EB url(http://www.hotel-bruker.de/media/49/content_bottom.gif) 0px 0px no-repeat;
}

#footer{
  float: left;
  width: 800px;
  height: 100px;
  background-color: #000000;
  border-left: 57px solid #7B2276;
  border-right: 68px solid #7B2276;
}

* html #footer{
  width: 925px;
}

/* HAUPTMENU ANFANG */

#menu ul.deep0 {
  float: left;
  width: 600px;
  height: 22px;
  margin: 0px;
  padding: 5px 0px 0px 35px;
  background: #F8F5EB url(http://www.hotel-bruker.de/media/53/background_menu.gif) 0px 5px repeat-x;
}

* html #menu ul.deep0 {
  width: 635px;
  height: 22px;
}

#menu ul.deep0 li{
  float: left;
  width: 120px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  list-style: none;
  color: #8C2F87;
}

#menu ul.deep0 li a{
  display: block;
  text-decoration: none;
  width: 140px;
  height: 18px;
  margin: 0px;
  padding: 3px 0px 0px 10px;
  background: #F8F5EB url(http://www.hotel-bruker.de/media/57/menu_entry.gif) 0px 0px no-repeat;
  color: #000000;
  font-variant: small-caps;
}

* html #menu ul li a{
  width: 150px;
  height: 22px;
}

#menu ul.deep0 li a:hover {
  color: #8C2F87;
}

.hauptmenu_linkCurrent {
  color: #8C2F87 !important;
}

ul li:hover ul {
  display: block;
}

ul.deep1 {
  position: absolute;
  z-index: 30;
  display: none;
  margin: 0px;
  padding: 0px;
}

.deep1 li {
  float: none !important;
}

.deep1 li a {
  width: 139px !important;
  height: 16px !important;
  padding: 3px 0px 0px 10px;
  background-color: #F7F2DA !important;
  background-image: none !important;
  border-left: 1px solid #D7CFAA;
  border-right: 1px solid #D7CFAA;
  border-bottom: 1px solid #D7CFAA;
  font-size: 12px;
}

* html .deep1 li a{
  width: 151px !important;
  height: 20px !important;
}

#breadcrumb{
  float: left;
  width: 263px;
  height: 22px;
  margin: 0px;
  padding: 5px 0px 0px 5px;
  background: #F8F5EB url(http://www.hotel-bruker.de/media/53/background_menu.gif) 0px 5px repeat-x;
  text-align: left;
}

* html #breadcrumb{
  width: 268px;
  height: 26px;
}

#breadcrumb li{
  float: left;
  margin: 0px;
  padding: 4px 0px 0px 0px;
  list-style: none;
  color: #AFA57C;
  font-size: 9px;
  background: #F8F5EB url(http://www.hotel-bruker.de/media/53/background_menu.gif) 0px 0px repeat-x;
}

#breadcrumb li a{
  text-decoration: none;
  color: #AFA57C;
  font-size: 9px;
}

/* HAUPTMENU ENDE */


/* INHALT ANFANG */

#inhalt_text{
  float: left;
  width: 550px;
  margin: 0px 0px 0px 56px;
}

* html #inhalt_text{
  margin: 60px 0px 0px 28px;
}

#result {
  margin: 0px;
  padding: 0px;
}

#result li {
  list-style: none;
}

#result li h2 {
  margin-bottom: 0px;
}

#result li a {
  text-decoration: none;
}

#inhalt_bilder{
  position: relative;
  float: right;
  width: 250px;
  padding: 0px 10px;
  margin: 10px 33px 0px 11px;
}

* html #inhalt_bilder{
  margin: 60px 0px 0px 5px;
}

.inhalt_bild{
  float: left;
  margin: 0px;
}

.bild_links{
  margin-right: 21px;
}

.bild_unten{
  margin-top: 17px;
}

* html.bild_unten{
  margin-top: 21px;
}

/* INHALT ENDE */

/* FOOTERMENUE ANFANG */

#footermenu{
  margin: 3px 0px 0px 8px;
  padding: 0px;
}

#footermenu li{
  float: left;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  list-style: none;
  border-right: 1px solid #9A9684;
}

#footermenu li a{
  text-decoration: none;
  color: #ADA995;
  font-size: 11px;
}

#footer div.member {
  margin: 0px 10px;
  float: right;
}

#side_bar{
  height: 400px;
  overflow: auto;
}

#side_bar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#side_bar ul li {
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #7b2276;
}

#side_bar ul a {
  margin: 0px;
  color: #7b2276;
  text-decoration: none;
}

#side_bar ul a:hover {
  margin: 0px;
  text-decoration: underline;
}

div.gmnoprint {
  font-family: Times, 'Times New Roman', serif;
  font-size: 16px;
  text-align: center;
}

ul.newsblock {
  list-style-type: none;
}

ul.newsblock li {
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #7b2276;
}

ul.newsblock li h2 {
  margin: 5px 0px;
  padding: 0px;
}

ul.newsblock a {
  margin: 0px;
  color: #7b2276;
  text-decoration: none;
}

ul.newsblock a.mehr {
  margin: 0px;
  color: #7b2276;
  text-decoration: underline;
}

ul.newsblock a:hover {
  margin: 0px;
  text-decoration: underline;
}

.shadow {
  float:left;
  background: url(http://www.hotel-bruker.de/media/63/shadowAlpha.png) no-repeat bottom right !important;
  background: url(http://www.hotel-bruker.de/media/61/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 0px !important;
  margin: 10px 0 0 5px;
}

.shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

