/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-02-26
	Project: www.fahrschuleburgstaller.at
	Author: websLINE, 2009
	-------
*/


/* HAUPTEINSTELLUNGEN  */

img {
	border: 0;
	display: block;
	}
#main 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: url(img_bg.gif);
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 826px;
	text-align: left; 
	margin: 10px auto;
	}



/* Head*/

#header {
	background: url(img_bg-site.gif);
	}
#header .logo {
	position: absolute;
	top: -5px; left: -30px;
	width: 347px; height: 95px;
	}
html>body #header .logo {
	background: url(img_logo.png);
	}
#header .home {
	position: absolute;
	top: 165px; right: 20px;
	width: 50px; height: 29px;
	cursor: pointer;
	}
html>body #header .home {
	background: url(img_home.png);
	}
#header .image {
	background: #fff;
	padding: 3px 5px;
	margin: 0 4px;
	}
#header .image p {
	margin: 0; padding: 0;
	}
#dContent #header .image a img {
	position: absolute;
	right: 10px;
	}


/* Main */

#main {
	background: url(img_bg-main.gif);
	padding: 0 9px;
	}
#mainLeft {
/*	background: #666;*/
	float: left;
	width: 195px;
	border-top: 5px solid #fff;
	}
#mainRight {
/*	background: #333;*/
	float: right;
	width: 570px;
	padding: 20px;
	border-top: 5px solid #fff;
/*	background: #fdcd01;*/
	}
#content {
/*	background: #eee;*/
	}
#contentRight {
	background: #ddd;
	float: right;
	width: 20%;
	}


/* Footer  */

#footer {
	background: url(img_bg-footer.gif) no-repeat;
	padding: 10px 0 10px 10px;
	}
#dStart #footer {
	background-position: 0 -4px;
	}
#footer p {
	padding: 0; margin: 0;
	}
#footer .websline {	
	float: left;
	display: block;
	margin: 1px 12px 0 0;
	}
