/*	Copyright 	"Oldorff-Technologie"
	Trademark 	"CLIX'N FIX"
	License		"own, not public or open"
	Author 		"Marco Stein"
	Mail		"stein@oldorff.de"
	
	Optimized	"resolution - 1024 to 1400"	*/

/* ########## Anfang Standarddefinitionen */
* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #362;
	text-decoration: none;
}
a:hover, .footer a:hover {
	color: #111;
}

html {
	background: url(../img/brushed1920.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {	
	/*background: url(../img/brushed1366.jpg) no-repeat fixed right bottom; */
	color: #443;
	font-size: 12px;
	margin: 0 ;
}
p,quote,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}

/* ########## Ende Standarddefinitionen */

/* ########## Kopf ausgelagert in head css */

/* ########## Anfang Container mit Inhalt */
.container {
	font-size: 1em;
	width: 100% ;
	/*float: left;*/
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0px auto -20px;
}

.content1 {
	padding: 18px 0;
	width:80%;
	/*float: left;*/
	margin: 5px auto;
	clear:both;
}
.content1 h1 {
	color: #333;
	font-size: 1.5em;
	margin-bottom: 4px;
	font-weight:bold;
	letter-spacing: 1px;
}
.contentbox1 {
	background: #fff;
	padding: 5px;
	width:38%;
	float: left;
	border-right: solid 1px;
	height:90%;
}
.contentbox2 iframe{
	width:100%;
	height:500px;
}
.contentbox2 {
	background: #fff;
	height:90%;
	padding: 5px;
	width:58%;
	float: right;
}
/* ########## Ende Container mit Inhalt */

/* ########## Anfang verschiedenes */
.clearer {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* ########## Schatten in CSS3 realisiert für gängige Browser */
.shadow {
	background: #fff;
	width:100%;
	margin: 8px;
	padding: 8px;
-moz-box-shadow: 10px 10px 5px #000;
-webkit-box-shadow: 10px 10px 5px #000;
box-shadow: 10px 10px 5px #000;
	border: 1px solid #333;
	float:left;
}
/* ########## Ende Schatten */

/* ########## Alone Position für Buttons unter der Slideshow */
.alone {
	margin-top: 8px;
	float:left;
	height: 42px;
	width:100%;
}
/* ########## Ende Alone */

/* ########## Slider Position für die Photoshow || Achtung Photoshow besitzt eigene CSS "CSS/CSS3.CSS" */
.slider{
	float:left;
	width:90%;	
}
/* ########## Ende Slider */

/* ########## Anfang definition der Buttons Details,Bewertung,Amazon */
.de_button, .de_button a{
	float: left;
	background: url(../img/button_details.png) no-repeat;
	height: 42px;
	width: 160px;
}
.de_button a:hover{
	background: url(../img/button_details_hover.png) no-repeat;
}
.be_button, .be_button a{
	float: left;
	background: url(../img/button_bewertung.png) no-repeat;
	height: 42px;
	width: 160px;
}
.be_button a:hover{
	background: url(../img/button_bewertung_hover.png) no-repeat;
}
.am_button, .am_button a{
	float: left;
	background: url(../img/button_amazon.png) no-repeat;
	height: 42px;
	width: 160px;
}
.am_button a:hover{
	background: url(../img/button_amazon_hover.png) no-repeat;
}
/* ########## Ende Buttons */
/* ########## Ende verschiedenes */

/* ########## Anfang Fußnote minheight drückt denn Footer an den Boden!!!!*/
.minheight {
height:10px;
margin:0px auto;
clear:both;
}

.footer {
	color: #e7e7e7;
	font-size: 0.9em;
	text-align: center;
	/*float: left;*/
	width:100%;
	
	position:fixed;
	bottom:7px !important;
	height:10px;
	margin:0px auto;
}
.footer a,.footer .right a:hover {color: #e7e7e7;}
.footer .right a {color: #e7e7e7; text-decoration: none;}

.leftfoot {float: left;
	margin-left: 10px;
	height:10px;
	padding-bottom:5px;
}
.rightfoot {float: right;
	margin-right: 10px;
	height:10px;
	padding-bottom:5px;
}
/* ########## Ende Fußnote */