/*  
Theme Name: templatr
Theme URI: http://templatr.cc/
Description: templatr is written and provided by <a href="http://kex.cc">Hans-Peter Kohnle</a>
Version: 1.0
Author: http://templatr.cc
Author URI: http://templatr.cc/

	templatr v1.0
	 http://templatr.cc/

*/* html {
  height: 1%;
}

body {
  font-size: 100.01%;
  height: 100%;
  text-align: left;
}

#mainwrap {
}

#header {
  height: 120px;
}

#wrap {
}

#wrap2 {
}

#content {
  margin-right: 180px;
}

#sidebar {
  float: right;
  width: 180px;
}

#footer {
  clear: both;
  height: 40px;
}

body {
  background-color: #ffffff;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
  font-family: Trebuchet MS, Helvetica, Arial;
  font-size: 12px;
  color: #333333;
}

body a {
  color: #775df4;
  text-decoration: underline;
}

body a:hover {
  text-decoration: none;
}

#sidebar {
  background-color: #ffffff;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  margin-bottom: 15px;
}

#footer {
  background-image: url(images/footer.gif);
  background-repeat: repeat-x;
  height: 63px;
  padding-top: 23px;
  padding-left: 10px;
  font-size: 11px;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
}

#headerimg {
  background-image: url(images/logo_hotel.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  height: 134px;
  width: 771px;
}

