html {
  height:100%;
  margin-bottom:1px;
  margin-top:0;
}

body {
	font:85% Arial, Helvetica, sans-serif;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	/*text-align:center;*/
	margin:0;
}

#content {
  background-image: url(/images/content_background.png);
  text-align:left;
  width: 998px;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 700px;
  margin: 0px 18px;
  height:100%;
}

h1, h2, h3 {
  color:#2369A7;
}

a:link {color:#2369a7;text-decoration:none;}
a:visited {color:#2369a7;text-decoration:none;}
a:active {color:#2369a7;text-decoration:none;}
a:hover {color:#2369a7;text-decoration:underline;}

a.headLine:link {color:#2369a7;text-decoration:none;padding-left:8px;padding-right:5px;}
a.headLine:visited {color:#2369a7;text-decoration:none;padding-left:8px;padding-right:5px;}
a.headLine:active {color:black;text-decoration:none;}
a.headLine:hover {color:#2369a7;text-decoration:underline;}

a.headLineBold:link {color:#2369a7;text-decoration:none;padding-left:5px;padding-right:5px; font-weight:bold;}
a.headLineBold:visited {color:#2369a7;text-decoration:none;padding-left:5px;padding-right:5px;font-weight:bold;}
a.headLineBold:active {color:black;text-decoration:none;font-weight:bold;}
a.headLineBold:hover {color:#2369a7;text-decoration:underline;font-weight:bold;}

a.whiteLink:link {font:12px;color:#2369A7;text-decoration:none;}
a.whiteLink:visited {font:12px;color:#2369A7;text-decoration:none;}
a.whiteLink:active {font:12px;color:#2369A7;text-decoration:none;}
a.whiteLink:hover {font:12px;color:#2369A7;text-decoration:underline;}

a.white:link {font:11px;color:#ffffff;text-decoration:underline;}
a.white:visited {font:11px;color:#ffffff;text-decoration:underline;}
a.white:active {font:11px;color:#ffffff;text-decoration:none;}
a.white:hover {font:11px;color:#ffffff;text-decoration:underline;}

/* Home page */

#postit {
  left: 83px;
  position: absolute;
  top: 70px;
  z-index: 50;
}

.navBox {
  font-size: 12px;
  width: 250px;
}

.navText {
  padding: 0 19px;
}

#videoBox {
  background: transparent url(/images/video_box.jpg) no-repeat scroll center top;
  height: 256px;
  margin-bottom: 13px;
}

#partnerBox {
  background: transparent url(/images/werbe_box.jpg) no-repeat scroll center top;
  height: 121px;
}

.bigBox {
  background-attachment:scroll;
  background-color:transparent;
  background-position:center top;
  background-repeat:no-repeat;
  height: 390px;
  width: 703px;
}

#bigBox_de {
  background-image:url(/images/grosse_box_de.jpg);
}

#bigBox_en {
  background-image:url(/images/grosse_box_en.jpg);
}

.bigTitle {
  color: #2369A7;
  font-size: 18px;
  margin-bottom: 8px;
  padding-top: 20px;
}

#bigTitle_de {
  width: 270px;
  padding-left: 22px;
}

#bigTitle_en {
  width: 270px;
  padding-left: 22px;
}

/* Header elements */

#header {
  height: 210px;
}

#header-top {
  height: 90px;
}

#header-logo {
  float: left;
  padding-left: 13px;
}

#header-logo img {
  border: none;
}

#header-navigation {
  float: right;
  font-size: 12px;
  padding: 52px 10px 0 0;
}

#header-search {
  clear: both;
  color: white;
  width: 100%;
}

.refineBox {
  background: transparent url(/images/genialotelEinschraenkBox.png) no-repeat scroll left top;
  float: left;
  height: 120px;
  margin-left: 13px;
  width: 250px;
}

.searchBox {
  background: transparent url(/images/genialotelSuchBox.png) no-repeat scroll left top;
  float: left;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  width: 345px;
}

.refineBox > div {
  padding: 1px 1px 1px 22px;
  max-width: 220px;
}

#refineSubBox {
  background:transparent url(/images/gt_suche_einschraenken.gif) no-repeat scroll center top;
  height: 50px;
  margin-left: 25px;
  padding: 10px 0 0 0;
  width: 200px;
}

#refineSubBox > div {
  color: #2369A7;
  font-size:11px;
  max-width: 190px;
  height: 15px;
  line-height: 15px;
  padding: 2px 0;
  white-space: nowrap;
}

#refineSubBox > div > span.col1 {
  float: left;
  max-width: 164px;
  overflow: hidden;
  padding-left: 10px;
}

#refineSubBox > div > span.col2 {
  float: left;
  padding-left: 5px;
}

.searchBox div {
  padding: 1px 1px 1px 22px;
}

div.title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 16px;
}

div.help {
  font-size: 11px;
}

div.searchField {
  margin-top: 5px;
  height: 30px;
}

span.fieldSet {
  float: left;
}

#submitField {
  padding-left: 5px;
}

