
/*----------------------------------------------------------------------------*/
/*   CSS-Datei - (c) sascha.hagemann@digitalkombinat.net
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*   Reset
/*----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, pre, form, body, html, a, p, blockquote, fieldset, input, table, tr, td, img, div {
	margin: 0em;
	padding: 0em;
}

/*----------------------------------------------------------------------------*/
/*   HTML und BODY
/*----------------------------------------------------------------------------*/

html {
  border: 0px solid red;
  
	min-height: 100%;
	height: auto !important; /* für alle neuen standardkonformen Browser */
	height: 100%; /* für alte IEs */
  
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;

  background-color: #DACDCF;
  
  /*background-image: url(img/hg4.gif);
  background-repeat: repeat;*/
}


body {
  border: 0px solid #660000;

	width: 85em;
	margin: auto;

	/*
	min-height: 100%;
	height: auto !important; /* für alle neuen standardkonformen Browser */
	height: 100%; /* für alte IEs */
	*/
	
	height: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	
  /*background-image: url(img/hg_hotel6.gif);
  background-repeat: no-repeat;
  background-position: 0em 0em;*/
  
	/*border-left: 0.1em #660000 solid;
	border-right: 0.3em #660000 solid;*/
	
	/*background-color: #ffffff;*/
}

/*----------------------------------------------------------------------------*/
/*   Text
/*----------------------------------------------------------------------------*/

p, li, tr, td, th, caption {
  font-family: arial, verdana, sans-serif;
  color: #660000;
  
  font-size: /*1.2em*/ 9pt;
  line-height: 150%;
}

a, a:visited, a:active, a:hover {
  font-family: arial, verdana, sans-serif;
  color: #660000;
}

ul {
  /*list-style-type: square;*/
  list-style-position: inside;
  line-height: 100%;
  padding: 0.5em 0em 0em 0.5em;
  margin: 0.5em 0em 0em 0.5em;
}

p.panorama {
  font-size: 1em;
}

p.zimmerstatus {
  color: white;
  font-size: 9pt;
}

p.u {
  text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	color: #660000;
	
	font-size: 1.8em;
  line-height: 125%;
  font-weight: bolder;
  
	/*margin-left: -0.2em;*/
	padding: 0em 0em 0.6em 0em;
	
	font-variant: small-caps;	
}

h2 {
	font-family: arial, verdana, sans-serif;
	color: #660000;
	
	font-size: 1.4em;
  line-height: 125%;
  font-weight: bold;
  /*font-style: italic;*/
  
	/*margin-left: -0.2em;*/
  padding: 0em 0em 0.6em 0em;
  
  font-variant: small-caps;
}

table, td, tr, th, caption {
  border: 1px solid lightgrey;
}

td, tr, th {
  padding: 0.25em;
  padding-left: 0.4em;
  padding-right: 1em;
}

/*----------------------------------------------------------------------------*/
/*   Links
/*----------------------------------------------------------------------------*/

a:hover {
  text-decoration: none;
  color: white;
  background-color: #660000;
}

a.panorama {
  font-size: 1em;
}

a.nohover, a.nohover:hover {
  color: white;
  background-color: white;
}

/*----------------------------------------------------------------------------*/
/*   Links II (Navigation)  ->  class='navigation'
/*----------------------------------------------------------------------------*/

a.navigation, a.navigation:visited, a.navigation:active,
a.navigationlast, a.navigationlast:visited, a.navigationlast:active,
#fusszeile a {
  font-family: arial, verdana, sans-serif;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 150%;
  text-decoration: none;
  padding: 0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: #660000;  
  font-variant: small-caps;
}

a.navigation:hover, a.navigationlast:hover, #fusszeile a:hover {
  text-decoration: underline;
  color: white;
  background-color: #660000;
  font-variant: small-caps;
}

#fusszeile a, #fusszeile a:hover {
  font-variant: normal;
  font-size: 9pt;
}

#fusszeile a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------*/
/*   LINKS III (Grafiken) - Rand bei Grafik-Links unterdrücken:
/*   a) <img src="" class="grafiklink">        -> (Hover-Effekt bei Firefox unterbinden)
/*   b) <img src="" style="border:none;">      -> (für IE)
/*----------------------------------------------------------------------------------------------------*/

