/*-----------------------------------------------------------------------------
Raumausstattung Edenhofer   Style Sheet 
media:     					Screen
version:   					1.2 / last modified 2018/05/29
author:    					Wolf Gebler
website:   					http://www.backcountry-webdesign.com
-----------------------------------------------------------------------------*
/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =General
-----------------------------------------------------------------------------*/
/* Class for clearing floats */
.clear {
	clear:both;
}

.fett {
	font-weight: bold;
}

.margTop20 {
	margin-top: 20px;
}
	
.margTop30 {
	margin-top: 30px;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	font: 62.5%/1.6 "Segoe UI", Arial, Helvetica, sans-serif;
	background: #fff;
	background: url(../layout/backGr.jpg) no-repeat center center fixed #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
	padding-bottom: 5px;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}


p, td, li {
	font-size: 1.4em;
	color: #000;
	line-height: 1.5em;
}


/* =Branding
-----------------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	height: 650px;
	margin: 100px auto 0 auto;
	background: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}

#wrapper.startImg {
	background: #fff url(../layout/startImg.jpg) no-repeat top right;
}

#wrapper.bgImg {
	background: #fff url(../layout/bgImg.jpg) no-repeat top right;
}

#wrapper.teppichImg {
	background: #fff url(../layout/teppichImg.jpg) no-repeat top right;
}

#wrapper.pvcImg {
	background: #fff url(../layout/pvcImg.jpg) no-repeat top right;
}

#wrapper.designBelImg {
	background: #fff url(../layout/designbelImg.jpg) no-repeat top right;
}

#wrapper.linolImg {
	background: #fff url(../layout/linoleumImg.jpg) no-repeat top right;
}	

#wrapper.korkImg {
	background: #fff url(../layout/korkImg.jpg) no-repeat top right;
}	

#wrapper.parkettImg {
	background: #fff url(../layout/parkettImg.jpg) no-repeat top right;
}	

#wrapper.laminatImg {
	background: #fff url(../layout/laminatImg.jpg) no-repeat top right;
}	

#wrapper.flaechenVorhangImg {
	background: #fff url(../layout/flaechenVorhangImg.jpg) no-repeat top right;
}	

#wrapper.lamellenVorhangImg {
	background: #fff url(../layout/lamellenVorhangImg.jpg) no-repeat top right;
}	

#wrapper.plisseeImg {
	background: #fff url(../layout/plisseeImg.jpg) no-repeat top right;
}

#wrapper.rolloImg {
	background: #fff url(../layout/mhz-rolloImg.jpg) no-repeat top right;
}

#wrapper.jalousieImg {
	background: #fff url(../layout/mhz-horizontal-jalousieImg.jpg) no-repeat top right;
}

#wrapper.markisenImg {
	background: #fff url(../layout/mhz-markiseImg.jpg) no-repeat top right;
}

#sidebar {
	width: 200px;
	height: 650px;
	background: #333;
	float: left;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
	z-index: 50;
}

img.stuhl {
	margin: 100px 0 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#nav {
	width: 100%;
	height: auto;
	margin-top: 40px;
	position: relative;
	background: url(../layout/edenhoferSchrift.png) no-repeat 15px 0;
}

#nav ul {
	padding-top: 80px;
	padding-left: 20px;
}

#nav ul li {
	font-size: 14px;
	color: #fff;
	list-style-type: square;
	margin-left: 20px;
}

#nav ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	padding-left: 10px;
}

#nav ul li a:hover, #nav ul li a.aktiv {
	color: #999;
}

	
/* =Sub Nav
-----------------------------------------------------------------------------*/
#nav ul ul {
	width: 180px;
	height: auto;
	background: #333;
	margin-top: -25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 120px;
	position: absolute;
	display: none;
	z-index: 90;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px #000;
    -moz-box-shadow: 0px 0px 15px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;
}

#nav ul ul li {
	height: 25px;
}

#nav ul ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	padding-left: 10px;
}

#nav ul ul li a:hover, #nav ul ul li a.aktiv {
	color: #999;
}

#nav ul.level1 li.submenu:hover ul.level2 {
	visibility: visible;
	display: block;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	width: 740px;
	height: 650px;
	float: right;
	position: relative;
}

#content img.startBg {
	margin-left: -20px;
}

.startText {
	width: 680px;
	height: 440px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding: 10px 20px;
	background: url(../layout/transWs.png);
	z-index: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.seitText, .seitTextLinol, .seitTextKork, .seitTextPark, .seitTextRollo, .seitTextPliss, .seitTextLamell, .seitTextJalou, .seitTextMark {
	width: 680px;
	height: 150px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding: 10px 20px;
	background: url(../layout/transWs.png);
	z-index: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.seitTextLinol, .seitTextKork, .seitTextPark, .seitTextPliss, .seitTextLamell {
	height: 120px;
}

.seitTextRollo {
	height: 230px;
}

.seitTextJalou {
	height: 250px;
}

.seitTextMark {
	height: 230px;
}

.startText ul, .seitText ul {
	margin-left: 20px;
}

.plstImg {
	width: 640px;
	height: auto;
	margin: 40px 0 0 28px;
}

.plstImg img {
	margin-left: 40px;
	margin-bottom: 40px;
	border: 3px double #fff;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#kontakt {
	width: 290px;
	height: auto;
	margin: 60px 0 0 290px;
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#content iframe {
	margin-top: 0px;
	margin-left: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#impr {
	width: 290px;
	height: auto;
	margin: 120px 0 0 195px;
	padding: 20px;
	background: url(../layout/transWs.png);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.datens {
	width: 680px;
	height: 580px;
	position: absolute;
	top: 40px;
	left: 0px;
	padding: 10px 20px;
	overflow: scroll;
	background: url(../layout/transWs.png);
	z-index: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

ul.sLog li {
	color: #000;
	font-size: 1.4em;
	line-height: 20px;
	list-style: circle;
	margin-left: 40px;
}



/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	height: 40px;
	margin: 20px auto;
	background: none;
}

#footer p {
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
	float: left;
}

#footer a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin-right: 20px;
	float: right;
}

#footer a:hover {
	text-decoration: underline;
}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* =CSS Ende
-----------------------------------------------------------------------------*/