/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-03-20
	Project: www.bergcristall.at
	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: url(img_bg.jpg) fixed;
	margin: 0; padding: 0;
	}
#site {
/*	background: #ddd;*/
	position: relative;
	width: 940px;
	text-align: left; 
	margin: 0px auto;
	padding: 15px 0;
	}


/* Head*/

#header {
	}
.logo {
	position: absolute;
	top: 30px; left: -25px;
	width: 181px;
	height: 114px;
	z-index: 10;
	}
html>body .logo {
	background: url(img_logo.png);
	}
.logo strong {
	display: none;
	}
.headlinks {
	display: block;
	text-align: right;
	padding: 30px 265px 5px 0;
	}
.headlinks li {
	display: inline;
	}
.headlinks li a {
	padding: 0 5px 0 2px;
	}
.cristall {
	position: absolute;
	top: 10px; right: 20px;
	width: 370px;
	height: 370px;
	z-index: 10;
	}
html>body .cristall {
	background-image: url(img_cristall.png);
	}
.headimage {
	background: #fff;
	width: 680px;
	padding: 5px;
	}
.headimage a {
	position: absolute;
	z-index: 10;
	}


/* Main */

#main {
	background: #fff;
	width: 900px;
	padding: 0 20px;
	}
#mainLeft {
/*	background: #eee;*/
	float: left;
	width: 510px;
	padding-bottom: 15px;
	}
#mainRight {
/*	background: #bbb;*/
	float: right;
	width: 372px;
	padding-bottom: 15px;
	position: relative;
	}
#content {
/*	background: #ccc;*/
	padding: 10px 0 0 0;
	}


/* Footer  */

#footer {
	clear: both;
	border-top: 1px solid #616365;
	padding: 15px 0;
	}
#footer ul {
	float: right;
	}
#footer li {
	padding-bottom: 2px;
	}
#footer ul a {
	background-repeat: no-repeat;
	padding-left: 25px;
	text-transform: uppercase;
	}
#footer ul .print {
	background-image: url(img_symb-print.gif);
	}
#footer ul .recommend {
	background-image: url(img_symb-recommend.gif);
	background-position: 0 3px;
	}
#footer p {
	margin: 0; padding: 0;
	line-height: 15px;
	}
.websline {
	float: right;
	margin: 5px 20px;
	}
