html {
	background-color: #fff;
}
	
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	/* line-height: 1.5em; */
	color: #000;
	background-color: #fff;
	top: 10px;
	text-align: center;
	padding: 0px;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #6b3b2c;
	padding-top: 10px;
}

h2 {
	font-size: 16px;
	color: #6b3b2c;
}

h3 {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/* Meta Navi */

div#meta_navi {
	background-color: #6b3b2c;
	height: 16px;
	padding-top: 2px;
	font-size: 9px;
	text-align: right;
}

div#meta_navi a {
	font-weight: bold;
	color: #fff;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
}

div#meta_navi a:hover {
	color: #d08e5e;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

/* Gesamt */

#gesamt {
	width: 1000px;
	margin: auto;
	text-align: left;
	background: #fff;
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
}

/* Main Navi */

div#main_navi {
	margin: 20px 15px 10px 0px;
	height: 90px;
	/* border: 1px solid black; */
}

div#main_navi a {
	float: left;
}

div#main_navi img {
	margin-left: 15px;
}

div#bg_main_navi {
	background-image: url(../images/bg_main_navi.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 90px;
	margin: 0px 0px 0px 300px;
}

div#bg_main_navi ul {
	position: relative;
	top: 60px;
	
}

div#bg_main_navi ul li {
	display: inline;
	text-align: center;
	margin: 0px;
}

div#bg_main_navi a {
	color: #fff;
	font-weight: bold;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
}

div#bg_main_navi a:hover {
	color: #d08e5e;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

/* Sub Navi */

div#sub_navi {
	margin: 20px 0px 0px 15px;
	width: 260px;
	background-color: #feedcb;
	float: left;
}

div#sub_navi img {
	height: 420px;
	width: 260px;
}

/* Inhalt */

div#startseite_inhalt {
	background-color: #feedcb;
	height: 420px;
	margin: 30px 15px 0px 300px;
	/* border: 1px solid black; */
	text-align: center;
}

div#startseite_inhalt strong {
	font-size: 10px;
	font-weight: normal;
	color: #e3000b;
}

div#startseite_inhalt p {
	color: #6b3b2c;
}

div#startseite_inhalt h2 {
	margin-bottom: 15px;
}

div#start_fenster {
	float: left;
	/* border: 1px solid black; */
	width: 222px;
	margin-left: 6px;
}

div#start_fenster p {
	margin: 5px 0px 5px 5px;
	text-align: left;
	padding: 0px 15px 0px 0px;
}

div#start_tueren {
	float: left;
	/* border: 1px solid black; */
	width: 222px;
	margin-left: 4px;
}

div#start_tueren p {
	margin: 5px 0px 5px 5px;
	text-align: left;
}

div#start_feuerschutz {
	float: left;
	/* border: 1px solid black; */
	width: 222px;
	margin-left: 4px;
}

div#start_feuerschutz p {
	margin: 5px 0px 5px 5px;
	text-align: left;
}

/* Footer */

div#footer {
	margin: 15px 15px 0px 15px;
}

div#footer img {
	float: left;
	margin: 0px 0px 0px 0px;
}

div#footer p {
	color: #6b3b2c;
	margin: 0px 0px 0px 522px;
	padding: 15px 0px 0px 0px;
}

/* Impressum */

div#impressum_inhalt {
	background-color: #feedcb;
	width: 685px;
	overflow: auto;
	height: 420px;
	margin: 30px 15px 0px 300px;
	/* border: 1px solid black; */
	text-align: center;
}

div#impressum_inhalt p {
	color: #6b3b2c;
	padding: 0px 25px 0px 25px;
}

div#impressum_inhalt h1 {
	margin: 0px;
}

div#impressum_inhalt h2 {
	margin-bottom: 0px;
}


/* ENDE */

div#ende {
	clear: both;
	height: 10px;
}


/* SITEMAP*/


div#sitemap_inhalt {
	background-color: #feedcb;
	overflow: auto;
	width: 685px;
	height: 420px;
	margin: 30px 15px 0px 300px;
	text-align: left;
}

div#sitemap_inhalt a {
	color: #6b3b2c;
}

div#sitemap_inhalt h1 {
	text-align: center;
}

div#sanierung_inhalt, #made_in_germany_inhalt, #energiesparfenster_inhalt, #inhalt, #wintergaerten_inhalt, #presse_inhalt {
	background-color: #feedcb;
	width: 685px;
	overflow: auto;
	height: 520px;
	margin: 30px 15px 0px 300px;
	/* border: 1px solid black; */
	text-align: center;
}


















