
/*| ------------------------------------------------------------------*/
/*| --------------------------------| =Standard| ---------------------*/
/*| ------------------------------------------------------------------*/

html,body,
div,span,p,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
a,form,input,form,object,textarea,
table,td,img {
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 12px;
   color: #403e3d;
   text-decoration: none;
   list-style-type: none;
   outline: none;
}

html, body {
   height: 100%;
   min-height: 100%;
}

body {
   background: url(../images/bg-body.jpg) #dfd6ca repeat-x top center;
}

hr {
   margin: 0 0 10px 0;
   color: #c3b59b;
   height: 1px;
   border-top: dashed 1px #c3b59b;
   border-bottom: transparent;
   clear: both;
}

.clear {
   clear: both;
	height: 1px;
	overflow: hidden;
	_overflow: visible;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =branding |----------------------*/
/* -------------------------------------------------------------------*/

h1.branding {
   width: 357px;
   height: 132px;
   position: absolute;
   top: 28px;
}

h1.branding a {
   width: 357px;
   height: 132px;
   display: block;
   text-indent: -5000px;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =Headlines |---------------------*/
/* -------------------------------------------------------------------*/

h2 {
   margin-bottom: 5px;
	text-indent: -5000px;
   width: 435px;
   height: 54px;
	float: left;
}

h2.start {background: url(../images/index/bg-h2.gif) no-repeat left top;}
h2.kontakt {background: url(../images/kontakt/bg-h2.gif) no-repeat left top;}
h2.kontaktDanke {background: url(../images/kontakt-danke/bg-h2.gif) no-repeat left top;}
h2.anfahrt {background: url(../images/anfahrt/bg-h2.gif) no-repeat left top;}
h2.impressum {background: url(../images/impressum/bg-h2.gif) no-repeat left top;}
h2.fehler {background: url(../images/fehler/bg-h2.gif) no-repeat left top;}
h2.unsereLeistungen {background: url(../images/unsere-leistungen/bg-h2.gif) no-repeat left top;}
h2.unserMaschinenpark {background: url(../images/unser-maschinenpark/bg-h2.gif) no-repeat left top;}
h2.unsereReferenzen {background: url(../images/unsere-referenzen/bg-h2.gif) no-repeat left top;}
h2.natursteinUndGartengestaltung {background: url(../images/naturstein-und-gartengestaltung/bg-h2.gif) no-repeat left top;}

h3 {
   font-size: 13px;
   font-weight: bold;
   margin-bottom: 5px;
   color: #403e3d;
}

h4 {
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 5px;
   color: #403e3d;
}

h5 {
   font-size: 12px;
   font-weight: bold;
   color: #403e3d;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =Border |------------------------*/
/* -------------------------------------------------------------------*/

.imageBorderFloatRight,
.imageBorderFloatLeft,
.imageBorderClear,
.imageBorder {
   padding: 1px;
   background: #fff;
   border: 9px solid #c3b59b;
}

.imageBorderFloatLeft {
   margin: 0 20px 20px 0;
   float: left;
	clear: both;
}

.imageBorderFloatRight {
   margin: 0 0 20px 20px;
   float: right;
	clear: both;
}

.imageBorderClear {
   margin: 0 0 20px 0;
   clear: both;
}

.imageBorder {
   margin: 0 0 10px 0;
}

.imageBorderKarte {
   padding: 1px;
   background: #fff;
   border: 9px solid #c3b59b;
	margin-bottom: 5px;
	display: block;
	width: 600px;
	height: 350px;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =Link |--------------------------*/
/* -------------------------------------------------------------------*/

/* a */
a,
a.escape,
a.escape span span {
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 12px;
   color: #d80000;
   text-decoration: none;
}

a:hover,
a.escape:hover,
a.escape:hover span span {
   text-decoration: underline;
}

/* pdfDownload */
a.pdfDownload,
a.linkDownload,
a.linkWeb   {
   background: url(../images/icon-pdf.gif) no-repeat left;
   padding: 20px 0 18px 60px;
   height: 30px;
   width: 100px;
   text-decoration: none !important;
}

a.pdfDownload:hover,
a.linkDownload:hover,
a.linkWeb:hover {
   text-decoration: underline !important;
}

/* linkDownload */
a.linkDownload {
   background: url(../images/icon-download.gif) no-repeat left;
}

/* linkWeb */
a.linkWeb {
   background: url(../images/icon-web.gif) no-repeat left;
}

/* linkTop */
a.linkTop {
   float: right;
   display: block;
   height: 20px;
   width: 100px;
   text-align: right;
   color: #fff;
   text-decoration: none;
   font-size: 10px;
}

a.linkTop:hover {
   color: #abb59b;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =container |---------------------*/
/* -------------------------------------------------------------------*/

#container {
   width: 955px;
   margin: 0 auto;
   position: relative;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =header |------------------------*/
/* -------------------------------------------------------------------*/

#header {
   width: 955px;
   height: 471px;
   background: url(../images/bg-header.jpg) no-repeat top left;
   position: relative;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =contentContainer |--------------*/
/* -------------------------------------------------------------------*/

/* contentContainer */
#contentContainer {
   width: 955px;
   position: relative;
}

/* contentSidebar */
#contentSidebar {
   width: 231px;
   position: relative;
	float: right;
	padding: 33px 0 0 20px;
	background: url(../images/bg-sidebar.jpg) no-repeat top left;
}

#contentSidebar h3 {
	padding: 0;
	margin: 0;
	text-indent: -5000px;
	position: absolute;
}

/* contentMain */
#contentMain {
   width: 690px;
	padding: 33px 14px 15px 0;
   position: relative;
	float: left;
}

/* contentColumn1 */
.contentColumn1 {
   width: 330px;
   padding-right: 30px;
   position: relative;
   float: left;
}

/* contentColumn2 */
.contentColumn2 {
   width: 330px;
   position: relative;
   float: left;
}

/* cmsContainer1 */
.cmsContainer1 {
   width: 155px;
   position: relative;
	float: left;
	padding-right: 20px;
}

/* cmsContainer2 */
.cmsContainer2 {
   width: 155px;
   position: relative;
	float: left;
}

.cmsContainer1,
.cmsContainer2 {
	line-height: 14px;
	font-size: 10px;
	padding-bottom: 15px;
}

/* content */
p {
   margin: 0 0 18px 0;
   line-height: 18px;
}

#container #contentContainer ul {
   margin: 0 0 18px 0px;
	float: left;
}

