/*
	CSS Document: css_template.css
	Version: 1.1 | Date: 2009-10-09
	Project: www.hotel-st-oswald.at
	Author: websLINE, 2006-2009
	-------
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0px;
	padding: 0px;
	}
#clearer {
	clear: both;
	line-height: 0px;
	}
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
#site {
	width: 899px;
	text-align: left; 
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background: #DECFA5;
	position: relative;
	}
#header {
	position: absolute;
	top: 30px; left: 0;
	height: 372px; width: 100%;
/*	border-bottom: 2px solid #fff;*/
	background: #decfa5;
	}
#dStart #header {
	height: 152px;
	}
#main, #main-breit {
	padding-bottom: 15px;
	padding-top: 372px;
	}
#dStart #main {
	padding-top: 154px;
	}
#main {
	background: url(img_bg-main.gif) repeat-y;
	}
#main-breit {
	background: #DECFA5;
	}
#imageright {
	width: 486px;
	float: right;
	}
#imageleft {
	width: 177px;
	float: left;
	}
#content {
	border-top: 2px solid #fff;
	float: right;
	width: 440px;
	}
#content-breit {
	border-top: 2px solid #fff;
	clear: both;
	width: 853px;
	padding: 25px 23px 0px 23px;
	}
#subnav {
	position: relative;
	float: left;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #E0D3C9;
	padding: 35px 20px;
	width: 192px;
	height: 148px;
	}
.freecall {
	padding: 5px 0 0 0;
	}
#contentleft {
	width: 411px;
	float: left;
	}
#freecall {
	bottom: 10px;
	position: absolute;
	}
#footer h6 {
	background: #232020;
	line-height: 1px;
	margin: 15px 0px 5px 0px;
	display: block;
	}


/* HEADLINKS & SHORTNAV */

#headlinks, #shortnav {
	display: table;
	padding: 0px 15px 0px 0px;
	list-style-type: none;
	white-space: nowrap;
	}
#headlinks {
	margin: 0 0 0 auto;
	}

* html #headlinks, * html #shortnav {
	display: inline-block;
	width: 1px;
	padding: 0px 17px 0px 2px;
	}

#headlinks li, #shortnav li  {
	display: table-cell;
	}
#shortnav li  {
	padding-left: 4px;
	}

* html #headlinks li, * html #shortnav li {
	display: inline;
	}

#headlinks a, #headlinks a:visited, #shortnav a, #shortnav a:visited {
	display: block;
	}
#headlinks a, #headlinks a:visited {
	padding: 0px 7px 1px 7px;
	border-right: 1px solid #232020;
	}
#shortnav a, #shortnav a:visited {
	padding: 40px 5px 1px 5px;
	font-size: 10px;
	border: 2px solid #fff; 
	font-weight: bold;
	color: #fff;
	width: 48px;
	height: 17px;
	text-align: center;
	}
a.link01, a.link01:visited {
	background: #D4D548;
	}
a.link01:hover {
	background: url(img_bg-shortnav_link01.jpg);
	}
a.link02, a.link02:visited {
	background: #698A20;
	}
a.link02:hover {
	background: url(img_bg-shortnav_link02.jpg);
	}
a.link03, a.link03:visited {
	background: #A07A5C;
	}
a.link03:hover {
	background: url(img_bg-shortnav_link03.jpg);
	}
a.link04, a.link04:visited {
	background: #8592AF;
	}
a.link04:hover {
	background: url(img_bg-shortnav_link04.jpg);
	}
* html #headlinks a, * html #headlinks a:visited, * html #shortnav a, * html #shortnav a:visited {
	display: inline-block;
	margin: 0 -2px;
	}


/* WEBSLINE VERMERK */

#websline {
	margin: 5px 0px 0px 700px;
	}
