/* standard elements */
/*html {min-height: 100%;}*/

* {
	margin: 0;
}

a {
    color: #313131;
	text-decoration: none;
}

a img {border: 0 none;}
a img:hover {border: 0 none;}

a:hover {text-decoration: underline;}


/* text popup on mouseover */
a.popup {
	position: relative;
	z-index: 50;
	color: #0f8147;
}

a.popup span {
	position: absolute;
	visibility: hidden;
	z-index: 50;
}

a.popup:hover {
	background-color: transparent;
	z-index: 100;
	text-decoration: none;
}

a.popup:hover span {
	visibility: visible;
	top: 2em;
	left: -100px;
	padding: 5px;
	display: block; 
	min-width: 200px;
	border: 3px solid #0f8147;
	background: #bae1d1;

}

/*table formating */
.MyTable {
	font-family:"Lucida Sans Unicode",sans-serif;
	width:inherit;
	border-collapse:collapse;
	text-align: left;
} 
.MyTable td, .MyTable th { 
  font-size:0.8em; 
  /* color:#0f8147; */ 
  border:1px solid #ffffff; 
  padding:3px 7px 2px 7px; 
} 
.MyTable th { 
  font-size:0.8em; 
  text-align:left; 
  padding-top:5px; 
  padding-bottom:4px; 
  background-color:#0f8147; 
  color:#ffffff; 
  font-weight: bold;

} 
.MyTable tr.alt td { 
  background-color:#bae1d1; 
} 

.border {
	font-weight: bold;
	border: 2px solid #0f8147;
}


/* background left/right and upper image */
body {
	background: #0f8147 url('img/bg-up.jpg') no-repeat center top;
	color: #0f8147;
	padding-top: 64px;
	font-family: Verdana, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,ul {
	padding-bottom: 1em;
}

li {list-style: none;}

h1,h2,h3 {
	padding-top: 6px;
	color: #0f8147;
	margin-bottom: 8px;
}

h1 {font: bold 1.4em Verdana,sans-serif;}
h2 {font: bold 1.2em Verdana,sans-serif;}
h3 {font: bold 1em Verdana,sans-serif;}

.notselected {
	color: #CCC;
}


/*form,input {margin: 0; padding: 0; display: inline;}*/

/* misc */

img.floatLeft { 
    float: left; 
    margin: 8px; 
}

img.floatRight { 
    float: right; 
    margin: 8px; 
}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('img/bg-down.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* header & title */
.header {
	height: 200px;
	text-align: center;
	background-color: #000000;
	color: #FFF;
	background-image: url(img/ahorn_hotel_cottbus_banner.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

.sitename {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 20px;
	padding-top: 10px;
}

.slogan {
	font-size: small;
	text-align: center;
	font-style: italic;
}

.header .title a {
/*	border-bottom: 1px dashed #657382;*/
	color: #FFF;
/*	padding-bottom: 2px;*/
	text-decoration: none;
}

.header .title a:hover {
/*    border-color: #F60;*/
	text-decoration: underline;	
}


/* path */
.path {
	color: #FAFAFA;
	padding: 8px 12px;
	background-color: #0f8147;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FAFAFA;
	text-decoration: underline;
}

/* main */
.main {
	background: url(img/background_ahorn_hotel_new.jpg) repeat;
/*	border: 4px solid #FAFAFA;*/
	padding: 8px 8px 0 0;
}

/* content */
.content {
	float: right;
	width: 580px;
	text-align:justify;
	text-justify:inter-word;
	font-size: small;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 20px;
	text-align: left;
}

/*
.content p {font-family: "Lucida Sans Unicode",sans-serif;}
*/

/*hotelcheck*/
.hotelcheck {
    font-size: smaller;
}

/* navigation */
.navigation {
	float: left;
	width: 160px;
}
.navigation h1 {
	line-height: 30px;
	margin: 0;
	padding-left: 5px;
	font-size: 1.2em;
}

/* thick line under main entries in menu */
.navigation ul {
	padding: 0;
	border-top: 1px solid #bae1d1;
	text-indent: 10px;
}

/* thin line under main entries in menu */
.navigation li {border-bottom: 1px solid #bae1d1;}


.navigation li a {
	font-size: 0.8em;
	color: #0f8147;
	display: block;
	text-decoration: none;
	width: 95%;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.navigation li a:hover {
	background: #bae1d1;
	text-decoration: none;
}

/* footer */
.footer {
	background: #0f8147;
	color: #FFF;
	font: bold 1em sans-serif;
	margin-top: 10px;
	padding: 5px 5px;
	margin-bottom: 10px;
}
.footer a {
	color: #FAFAFA;
	text-decoration: none;
}

.footer a:hover {text-decoration: underline;}

/* Reservation */

.quickbooking {
	font-size: medium;
	text-align: left;
	border: 2px solid #bae1d1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.qbtext {
	font-size: small;
}

.input_res_datum			{
	width: 60px;
	font-size: 11px;
	border:1px solid #bae1d1;
/*	background-color: #bae1d1;*/
	text-align: center;
}
.select_res					{
	width: 40px;
	font-size: 11px;
}

.submit_res					{
	font-size: 11px;
/*	width: 120px; */
	color: #ffffff;
	background-color:#0f8147;
	border:3px ridge #0f8147;
	cursor: hand;
	padding: 3px 6px ;
	margin: 3px;
}

.error						{ background-color:#ec0000; color:#ffffff; }

.required {
	color:#ec0000;
	font-size: 1.2em;
	font-weight: bold;	
}
