@charset "UTF-8";

/*
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	background-color: #9b5305;
}
*/


body {
    margin: 0px;
    background-color: white;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ebebeb;
/*    border-width: 30px;*/
    box-shadow: 3px 3px 15px black, -1px -1px 2px black;
}

#top {
    height: auto; 
}

#toplinks {
    width: 658px;
    height: 150px;
    background-color: white;
    padding: 15px;
    float: left;
}

#toprechts {
    height: 180px;
    width: 312px;
/*    background-color: #d8b680;*/
    overflow: hidden;   
}

#top img {
}

#logolinks {
    width: 100%;
}

#logorechts {
    width: auto;
    height: auto;
    color: white;
    list-style-type: square;
    list-style-position: inside;
    padding-left: 0px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: "Arial Narrow", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
/*    text-shadow: 1px 1px 0px black, -1px -1px 0px black;*/
}

#Kopfunterzeile {
    width: 100%;
    height: 20px;
    color: white;
    text-align: center;
/*    clear: left;   */
}


/*
#divmainnav, #content, #seitenleisterechts {
    height: 800px;
}
*/
.standard {
    height: 600px;
}
.flachdach {
    height: 6000px;
}
.steildach {
    height: 5300px;
}
.zimmerer {
    height: 8300px;
}
.terrassen {
    height: 13900px;
}
.triflex {
    height: 5000px;
}

#Kopfunterzeile, #schluss {
    background-color: #f80000;
}

#toprechts, #divmainnav, #seitenleisterechts {
    background-color: #8b8a8a;
}

#divmainnav {
    width: 152px;
    padding-top: 0px;
    float: left;
}
#divmainnav a {
    text-decoration: none;
/*    color: black;*/
    border-radius: 25px;
/*    box-shadow: 0px 2px 20px white inset , 0px -2px 20px white inset, 2px 0px 20px white inset, -2px 0px 20px white inset;*/
    background-color: white;
/*    background-image: -webkit-radial-gradient(#8e8e8e 20%, white 80%);*/
    margin-top: 12px;
}

#mainnav {
    width: auto;
    margin-top: 25px;
}
#mainnav ul {
    padding: 0px;
    margin: 0px;
}
/*
#mainnav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
*/

#mainnav ul {
}
#mainnav ul li {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}
#mainnav ul li a {
    text-decoration: none;
    display: block;
    color: black;
    font-size: 1.0em;
    padding: 14px 34px 14px 34px;
}
#mainnav ul li a.thispage {
    color: white;
    background-color: #f80000;    
}

/*
#mainnav ul li#home:target a {
    background-color: #9b5305;
}
#mainnav ul li#home:target li a {
    background-color: white;
}
*/
/*
#mainnav ul li#home:target a, #mainnav ul li#home:target > #mainnav ul li a{
    background-color: #9b5305;
}
*/

#mainnav ul li#kontakt:target a {
    background-color: #f80000;
}
#mainnav ul li#kontakt:target li a {
    background-color: white;
}

/*
#mainnav ul li#organisation:target a {
    background-color: #9b5305;
}
#mainnav ul li#organisation:target li a {
    background-color: white;
}
*/

#mainnav ul li#bauvorhaben:target a {
    background-color: #f80000;
}
#mainnav ul li#bauvorhaben:target li a  {
    background-color: white;
}

/*
#mainnav ul li#impressum:target a {
    background-color: #9b5305;
}
#mainnav ul li#impressum:target li a  {
    background-color: white;
}
*/

#mainnav ul li:target > a {
/*    color: #FAFAFA;*/
}
#mainnav ul li:target >  ul {
    max-height: 300px;
}
#mainnav ul li ul{
    display: block;
    position: relative;
    padding: 0px;
    border: none;
    box-shadow: none;
    max-height: 0px;
    overflow: hidden;

    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}
#mainnav ul li ul li{
	float: none;
    display: block;
    border: none;
    margin-left: 20px;
}
#mainnav ul li ul li a {
/*    padding-left: 44px;*/
    color: black;
    border-radius: 25px;
    padding-left: 25px;
    margin-top: 5px;
/*    background-color: white;*/
}
#mainnav ul li ul li a:hover{
	color: white;
	background-color: #f80000 !important;
}
#mainnav ul li ul li a.thispage{
	color: white;
	background-color: #f80000 !important;
}

/*
#divmainnav ul {
    list-style: none;
    margin-top: 25px;
    padding: 0px;
}

#divmainnav li {
    text-align: center;    
}

#divmainnav a {
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    margin: 5px 5px;
    padding: 0.5em;
    display: block;
    background-color: #f80000;
    border-radius: 10px;
    box-shadow: 2px 1px 5px 0px;
}
*/

#content {
    width: 510px;
    padding-left: 9px;
    padding-right: 17px;
    background-color: white;
    float: left;
    overflow-y: hidden
}
#h1fotos {
    text-align: left;
    font-weight: bold;
    font-size: 1.6em;
    padding-top: 25px;
    padding-bottom: 30px;
}
#subcontent {
    height: 25px;
    margin-left: 8px;
}
#fototext {
    font-weight: bold;
    padding-bottom: 5px;
}
#contenttext, #contenttextbold {
    padding-bottom: 5px;
}
#contenttextbold {
    font-weight: bold;
}
#subcontent img, #subcontent div {
    width: 100%;
    margin-bottom: 35px;
    box-shadow: 4px 4px 4px #646262;
}

#R {
    font-size: 0.8em;
    vertical-align: top;
}

#tabelle01 {
    width: 510px;
    border: 0px;
    margin-top: 0px;
}

#tabelle01 caption {
    text-align: left;
    font-weight: bold;
    font-size: 1.6em;
    padding-top: 25px;
    padding-bottom: 15px;
/*    height: 50px*/
}

#gmbh {
    font-size: 0.7em;
}

td {
    border: 0px;
}

#Spalte01 {
    width: 35%;
    font-weight: bold;
    
}

#seitenleisterechts {
    width: 312px;
    padding-top: 0px;
/*    background-color: #d9b56a;*/
    float: left;
}

#bildrechts {
    width: auto;
    height: auto;
    max-height: 450px;
    margin-top: 25px;
    margin-bottom: 25px;
/*    margin-left: auto;*/
/*    margin-right: auto;*/
    padding-left: 25px;
    padding-right: 25px;
/*    overflow: hidden;*/
}

#bildrechts img {
    width: 100%;
    height: auto;
}

#schluss {
    width: 100%;
    height: 1em;
    color: white;
    text-align: center;
    text-indent: -18%;
    padding-top: 1em;
    padding-bottom: 1em;
/*    background-color: #9b5305;*/
    clear: left;
}


