/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-01-11
	Project: www.familiengut.at
	Author: websLINE, 2008
	-------
*/


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#main img {
	display: inline;
	}
form {
	margin: 0; padding: 0;
	}
.clearer {
	clear: both;
	height: 0;
	font-size: 0;
	}
.skip {
	display: none;
	}
.nolist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


/* DESIGN AUFBAU */

body {
	text-align: center;
	margin: 0; padding: 15px 0 25px 0;
	background: #DEDFC1;
	}
#site {
	position: relative;
	width: 956px;
	text-align: left; 
	margin: 0px auto;
	}

.bgRed { background: #A72038;}
.bgGreen { background: #918A3B;}
.bgBeige { background: #DEDFC1;}
.bgBeigeLight { background: #E9E9D7;}
.bgBeigeDark { background: #C3C5A8;}

.spacer {
	width: 4px;
	height: 4px;
	display: block;
	font-size: 0;
	}

/* Head */

#header {
	position: absolute;
	top: 0; left: 0;
	height: 228px;
	}
#header .image {
	float: left;
	padding-bottom: 1px;
	}
#header .spacer {
	float: right;
	}
#header .logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
	display: block;
	width: 200px;
	height: 200px;
	}
#header .logo img {
	margin: 5px auto 0 auto;
	}
#header .navi {
	clear: both;
	margin-right: 4px;
	padding-left: 8px;
	height: 25px;
	width: 944px;
	}


/* Main */

#main {
	background: url(img_bg-main.gif);
	display: block;
	width: 100%;
	padding-top: 228px;
	}
#main-left {
	float: left;
	width: 180px;
	}
#main-right {
	float: right;
	width: 772px;
	padding: 20px 4px 20px 0;
	}
#content {
	float: left;
	width: 568px;
	padding: 5px 12px 0 12px;
	}
#content-right {
	float: right;
	width: 165px;
	padding: 0 10px 0 5px;
	}
#dStart #main {
	padding: 26px 30px 26px 26px;
	padding-top: 254px;
	width: 900px;
	background: url(img_bg-mainStart.gif);
	}
#dStart #col {
	float: left;
	width: 180px;
	}



/* Footer  */

#footer {
	padding-right: 4px;
	}
#footer .links {
	padding: 0 10px;
	height: 25px;
	border-top: 1px dashed #B6B89C;
	}
#footer .links li {
	position: relative;
	float: left;
	padding: 0 0 0 5px;
	}
#footer .links li.print {
	margin: 0 158px 0 62px;
	}
#footer .links li a {
	display: block;
	padding: 6px 0 6px 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #928C41;
	font-size: 0.9em;
	background: url(img_dot-nav.gif) no-repeat 0 9px;
	}
#footer .links li a:hover {
	color: #A6223A;
	background: url(img_dot-nav.gif) no-repeat 0 -33px;
	}
#footer-data {
	padding: 10px 15px;
	height: 50px;
	}
#footer-data .websline {
	float: right;
	text-decoration: none;
	}
#footer-data .websline:hover {
	text-decoration: underline;
	}
#footer-data p {
	float: left;
	margin: 0; padding: 0;
	line-height: 15px;
	color: #928C41;
	}
#footer-data .famselect {
	display: block;
	float: left;
	width: 155px;
	height: 32px;
	margin-left: 20px;
	background: url(img_logo-famselect.jpg) no-repeat;
	background-position: 0 12px;
	}
#footer-data .famselect:hover {
	background-position: 0 -20px;
	}
#footer-data .famaustria {
	display: block;
	float: left;
	width: 85px;
	height: 32px;
	margin-left: 20px;
	background: url(img_logo-famaustria.jpg) no-repeat;
	background-position: 0 1px;
	}
#footer-data .famaustria:hover {
	background-position: 0 -31px;
	}
