/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-11-14
	Project: www.alpenklang.info
	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 url(img_bg.gif) repeat-x 0 87px;
	margin: 0; padding: 0;
	}
#site {
	position: relative;
	width: 970px;
	text-align: left; 
	margin: 0px auto;
	}



/* Head*/

#header {
	position: absolute;
	top: 10px;
	left: 0;
	height: 485px;
	background: url(img_bg-head.jpg) no-repeat 0 366px;
	}
#dStart #header {
	height: 620px;
	background: url(img_bg-head.jpg) no-repeat 0 501px;
	}
#header .logo {
	display: block;
	margin: 5px 0 0 35px;
	float: left;
	}
#header .links {
	float: right;
	}
#header .links li {
	display: inline;
	padding-left: 2px;
	}
#header .links li a {
	margin-right: 3px;
	}
#header .image {
	clear: both;
	float: left;
	margin: 19px 0 0 0;
	position: relative;

/*	position: absolute;
	z-index: 110;
	top: 120px;
	left: 0;*/
	background: #8A1F35;
	}
#header .image .topLeft,
#header .image .topRight  {
	position: absolute;
	top: 0; 
	width: 12px; height: 12px;
	background: url(img_headimage-topLeft.gif) no-repeat;
	}
#header .image .topRight {
	right: 0;
	background: url(img_headimage-topRight.gif) no-repeat;
	}


/* Main */

#main {
	padding-top: 517px;
	}
#dStart #main {
	padding-top: 630px;
	}
#mainLeft {
	width: 195px;
	padding: 0 10px 0 15px;
	float: left;
	border: 1px solid #E1E2E2;
	border-width: 0 1px;
	}
#mainLeft .box-top, #mainLeft .box-bottom {
	display: block;
	margin: 0 -11px 0 -16px;
	position: relative;
	height: 12px;
	background: url(img_mainLeft-top.gif) no-repeat;
	}
#mainLeft .box-bottom {
	background: url(img_mainLeft-bottom.gif) no-repeat;
	}
#mainRight {
	width: 725px;
	float: right;
	}
#content {
	}
#contentRight {
	width: 265px;
	float: right;
	margin: 0 0 25px 25px;
	}
* html #contentRight {
	margin-left: 22px;
	}


/* Footer  */

#footer {	
	margin: 25px 0;
	}
#footer .address {
	margin: 0;
	padding: 1px 10px;
	background: #EDECEC url(img_bg-footerLeft.gif) no-repeat;
	}
#footer .websline {
	float: right;
	background: url(img_bg-footerRight.gif) no-repeat right;
	padding: 1px 10px;
	}
#footer .grossarltal {
	float: right;
	position: relative;
	margin-top: -10px;
	}