/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-12-17
	Project: www.hoess-salettl.at
	Author: websLINE, 2008
	-------
*/


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
form {
	margin: 0;
	padding: 0;
	}
.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
/* Holly Hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Holly Hack End */
.skip {
	display: none;
	}
.nolist, .nolist li, .nolist dd {
	margin: 0; padding: 0;
	list-style: none;
	list-style-image: none !important;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	background: #fff;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 913px;
	text-align: left; 
	margin: 0px auto;
	}



/* Head*/

#header {
	}
#header .links {
	padding: 10px;
	}
.links li {
	display: inline;
	}
.links li a {
	padding-right: 3px;
	}
.navi {
	position: absolute;
	top: 330px;
	left: 10px;
	}
.navi img {
	display: inline;
	vertical-align: top;
	}


/* Main */

#main {
	background: url(img_bg-main.gif);
	}
#mainLeft {
	float: left;
	width: 550px;
	padding: 90px 50px 50px 50px;
	}
#mainRight {
	float: right;
	width: 240px;
	padding: 100px 0 0 23px;
	}
#content {
	}



/* Footer  */

#footer {
	background: #8F0D16 url(img_bg-footer.gif) no-repeat 0 100%;
	padding: 13px 50px 18px 50px;
	}
#footer .links li {
	font-size: 1.1em;
	font-weight: bold;
	}
#footer .contact {
	padding: 0;
	margin: 5px 0 0 0;
	}
#footer .contact, #footer .contact a {
	color: #fff;
	}
.websline {
	float: right;
	margin: 10px;
	color: #999;
	font-size: 0.9em;
	}
