/**********************************************************************
******************** Farben *******************************************
*********************************************************************** 
Farbe1: #53503c; bg body
Farbe2: #CECDC7; Text
**********************************************************************/

/* ******************************************************************** */
/* @group Global ****************************************************** */
/* ******************************************************************** */

/*Body*/
body{	
	background:#fff;
	font-family:Trebuchet, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#CECDC7;
}
body, html{height:101%;	}
/* ******************************************************************** */
/* @group Layout ****************************************************** */
/* ******************************************************************** */

/*wrap-alles umgebender Div*/
#wrap{
	text-align:center;
	background:#53503c;
}
/*mittig ausgerichteter Inhaltsbereich*/
.inner{
	width:800px;
	text-align:left;
	margin:auto;
	position:relative;	
}
/*Header*/
#header{
	background:#000;
	
}
#image{
	position:absolute;
	background:url(images/bg-image.png) no-repeat;
	padding:26px 20px;
	top:60px;
	left:258px;
}

ul.galerie li{
	list-style:none !important;
	float:left;
	margin:0 1em 1em 0;
}
ul.galerie li a{
	border:2px solid #fff;
}
#logo{
	width:270px;
	padding-top:41px;
}
/*Content-Elemente--------------------------------*/
#container{
	width:800px;
	margin:auto;
	padding:8em 0;
	text-align:left;
	background:url(images/bg-content.png) no-repeat top left;	
}
#container.no-bg{
	background:none !important;
}
/*iframe*/
iframe{
	border:none;
	padding:0;
	background:#53503c !important;
}
#content{
	width:528px;
	float:right;
}
.c-image{
	float:left;
	margin-right:1em;
	background:#fff;;
	padding:4px;
}
.c-image img{
	margin-top:-4px;
	position:relative;
}
#sidebar{
	width:270px;
	float:left;
	margin-top:10px;
}
.galerie-heizkamin a,
.galerie-kaminofen a,
.galerie-kachelofen a,
.galerie-referenzen a {
	display:block;
	background-position:top;
	background-repeat: no-repeat;
	width:200px;
	height:150px;
	font-size:1.2em;
	text-decoration:none;
	border:4px solid #fff;
	margin:.2em 1em 1em 0;
	float:left;
	color:#000 !important;
}
.galerie-heizkamin a:hover,
.galerie-kaminofen a:hover,
.galerie-kachelofen a:hover,
.galerie-referenzen a:hover{
	background-position:bottom;
}
.galerie-heizkamin a {
	background-image:url(images/galerie-heizkamin.png);
}
.galerie-referenzen a {
	background-image:url(images/galerie-referenzen.png);
}
.galerie-kaminofen a {
	background-image:url(images/galerie-kaminofen.png);
}
.galerie-kachelofen a {
	background-image:url(images/galerie-kachelofen.png);
}

/*Navigation*/
#navi ul{
	float:right;
	margin-top:.5em;
}
#navi li{
	display:inline;	
	color:#CECDC7;
}
#navi li a{
	color:#ccc;
	margin-left:1.3em;
}
#ContentNavi li.level1{
	margin-bottom:1em;
}
#ContentNavi li.level2{
	margin-top:.5em;
}
#ContentNavi li.level1 a{
	background:url(images/li-navi-level1.png) no-repeat center left;
	padding-left:16px;
	font-size:1.3em;
}
#ContentNavi li.level2 a{
	background:url(images/li-navi-level2.png) no-repeat center left !important;
	font-size:1em !important;
	margin-left:20px;
}
#ContentNavi li.level2.active a{
	background:url(images/li-navi-level2-active.png) no-repeat center left !important;
}
#ContentNavi li.level1.active a{
	background:url(images/li-navi-level1-active.png) no-repeat center left;
}
#ContentNavi li.active a span{
	color:#f90;
}
.but-bildergalerie a{
	background-image:url(images/but-bildegalerie.png);
	background-repeat: no-repeat;
	background-position:top left;
	width:140px;
	height:140px;
	display:block;
	text-indent:-999em;
	margin-left:1em;
}
.but-bildergalerie a:hover{
	background-position:bottom left;
}
.but-galerie-oeffnen a:hover{
	background-position:bottom left;
}
.but-galerie-oeffnen a{
	background-image:url(images/but-galerie-oeffnen.png);
	background-repeat: no-repeat;
	float:right;
	background-position:top left;
	width:138px;
	height:50px;
	text-indent:-999em;
}
#footer{
	height:10em;
	background:#fff;	
}
#footer p{
	margin:.3em 0;
	color:#53503c;
	font-size:.9em;

}

/* @end */
/*Headlines*/
h1{
	font-size:2.5em;
	color:#f90;
	font-weight:lighter;
}
h2{
	font-size:1.3em;
	color:#f90;
	font-weight:lighter;
	margin-top:2em !important;
}
h3{
	font-size:1.1em;
	color:#f90;
	font-weight:lighter;
}
h1,h2,h3,h4{
	margin:0 0 .5em;
}
/*Paragraph*/
#content p, h1, h2, h3, #content li{
	text-shadow:2px 1px #333;
}
p{
	line-height:1.6em;
	margin-bottom:.8em;
	font-weight:lighter;
}

p.heizkamin a,
p.kaminofen a,
p.kachelofen a {
	display:block;
	background-position:top;
	background-repeat: no-repeat;
	width:180px;
	height:26px;
	padding:93px 0 0 10px;
	font-size:1.2em;
	text-decoration:none;
	margin-bottom:1em;
}
p.heizkamin a:hover,
p.kaminofen a:hover,
p.kachelofen a:hover{
	background-position:bottom;
}
p.heizkamin a {
	background-image:url(images/sb-heizkamin.png);
}
p.kaminofen a {
	background-image:url(images/sb-kaminofen.png);
}
p.kachelofen a {
	background-image:url(images/sb-kachelofen.png);
}


/*HR---*/


hr {
  background-color:#ccc;
  color:#ccc;
  border:#ccc;
  height:1px;
}
/*Links*/
a:link,
a:visited,
a:active{
	text-decoration:none;
	color:#ccc;
}
a:hover{
	text-decoration:underline;
}
ul.twoCol{
width:40%;
float:left;}
#content li{
list-style:url(images/li-square.png);
margin:0 0 .5em 1em;
font-weight:bold;
}
/* @end */

/* ******************************************************************** */
/* @group Klassen ***************************************************** */
/* ******************************************************************** */

/*Align*/
.la{/* Linksausrichtung*/
	float:left; 
	margin-right:1em;
}
.ra{/* Rechtsausrichtung*/
	float:right
}
/*Clear All*/
.clear {
	height:1px; 
	font-size:.0001em; 
	clear:both; 
}
/*Align center*/
.center{
	text-align:center;
	margin-bottom:1em;
	}
/*Big fontsize*/
.huge{
	font-size:2em;
}

/* @end */

