@charset "utf-8";
/* CSS Document */


/*####----HEADER-HINTERGRUND DER index.html----####*/

.body {
	background-color:#00a3ff;
	background-image:url(images/HeaderBGTest04.jpg); 
	background-attachment:fixed;
	background-repeat:repeat-x;
/*	margin-bottom:auto;*/
}


/*####----POSITION UND VERHALTEN DES HAUPT-DIV's----####*/

#MainDiv {
	position:absolute;
	top:0px;
	left:50%;
	width:76%;
	height:100%;
	/*height:800px;*/
	/*height:auto;*/
	margin-left:-38%;
	margin-bottom:0%;
}


/*####----FIRMENLOGO-SETTINGS----####*/

#logoFrame {
	position:absolute;
	top:0px;
	left:200px;
	width:400px;
	height:164px;
	background-image:url(images/Firmenlogo_RemakeCenteredColorsTransparentWithBG400x164px.png);
}


/*####----DESIGN DER NAVIGATIONSLEISTE----####*/

#NaviFrame {
	position:relative;
	top:0px;
	left:0px;
	width:200px;
	height:100%;
	font-size:24px;
	color:#0CF;
	text-decoration:none;
	font-styleL:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/NaviBG_Creator.png);
	background-repeat:repeat-y;
	background-attachment:scroll;
}


/*####----POSITION UND VERHALTEN DER iFrame, IN DER ALLE DURCH DIE NAVIGATION GEÖFFNETEN DATEIEN ANGEZEIGT WERDEN----####*/

.MainFrame {
	position:absolute;
	top:164px;
	left:200px;
	min-width:600px;
	min-height:636px;
	width:80%;
	/*height:636px;*/
    height:auto;
	margin-right:0px;
	margin-bottom:0px;
}

/*####----iFRAME-DIV----####*/


#iFrameDiv {
	height:0px;
	margin-bottom:0%;
}


/*####----HINTERGRUND FÜR DIE ELEMENTE DER NAVIGATIONSLEISTE----####*/

#NaviElements {
	background-image:url(images/BGtextNavi01.png);
	width:160px;
	height:40px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}


/*####----INCLUDEN IN ALLE *.html-DATEIEN, DIE NEU DAZU KOMMEN -> LEGT EINHEITLICHEN HINTERGRUND UND EINHEITLICHES SEITENDESIGN FEST----####*/

body.StyleCompare { 
	background:#008ae6;
	background-image:url(images/HobelRemakeLightened600x363px.png);
	background-attachment:fixed;
/*	background-position:left;*/
	background-position:top left;
	background-repeat:no-repeat;
}


/*####----FONT-SETTINGS FÜR DATEI kontakt.html----####*/

.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}


/*####----POSITIONIERUNG DES TEXTES IN DER DATEI kontakt.html----####*/

#contactPosition {
	position:absolute;
	top:70px;
	left:50px
}


/*####----AUSWAHLTABELLE FÜR PRODUKTE IN products.html----####*/

.productsChooser {
	text-align:center;
	font-size:18px;
}

td.producting {
	background-image:url(images/bgProductsChoose02.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#0CF;
	width:140px;
	height:40px;
	empty-cells:hide;
}

#ProductsDiv {
	position:absolute;
	top:95px;
	left:10px;
}

#positionProducts {
	position:absolute;
	top:95px;
	left:10px;
}

.productsFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}	

#productsFrame {
	background-image:url(images/HobelRemakeLightened600x363px.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#008ae6;
}