/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2007-07-06
	Project: www.gut-riedelsbach.de
	Author: websLINE, 2007
	-------
*/


/* HAUPTEINSTELLUNGEN  */

body {
	text-align: center;
	margin: 0; padding: 0;
	background: #F8F1DA;
	}
img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
.clearer {
	clear: both;
	line-height: 0;
	}
.skip {
	display: none;
	}
form {
	margin: 0; padding: 0;
	}
table {
	border: 0;
	}
th, td {
	padding: 0;
	vertical-align: top;
	}



/* DESIGN AUFBAU */

#site {
	position: relative;
	width: 971px;
	text-align: left; 
	margin: 0 auto;
	padding: 20px 0 40px 0;
	}


/* Head*/

#header {
	}
.headlinks {
	margin: 0; padding: 0;
	list-style: none;
	position: relative;
	}
.headlinks li {
	display: inline;
	}
.headlinks li a {
	margin: 0 8px;
	}
.headlinks li.facebook a {
	background: url(img_icon-facebook.gif) 0 0 no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -19999px;
	outline: none;
	overflow: hidden;
	float: left;
	}
.logo {
	float: right;
	position: relative;
	right: 377px;
	margin: 0 0 20px 0;
	}
.navi {
	clear: both;
	display: block;
	z-index: 199;
	}

/* Main */

#main {
	background: #FDFBF5;
	width: 969px;
	border: 1px solid #E2D7C1;
	border-top: none;
	}
#dContent #main {
	padding: 0 0 90px 0;
	}
#main-left {
	float: left;
	width: 377px;
	}
#main-right {
	float: right;
	width: 591px;
	margin-left: 1px;
	}
#content {
	width: 531px;
	padding: 40px 30px 0 30px;
	background: url(img_bg-content.gif) no-repeat;
	}
#dContent #content {
/*	min-height: 320px;*/
	}
#dStart #content {
	min-height: 50px;
	padding-bottom: 20px;
	}



/* Footer */

#footer {
	position: absolute;
	bottom: -15px;
	margin: 0 0 30px 0; padding: 0 15px;
	width: 940px; height: 102px;
	overflow: hidden;
	}

#footer p {
	margin: 0; padding: 0;
	width: 360px;
	font-size: 10px;
/*	letter-spacing: 1px;*/
	}
