/*********************************************************************************

	Project		:	Leisure Lodge Resort
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

**********************************************************************************/


/* ### undo #################################################################### */

/*:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }*/

/* ### reset some basic style ################################################### */

/*dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }*/

a, a:link, a:hover, a:visited { outline-style: none; }

/*******************************************************************************

	Project		:	Leisure Lodge Resort
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

body {
    color: black; 

    font-size: 100%;
    font-family: "Trebuchet MS", Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  div#wrapper {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0 0 0 -60px;
	height:100%;
	width: 820px;
}

  div#header {
    height: 120px;
	background-color: #fff;
	width: 760px;
	margin: 20px 0 0 60px;
	border-left: 10px solid #fff;
	border-right: 12px solid #fff;
  }

  div#logo {
    float: left; width: 18em;
    margin: 5px 0 0 0; padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
  }

  #logo a {
	display:block;
	height:112px;
	width:253px;
	text-indent:-700em;
  }


  div#metanav {
    font-size: 0.9em;
    float: right; 
    width: 430px;
    margin: 90px 0 0 0; 
    padding: 0;
	text-align: right;
  }

  div#language {
	float:left;
	margin: 2px 0 0 10px;
  }

  div#metanav a {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #1F0C34;
	margin: 0 0 0 10px;
	text-decoration: none;
  }

  div#content {
	clear:left;
	background-position: 0 0;
	background-repeat: repeat-y;
	display:block;
	border-top: 1px solid #fff;
	margin: 0 0 50px 60px;
	width: 760px;
	border-left: 10px solid #fff;
	border-right: 12px solid #fff;
	border-bottom: 10px solid #fff;
  }


.txt-img p,
.txt-img ul {
	margin: 0;
	padding: 0;
}

  div#box1 {
    float: left; 
    margin: 0 0 0 0; 
	padding: 0;
	width: 176px;
  }

* html body #box1 { width:174px; }

  div#box3 {
    margin: 0 0 0 176px;
    padding: 0;
	width: 584px;
	border-left: 2px solid #fff;
  }

  * html div#box3 {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	float:left;
	margin: 0;
  }

  .metafile {
	height: 162px;
	width: 584px;
	border-bottom: 2px solid #fff;
  }

  div#footer {
    clear: both;
    font-size: 0.9em;
    width: 790px;
	margin: 20px 0 0 60px;
	padding: 0 0;
    text-align: left;
	line-height: 1.6em;
	display:block;
	background-color: inherit;
  }
