/*
  style sheet for www.hotel-mondial.eu
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #282828;
	font-family: "Lucida Grande", Verdana, Arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #807f7f;
	text-align: center;
}

/* --------- body wrapper --------- */ 

div#bodywrapper {
	width: 900px;
	margin: 0 auto;
	background: white;
	text-align: left;
}

/* --------- header bar --------- */ 

div#headerbar {
	height: 2em;
	padding: 10px 5px;
	background: #282828;	
}

div#headerbar h1.title {
	color: #808080; 
	font-size: 10pt; 
	text-align: left;  
	font-weight: normal; 
	float: left;
	margin-bottom:0.5em;
	margin-top:0.3em;
}
div#headerbar #languages {float: right}

div#headerbar #languages img { 
	height:1.9em; 
	border: 1px solid #cccccc;
}

/* --------- top bar --------- */ 
div#topbar {
	height:88px;
	position:relative;
}

div#topbar #logo {
	float:left;
	width:220px;
}

/* --------- header bar  --------- */
div#topbar #headernav {
	position: absolute;
	top: 15px;
	right:15px;
	font-size:10px;
	padding-top: 2px;
	letter-spacing:2px;
	color:#c51f35;
}

div#topbar #headernav a {
	color:#c51f35;
	text-decoration: none;
}
div#topbar #headernav a:hover {
	color:#333333;
}


/* --------- nav --------- */

div#topbar #topnav {
	text-align:center;
	float:left;
	margin-top:40px;
	color:#606060;
	font-size:12px;	
}

div#topbar #topnav a {
	font-family:Arial narrow,Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-decoration: none;
	color:#606060;
}
div#topbar #topnav a:hover {
	color:#c51f35;
}

div#topbar #topnav ul {
	list-style:none;
}

div#topbar #topnav li {
	display:block;
	margin: 0 5px;
	float: left;
}

div#topbar #topnav li.z-nav-highlighted a {
	color: #c51f35;
}

/* --------- footerbar  --------- */
div#footerbar {
	height: 2em;
	padding: 10px 5px;
	background: #282828;
	text-align: center;
}

div#footerbar #footernav {
	font-size:10px;
	letter-spacing:2px;
	color:#c51f35;
}

div#footerbar #footernav a {
	color:#c51f35;
	text-decoration: none;
}

/* -------- left side bar ------ */

div#left {
	width: 260px;
	float: left;
}

div#left div.content {
	width: 220px;
	display:inline; 
	margin-left:15px;
	float: left;
	margin-top:15px;
	margin-bottom:20px;
	min-height: 314px;
}

div#left div.infobox {
	background-color:#909090;
	width: 220px;
	padding: 20px 20px 20px 20px;
	float: left;
	color: black;
}

div#left div#quickcheck {
	/*
	background-color:#909090;
	color: black;
	*/
	padding: 20px 20px 20px 20px;
	width: 220px;
	float: left;
}

div#left div#quickcheck table td {
	padding: 2px 5px 2px 5px;
}

/*----- center ----*/

div#center {
	width: 620px;
	float: left;
	position: relative;
	top: -15px;
}

div#center div.content {
	display:inline; 
	width: 425px;
	padding-top:20px;
	margin-left: 20px;
	margin-bottom:20px;
	float:left;
}

div#tp_thumbs {
	height:310px;
	width:155px;
	float:right;
}

div.tp_thumb {
	height:155px;
	width:155px;
	border:none;
	margin:0;
	padding:0;
	float:right;
}

div.hp_thumb {
	height: 155px;
	width: 155px;
	border:none;
	margin:0;
	padding:0;
	float:left;
}

div.wp_thumb {
	height: 172px;
	width: 172px;
	border:none;
	margin:0;
	padding:0;
	float:left;
}

div#center div.infowide {
	background-color:#909090;
	color: black;
	width: 580px;
	margin-top: 10px;
	padding: 20px 20px 20px 20px;
	float: left;
}

/*----- reservation ---*/
div#booking {
	padding-left:80px;
}

/*----- wideright ----*/

div#wideright {
	width: 620px;
	float: left;
	margin-right:20px;
	position: relative;
	top: -15px;
}

div#wideright div.content {
	width: 600px;
	padding-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	float: left;
}

/*----- wideheader ----*/

div#wideheader {
	width: 860px;
	float: left;
	margin:20px;
}

/*----- widecenter ----*/

div#widecenter {
	width: 860px;
	float: left;
	margin:20px;
}

div#widecenter div.content {
	margin-bottom:20px;
}


/* -------- text formats content  ---- */

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#c51f35; 
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
img {
	border: 0px solid #000;
	behavior: none !important;
}

h1 {
	font-size: 16pt;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	color: #c51f35;
}

h2, h3 {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color:#c51f35; 
}

h2 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

p {
	margin: 0 0 0.8em 0;
}

ul, ol {
	margin-left: 2em;
}


/* -------- general ---- */

div.nofl {
	clear: both;
}
div.fl {
	float: left;
}
div.fr {
	float: right;
}

/* ---- blog ----- */

div#blogcontainer div.content {
	width:860;
	margin: 20px 20px 20px 20px;	
}

div#blogcontainer div#blogcontent {
	width:860;
	margin: 20px 20px 20px 20px;	
}

.blog_form_intro {
	margin-bottom: 0.5em;
}

.blog_error {
	background-color: #af1e2d;
	color: white;
	margin-bottom: 1em;
	padding: 1em 0.5em 1em 0.5em;
}

.blog_info {
	background-color: gray;
	margin-bottom: 1em;
	padding: 1em 0.5em 1em 0.5em;
	color:white;
}

.blog_navigation {
	border-bottom: 1px solid gray;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 0.5em 0 0.5em 0;
}

.blog_navigation_back {
	text-align: left;
}

.blog_navigation_forward {
	text-align: right;
}

.blog_title {
	padding: 0.5em 0em 0.5em 0em;
}

.blog_body {
	padding: 0.5em 0em 0.5em 0em;
}

.blog_comment {
	padding: 0.5em 0;
	border-bottom: solid 1px gray;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
}

.blog_comments_container {
	margin-top: 2em;
}

.blog_comments_count {
}

.blog_comment_hl {
	font-weight: bold;
}

.blog_comment_body {
	margin-top: 0.3em;
	padding: 0.5em 0;
	width: 860px;
	overflow: auto;
}

.blog_form {
	padding-top: 2em;
	padding-bottom: 1em;
}

.blog_form INPUT, .blog_form TEXTAREA {
	border: solid 1px gray;
	padding: 0.2em;
}


.blog_form_badfield {
	background-color: #af1e2d;
	color: white;
}

.blog_form_content {
	padding: 2px;
}

.blog_form_subnote {
	color: gray;
	font-size: xx-small;
}

/* ---- contact form ----- */

#contact_form table td {
	padding-top: 0.2em;
	padding-bottom: 0.3em;
}
 
#contact_form td.contact_form_feld  {
	text-align: right;
}

#contact_form INPUT {
	border: solid 1px gray;
	padding: 0.2em;
}

#contact_form textarea {
	width: 100%;
	border: solid 1px gray;
}

#contact_form .badfield {
	background-color: #af1e2d;
	color: white;
}

.contact_error {
	margin: 1em 0em 1em 0em;
	padding: 1em;
	background-color: #af1e2d;
	color: white;
}
	