a.grafiklink, a.grafiklink:hover  {
  border-style: none;
  border: none;
  color: white;
  background-color: white;   
}

/*---------------------------*/
/*  <hr/>
/*---------------------------*/

hr {
  color: #660000;
  background-color: #660000;
  /*shadow-color: white;*/
  border: 0px none;
  height: 1px;
  border-style: solid;
}

/*----------------------------------------------------------------------------*/
/*   D I V s
/*----------------------------------------------------------------------------*/

/*--------------------------*/
/* DIV - Kopfzeile
/*--------------------------*/

#kopfzeile {
  border: 0px solid red;
  clear: both;
  text-align: left;
  
  width: 100%;
  height: 150px;
  overflow: hidden;
  
  margin-left: 0px;
  padding-top: 0px;
  
  background-image: url(img/hhh_bielefeld.gif);
  background-repeat: no-repeat; 
  background-position: 320px 0px; 
  
	background-color: #660000;
	border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}

#logo {
  border: 0px solid red;
  float: left;
  margin: 30px 0px 0px 20px;
}

#logo img {
    width: 155px;
  height: 90px;
}

#zimmerstatus {
  border: 0px solid red;
  float: left;
  
  width: 80px;
  height: 90px;
  
  padding-left: 540px;
  margin-top: 30px;
  
  text-align: left;
}

/*-----------------------*/
/* DIV - Navigation
/*-----------------------*/

#navigation {
  margin-top: 1px;
  border: 0px solid blue;
  float: left;
  padding: 0.2em 0em 0.3em 2.3em;
  width: 82.7em;
  text-align: left;
  background-color: #660000;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}

#navigation a {
  border: 0px solid red;
  float: left;
  margin-left: 0px;
  margin-right: 70px;
}

#navigation a.navigationlast {
  margin-right: 0px;
}

/*-----------------------*/
/* DIV - Fläche / Inhalt
/*-----------------------*/

#hauptflaeche {
  border: 0px solid #660000;
  float: left;
  
  width: 85em;
  margin-top: 2px;
  background-color: #ffffff;
  
  text-align: left;
  padding: 0em 0em 0em 0em;
  
  border-right: 1px solid #E5E5E5;
  border: 1px solid #E5E5E5;
}

#inhalt {
  border: 0px solid red;
  float: left;
  
  width: 80.4em;
  margin-left: 0em;
  
  text-align: left;
  padding: 2.3em;
}

/*-------------------------------*/
/* DIVs: Fusszeile
/*-------------------------------*/

#fusszeile {
  width: 84em;
  background-color: #660000;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 20px;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  padding: 0.5em;
}

#fusszeile p {
  color: #ffffff;
  font-size: 9pt;
}

/*-------------------------------*/
/* DIVs: 2 Spalten
/*-------------------------------*/

#spalte_links {
  width: 260px;
  /*height: 295px;*/
  float: left;
  border: 0px solid yellow;
  overflow: hidden;
  padding-bottom: 15px;
}

#spalte_rechts {
  margin-left: 50px;
  width: 260px;
  /*height: 295px;*/ 
  float: left;
  border: 0px solid yellow;
  overflow: hidden;
}

#marginalienspalte {
  margin-left: 52px;
  width: 90px;
  /*height: 295px;*/ 
  float: left;
  border: 0px solid yellow;
  overflow: hidden;
}

#marginalienspalte_inhalt_bottom {
  padding-top: 275px;
  /*text-align: right;*/
}

/*------------------*/
/* DIV - Google-Map
/*------------------*/

input.googlemap {
  width: 300px;
}

/*------------------*/
/* Formular-Elemente
/*------------------*/

input {
	border: 1px solid #660000;
	padding: 1px;
	margin-bottom: 5px;	
}

select {
	border: 1px solid #660000;
	padding: 1px;
	margin-bottom: 5px;	
}

textarea {
	border: 1px solid #660000;
	padding: 1px;
	margin-bottom: 5px;	
}

input.image {
	border: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

input, select {
  font-size: 9pt;
  color: #660000;
}

/*----------------------------------------------------------------------------*/
/*   Ende
/*----------------------------------------------------------------------------*/

