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

body {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  background: transparent url(../layout/bg-body-plain.png) repeat 0 0;
  color: #3d3d3d;
  text-align: center;
}

body.bg-twocolored {
  background: #63342c url(../layout/bg-body-twocolored.png) repeat-x 0 0;
}

a:link, a:visited, a:active, a:hover {
  color: #a80000;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img { border: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.25em;
  font-family: 'Times New Roman', Verdana, Helvetica;
  color: #b51f1f;
}

p {
  margin-bottom: 1em;
  line-height: 1.65em;
}

#col-main .highlight {
  color: #b51f1f;
  font-weight: bold;
}

#col-main ul {
  margin-bottom: 1em; 
  margin-left: 2.5em;
}

/* clearfix for */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

div#page {
  position: relative;
  margin: 0 auto;
  padding-top: 110px;
  width: 885px;
  text-align: left;
}

body#ilgabbiano div#page {
  background: transparent url(../layout/logo-ilgabbiano.jpg) no-repeat top center;
}

body#linnenschmidt div#page {
  background: transparent url(../layout/logo-linnenschmidt.jpg) no-repeat top center;
}

div#page div#header {
  background: transparent url(../layout/bg-page-header.png) no-repeat bottom center;
}
div#page div#header img {
  display: block;
  margin: 0 auto;
}

div#page div#content {
  margin-left: 1px;
  width: 885px;
  background: transparent url(../layout/bg-page-content.png) repeat-y 0 0;
}
div#page div#content div#col-main {
  margin-left: 40px;
  padding: 10px 15px;
  width: 510px;
  float: left;
}
div#page div#content div#col-side {
  margin-right: 42px;
  padding: 10px 15px;
  width: 233px;
  min-height: 500px;
  float: right;
  background: transparent url(../layout/bg-body-plain.png) repeat 0 0;
}

div#page div#footer {
  padding: 25px 60px; 
  height: 112px;
  background: transparent url(../layout/bg-page-footer.png) no-repeat 0 0;
  color: #fff;
}

div#page div#footer a {  
  color: #fff !important;
}

/* Navigation */
/* First level */
ul#nav-header {
  margin: 0 auto;
  padding: 0 15px;
  width: 773px;
  height: 40px;
  list-style-type: none;
  position: relative;
  background: transparent url(../layout/bg-nav-header.png) repeat-x 0 0;
}
ul#nav-header li {
  margin: 0 11px;
  float: left;
}
ul#nav-header li a {
  display: block;
  margin: 10px 0;
  padding: 0 1.2em;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
ul#nav-header li a:hover {
  background-color: #fff;
  color: #3d3d3d;
}

/* Second level */
ul#nav-header li:hover ul { display: block; }
ul#nav-header li ul {
  display: none;
  list-style-type: none;
  position: absolute;
  top: auto;
  left: auto;
  border-top: 1px solid #fff;
  z-index: 25;
}
ul#nav-header li ul li {
  margin: 0;
  float: none;
  border-bottom: 1px solid #fff;
}
ul#nav-header li ul li a {
  margin: 0;
  padding: 0.5em 1.2em;
  background-color: #b21e1e;
  border-left: 1px solid #b21e1e;
  border-right: 1px solid #b21e1e;
  text-align: left;
}
ul#nav-header li ul li a:hover {
  
}

/* Mailform - Kontakt */
#content #form-contact .row { padding: 0.5em 0; vertical-align: top; }
#content #form-contact label { display: inline-block; width: 220px; cursor: pointer; float: left; }
#content #form-contact input, #content #form-contact textarea { padding: 0.15em; }
#content #form-contact #name, #content #form-contact #surname { width: 110px; }
#content #form-contact #email { width: 232px; }
#content #form-contact #message { width: 223px; height: 100px; }
#content #form-contact #submit { margin-left: 220px; }

/* Mailform - Kontakt */
#content #form-reservation .row { padding: 0.5em 0; vertical-align: top; }
#content #form-reservation label { display: inline-block; width: 220px; cursor: pointer; float: left; }
#content #form-reservation input, #content #form-reservation textarea { padding: 0.15em; }
#content #form-reservation #name, #content #form-reservation #surname { width: 114px; }
#content #form-reservation #email { width: 232px; }
#content #form-reservation #message { width: 233px; height: 100px; }
#content #form-reservation #submit { margin-left: 220px; }