#container #contentContainer ul li {
   margin: 0 0 0px 0;
   padding: 0 0 0 15px;
   line-height: 18px;
   background: url(../images/li-icon.gif) no-repeat top left;
   position: relative;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =footer |------------------------*/
/* -------------------------------------------------------------------*/

#footer {
   width: 955px;
   height: 221px;
   background: url(../images/bg-footer.jpg) no-repeat top left;
   position: relative;
	float: left;
}

#panorama {
	position: absolute;
	top: 42px;
	left: 11px;
	display: block;
	width: 206px;
	height: 150px;
}

/* -------------------------------------------------------------------*/
/* --------------------------------| =navi |--------------------------*/
/* -------------------------------------------------------------------*/

ul#navi {
   top: 393px;
	left: 25px;
   width: 443px;
   height: 70px;
   position: absolute;
   z-index: 200;
}

ul#navi li {
   position: absolute;
}

ul#navi li a {
   display: block;
   height: 35px;
	text-indent: -5000px;
	position: absolute;
}

ul#navi li a.unsereLeistungen {width: 168px; top: 0px; left: 0px;}
ul#navi li a.unserMaschinenpark {width: 168px; top: 35px; left: 0px;}
ul#navi li a.unsereReferenzen {width: 149px; top: 0px; left: 221px;}
ul#navi li a.natursteinUndGartengestaltung {width: 222px; top: 35px; left: 221px;}

ul#navi li a.unsereLeistungen:hover {background: url(../images/unsere-leistungen/bg-aktiv-navi.jpg) no-repeat right bottom;}
ul#navi li a.unserMaschinenpark:hover {background: url(../images/unser-maschinenpark/bg-aktiv-navi.jpg) no-repeat right bottom;}
ul#navi li a.unsereReferenzen:hover {background: url(../images/unsere-referenzen/bg-aktiv-navi.jpg) no-repeat right bottom;}
ul#navi li a.natursteinUndGartengestaltung:hover {background: url(../images/naturstein-und-gartengestaltung/bg-aktiv-navi.jpg) no-repeat right bottom;}

/* -------------------------------------------------------------------*/
/* --------------------------------| =naviAdd |-----------------------*/
/* -------------------------------------------------------------------*/

ul#naviAdd {
   margin-left: 715px;
   top: 6px;
   width: px;
   height: px;
   position: absolute;
}

ul#naviAdd li {
   position: relative;
   float: left;
}

ul#naviAdd li a {
   display: block;
   font-family: Arial, Verdana, Tahoma,;
   font-size: 11px;
   color: #fff;
   text-align: center;
   text-decoration: none;
	padding: 0 7px;
}

ul#naviAdd li a:hover {color: #ccd9f9;}

/* -------------------------------------------------------------------*/
/* --------------------------------| =adress fragen |-----------------*/
/* -------------------------------------------------------------------*/

#adress,
#fragen {
   width: 220px;
   padding: 0 0 20px 0;
   position: relative;
}

#adress p,
#fragen p {
   margin: 0 0 10px 0;
   position: relative;
	font-size: 11px;
	color: #5a5a5a;
}

#adress p a,
#adress p a.escape,
#adress p a.escape span span,
#fragen p a,
#fragen p a.escape,
#fragen p a.escape span span {
   text-decoration: none;
	font-size: 11px;
}

#adress p a:hover,
#adress p a.escape:hover,
#adress p a.escape:hover span span,
#fragen p a:hover,
#fragen p a.escape:hover,
#fragen p a.escape:hover span span {
   text-decoration: underline;
}