/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2007-08-19
	Project: www.goldener-loewe.at
	Author: websLINE, 2007
	-------
*/


/* HAUPTEINSTELLUNGEN  */

html {
  	overflow-y: scroll;
	}
body, form {
	margin: 0; padding: 0;
	}
img {
	border: 0;
	display: block;
	}
.content img {
	display: inline;
	}
.clearer {
	clear: both;
	line-height: 0;
	overflow: hidden;
	margin-top: 0px;
	}
.skip {
	display: none;
	}
table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
	}
td {
	vertical-align: top;
	}
iframe {
	margin: -15px 0 0 0;
	}



/* LAYOUT */

body {
	background: #ECC246 url(../img/bg-main.jpg) repeat-x;
	padding: 23px 0;
	}
#site {
	background: url(../img/bg-site.jpg) no-repeat 100% 140px;
	width: 739px;
	margin: 0 auto;
	}
#mainLeft {
	width: 174px;
	float: left;
	}
#mainRight {
	position: relative;
	width: 565px;
	float: left;
	}


/* Left */

.nav {
	margin: 0; padding: 5px 7px 16px 12px;
	list-style: none;
	} 
.nav li {
	border-bottom: 1px dashed #9A8E31;
	padding: 1px 0 2px 0;
	}
.nav li a {
	display: block;
	background: #646400 url(../img/bg-navitem.gif) no-repeat 7px 50%;
	color: #fff;
	text-decoration: none !important;
	padding: 2px 18px;
	}
.nav li a:hover {
	background: #83834A url(../img/bg-navitem.gif) no-repeat 7px 50%;
	}
.box {
	padding: 0 7px 18px 12px;
	}
.arrival a {
	background: url(../img/anreiseskizze.gif) no-repeat;
	display: block;
	padding: 67px 0 3px 18px;
	color: #fff;
	}


/* Right */

.image {
	height: 144px;
	padding: 16px 0 0 14px;
	background: url(../img/bg-image.gif) no-repeat top right;
	}
.contentBg {
	background: url(../img/bg-contentBg.gif) no-repeat 100% 305px;
	}
.content {
	padding: 25px 35px 0 35px;
	background: url(../img/bg-content.gif) no-repeat 100% 100%;
	width: auto;
	min-height: 330px;
	height: auto !important;
	height: 330px; /* für ie6 */
	}
.contentRight {
	float: right;
	width: 143px;
	padding: 0 20px;
	margin: -25px -20px 20px 20px;
	background: #EDE8CB url(../img/bg-contentRight.jpg) no-repeat 0 100%;
	min-height: 297px;
	height: auto !important;
	height: 297px; /* für ie6 */
	}
* html .contentRight {
	margin-right: -10px;
	}
#footer {
	text-align: center;
	}
#footer * {
	color: #977309;
	text-decoration: none;
	font: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.1em;
	margin: 0; padding: 0;
	}