input.ac_input {
  font-size: 16px;
  height: 24px;
  width: 215px;
}

#body {
  width: 100%;
}

/* Entry styles (detail page) */

#entryDetails {
  width: 100%;
}

.entryHeader {
  color: #2369A7;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: -2px;
  margin-top: 10px;
  width: 684px;
}

.entryHeader td.col1 {
  background-color: white;
  padding: 5px 10px;
  width: 70%;
}

.entryHeader td.col2 {
  background-color: white;
  text-align: right;
  padding: 5px 10px;
  width: 30%;
}

.entryLine {
  color: #2369A7;
  height: 30px;
  padding-top: 13px;
  padding-left: 10px;
}

/* Search results styles */

#rightColumn {
  float: left;
  margin: 10px 10px 0 5px;
}

.resBorder {
  background-repeat: no-repeat;
  height: 4px;
  padding: 0 15px;
  width: 680px;
}

#resTop {
  background-image: url(/images/genialotelRoundedListTop.png);
}

#resBottom {
  background-image: url(/images/genialotelRoundedListBottom.png);
}

#results {
  background: #FEF3E2 url(/images/genialotelResultBar.png) no-repeat scroll center top;
  padding: 10px 15px 0 15px;
  position: relative;
  vertical-align: top;
  width: 680px;
}

#impTable,
ul.anb,
#results h3,
#results p {
  margin-left: 15px;
  color: #2369A7;
  font-size: 12px;
}

#matchCountBar {
  color: #2369A7;
  height: 20px;
  padding: 2px 0 2px 10px;
  white-space: nowrap;
  margin-bottom: 15px;
  width: 650px;
}

#matchCount {
  float: left;
  font-size: 12px;
  font-weight: bold;
  max-width: 500px;
  min-width: 500px;
  overflow: hidden;
  width: 500px;
}

#mapViewLink {
  float: left;
  text-align: right;
  width: 150px;
}

#resultTable {
  border-collapse: collapse;
  width: 100%;
}

#resultTable th {
  background-color: white;
  border-right: 2px solid #FEF3E2;
  color: #F7AE3D;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding-bottom: 5px;
  padding-left: 10px;
}

tr.telEntry {
  color: #2369A7;
  font-size: 12px;
  height: 40px;
}

tr.telEntry td {
  border-right: 2px solid #FEF3E2;
  padding-left: 10px;
  text-align: left;
  width: 25%;
}

.dark {
  background-color: #FDEBCE;
}

#paginationControl {
  background: #FEF3E2 url(/images/pagingBar.png) no-repeat scroll center top;
  color: #2369A7;
  font-size: 12px;
  height: 35px;
  padding-right: 25px;
  padding-top: 12px;
  text-align: right;
  vertical-align: top;
}

#leftColumn {
  float:left;
  margin: 10px 5px 0 13px;
}

.navBorder {
  background-repeat: no-repeat;
  height: 4px;
  padding: 0 10px;
  width: 230px;
}

#navTop {
  background-image: url(/images/genialotelRoundedNaviTop.png);
}

#navBottom {
  background-image: url(/images/genialotelRoundedNaviBottom.png);
}

/* Navigator styles */
#navigators {
  background-color: #E9F0F6;
  max-width: 230px;
  min-width: 230px;
  padding: 0 10px;
  vertical-align: top;
  width: 230px;
}

#navigators > div {
  max-width: 230px;
  min-width: 220px;
  padding-left: 5px;
}

.navHeader {
  background: transparent url(/images/navhead.png) no-repeat scroll center top;  height: 30px;
  padding-top: 10px;
}

.navItem {
  height: 16px;
  overflow: hidden;
  padding: 2px 0;
  text-align: left;
  white-space: nowrap;
}

#catNavTree {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

#catNavTree li {
	padding-left: 16px;
	margin: 0;
}

li.stripe {
  background-color: #dee9f2
}

.navItem span {
  overflow: hidden;
  font-size: 11px;
}

/* Category or Location Text */
.navItem .col1 {
  color: #2369A7;
  float: left;
  width: 151px;
  max-width: 151px;
  min-width: 151px;
  padding-left: 2px;
}

.navItem .smCol1 {
  color: #2369A7;
  float: left;
  width: 143px;
  max-width: 143px;
  min-width: 143px;
}

/* Count value */
.navItem .col2 {
  color: black;
  text-align: right;
  float: right;
  width: 35px;
  padding-right: 10px;
}

/* Footer styles */

#footer {
  background: transparent url(/images/footer.png) no-repeat scroll center bottom;
  /* Using 'clear:both' allows the footer to be placed below the navigation and results columns, regardless of which column is the longest. See: http://reference.sitepoint.com/css/floatclear */
  clear: both;
  color: #91B4D3;
  font-size: 12px;
  height: 52px;
  padding-top: 10px;
}

#footer-msg {
  margin-left: 25px;
  padding-top: 20px;
}

/* Styles for plug-ins */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

.pointer {
   cursor: pointer;
   background-color: #E9F0F6;
}
