/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2009-06-30
	Project: www.aug.at
	Author: websLINE, 2009
	-------
*/


/* 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 url(img_bg-body.gif) repeat-x 0 98px;
	margin: 0; padding: 0 0 30px 0;
	}
#site {
	position: relative;
	width: 924px;
	text-align: left; 
	margin: 0px auto;
	}


/* Head*/

#header {
	}
#header .links {
	padding: 10px 0 0 54px;
	}
#header .links li {
	display: inline;
	}
#header .links a {
	padding-right: 3px;
	}
#header .logo {
	position: absolute;
	z-index: 5;
	top: 60px;
	left: 54px;
	}
#header .slogan {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 364px;
	height: 85px;
	background: url(img_slogan.gif) no-repeat;
	}
#header .chief {
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 0px;
	width: 263px;
	height: 380px;
	}
html>body #header .chief {
	background: url(img_chief.png) no-repeat;
	}
#header .blend {
	position: absolute;
/*	z-index: 1;*/
	top: 98px;
	right: 0px;
	margin: 0 4px;
	width: 916px;
	height: 10px;
	background: #000;
	opacity: 0.20;
    filter: alpha(opacity=20);
	}
#header .image {
	padding-left: 4px;
	}
html>body #header .image {
	background: url(img_bg-site.png) repeat-y;
	}
	

/* Main */

#main {
	padding: 20px 24px 0 24px;
	}
html>body #main {
	background: url(img_bg-site.png) repeat-y;
	}
#dStart #mainLeft {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 10px;	
	}
#dContent #mainLeft {
	background: url(img_bg-main.gif) repeat-y;
	padding-bottom: 30px;
	}
#dContent #content {
	float: left;
	width: 626px;
	padding: 20px 8px 0 8px;
	}
#contentRight {
	float: right;
	width: 214px;
	}
#mainBottom {
	clear: both;
	padding-bottom: 30px;
	border-bottom: 1px solid #bebebe;
	}


/* Footer  */

#footer {
	background: url(img_bg-footer.gif) no-repeat 0 100%;
	margin: 0 -24px;
	padding: 20px 24px;
	width: 876px;
	}
#footer .functions {
	position: absolute;
	bottom: 55px; right: 24px;
	}
#footer .functions a {
	float: right;
	margin-right: 2px;
	display: block;
	}
#footer .address {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}
#footer .address img {
	float: left;
	margin-right: 10px;
	}
#footer .address strong {
	display: block;
	padding-top: 2px;
	}
#footer .websline {
	text-decoration: none;
	color: #999;
	font-family: Arial, Verdana, Tahoma, San-Serif;
	background: url(img_logo-websline.gif) no-repeat 100% 1px;
	padding-right: 50px;
	position: absolute;
	bottom: 20px; right: 24px;
	}
#footer .websline:hover {
	background-position: 100% -16px;
	}
#footer .websline strong {
	display: none;
	}
