
/*| ------------------------------------------------------------------*/
/*| --------------------------------| =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: #3e3e3e;
   text-decoration: none;
   list-style-type: none;
   outline: none;
}

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

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

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

.clear {
   clear: both;
}

.hightlight {
   color: #b30705;
	font-size: 12px;
}

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

h1.branding {
   width: 239px;
   height: 188px;
   position: absolute;
   top: 104px;
	left: 99px;
}

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

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

h2 {
   margin-bottom: 30px;
	text-indent: -5000px;
   width: 481px;
   height: 41px;
}

h2.startseite {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/danke/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.ihrTeam {background: url(../images/ihr-team/bg-h2.gif) no-repeat left top;}
h2.dieLeistungen {background: url(../images/die-leistungen/bg-h2.gif) no-repeat left top;}
h2.referenzgalerie {background: url(../images/referenzgalerie/bg-h2.gif) no-repeat left top;}
h2.bautagebuch {background: url(../images/bautagebuch/bg-h2.gif) no-repeat left top;}

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

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

h5 {
   font-size: 12px;
   font-weight: bold;
   color: #3e3e3e;
}

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

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

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

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

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

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

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

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

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

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

/* 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: 487px;
   background: url(../images/bg-header.jpg) no-repeat top left;
   position: relative;
}

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

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

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

/* contentMain */
#contentMain {
   width: 531px;
   min-height: 220px;
   _height: 220px;
	padding: 14px 0 20px 20px;
   background: url(../images/bg-content-container.jpg) no-repeat top left;
   position: relative;
	float: right;
}

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

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

/* contentColumn3 */
.contentColumn3 {
   width: 481px;
   position: relative;
}


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

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

#container #contentContainer ul.small {
	width: 250px;
}

#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;
}

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

ul#navi {
   left: 404px;
   top: 384px;
   height: 43px;
   position: absolute;
   z-index: 200;
}

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

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

ul#navi li a.ihrTeam {width: 101px;}
ul#navi li a.ihrTeam:hover {background: url(../images/ihr-team/bg-aktiv-navi.jpg) no-repeat right top;}

ul#navi li a.dieLeistungen {width: 143px;}
ul#navi li a.dieLeistungen:hover {background: url(../images/die-leistungen/bg-aktiv-navi.jpg) no-repeat right bottom;}

ul#navi li a.referenzgalerie {width: 145px;}
ul#navi li a.referenzgalerie:hover {background: url(../images/referenzgalerie/bg-aktiv-navi.jpg) no-repeat right bottom;}

ul#navi li a.bautagebuch {width: 162px;}
ul#navi li a.bautagebuch:hover {background: url(../images/bautagebuch/bg-aktiv-navi.jpg) no-repeat right bottom;}

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

ul#naviAdd {
   margin-left: 733px;
   top: 15px;
   height: 15px;
   position: absolute;
}

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

ul#naviAdd li a {
   display: block;
   height: 15px;
	text-indent: -5000px;
}

ul#naviAdd li a.startseite {width: 56px;}
ul#naviAdd li a.startseite:hover {background: url(../images/index/bg-aktiv-navi.jpg);}

ul#naviAdd li a.kontakt {width: 51px;}
ul#naviAdd li a.kontakt:hover {background: url(../images/kontakt/bg-aktiv-navi.jpg);}


ul#naviAdd li a.impressum {width: 65px;}
ul#naviAdd li a.impressum:hover {background: url(../images/impressum/bg-aktiv-navi.jpg);}

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

#leistungen {
   position: relative;
	margin: 0px;
	margin-bottom: 115px;
}

#adress h3,
#leistungen h3 {
   position: absolute;
	text-indent: -5000px;
	margin: 0px;
}

#leistungen ul li,
#leistungen a {
   font-size: 11px;
}

#adress p {
   margin: 0 0 8px 0;
   position: relative;
   font-size: 11px;
   color: #3e3e3e;
   line-height: 18px;
}

#leistungen p a,
#adress p a,
#adress p a.escape,
#adress p a.escape span span {
   text-decoration: underline;
   font-size: 11px;
   color: #3e3e3e;
   line-height: 18px;
}

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