/*--------------------------------------------*/
/*---Copyright (c) EDV MAHO Internetagentur---*/
/*--------------------------------------------*/

/*---all---*/

* {
        font-family:verdana,arial,sans-serif;
         }
         
html {
         overflow: scroll;
         height: 100%;
         }

body {
         margin-top:20px;
         }

h1 {
         font-size:medium;
                margin:1em 0em 0em 0em;
         }

h2 {
         font-size:small;
        margin:0em 0em 1em 0em;
         color:#808080;
         font-weight:normal;
         }


h3 {
         font-size:medium;
        margin:0em;
         color:#a71a1f;
         border-bottom:1px solid #d9d9d9;
         }

h6 {
         font-size:small;
        margin:1em 0em;
         text-decoration:underline;
         font-weight:normal;
         }

li {
        margin:0.5em 0em;
         }

form {
        display:inline;
         }

input, textarea {
         }

p {
        margin:1em 0em;
         }

img {
        border:0;
         }

blockquote {
        font-weight:bold;
         font-style:italic;
         color:#a71a1f;
         font-size:medium;
         }

/*---div---*/

#site {
         margin:0 auto;
        padding:0;
         width:990px;
         border:1px solid #d9d9d9;
         }

#head {
         margin:0;
        padding:0;
         }

#head h1 {
         margin:0;
        padding:10px;
         color:#808080;
         font-size:x-small;
         text-align:center;
         font-weight:normal;
         }

#house {
         margin:0;
        padding:0;
         width:990px;
         height:200px;
         background-color:#d9d9d9;
         background-image:url(../images/massivhaus-schleswig-holstein.jpg);
         background-repeat:no-repeat;
         background-position:left;
         }

#house h1 {
         margin:0;
        padding:50px 8px 0 0;
        font-size:44px;
        text-align:right;
         color:#808080;
         font-weight:normal;
         }

#left {
         margin:0;
        padding:80px 0 0 30px;
         float:left;
         width:182px;
         }

#menu {
         margin:0;
        padding:0;
         width:212px;
         font-size:small;
         }

#menu a, #menu span {
         text-decoration:none;
         display:block;
         width:201px;
         margin:10px 0;
         padding:0 5px;
         }

#menu a:link, #menu a:visited {
         border-left:4px solid #ffffff;
         color:#808080;
         }

#menu a:hover, #menu a:focus, #menu a:hover, #menu a:active, #menu span {
         border-left:4px solid #a71a1f;
         color:#000000;
         }

#menu a.series, #menu span.series {
         text-decoration:none;
         display:block;
         width:181px;
         margin: 0 0 4px 20px;
         padding:0 5px;
         }

#menu a.series:link, #menu a.series:visited {
         border-left:4px solid #ffffff;
         color:#808080;
         }

#menu a.series:hover, #menu a.series:focus, #menu a.series:hover, #menu a.series:active, #menu span.series {
         border-left:4px solid #a71a1f;
         color:#000000;
         }

#menu a.variant, #menu span.variant {
         font-size:x-small;
         text-decoration:none;
         display:block;
         width:161px;
         margin: 0px 0 4px 40px;
         padding:0 5px;
         }

#menu a.variant:link, #menu a.variant:visited {
         border-left:4px solid #ffffff;
         color:#808080;
         }

#menu a.variant:hover, #menu a.variant:focus, #menu a.variant:hover, #menu a.variant:active, #menu span.variant {
         border-left:4px solid #a71a1f;
         color:#000000;
         }



#logo {
         margin:0 auto;
        padding:60px 0 0 0;
         width:202px;
         height:87px;
         background-image:url(../images/bauunternehmen-schleswig-holstein.jpg);
         background-repeat:no-repeat;
         background-position:left;
         }

* html #logo {
        height:147px;
         he\ight:87px;
         }

#content {
         margin:0;
        padding:40px 40px 10px 25px;
         width:675px;
         float:right;
         font-size:small;
         line-height:24px;
         background-image:url(../images/hella-wilkens-bauunternehmen.jpg);
         background-repeat:no-repeat;
         background-position:center center;
         }

* html #content {
        width:740px;
         w\idth:675px;
         }

#footer {
         margin:0;
        padding:4px 0;
         clear:both;
         background-color:#d9d9d9;
         font-size:x-small;
         line-height:1.5;
         text-align:center;
         }

#footer a {
         font-size:x-small;
         color:#000000;
         text-decoration:none;
         }
#footer a:focus, #footer a:hover, #footer a:active {
         color:#a71a1f;
         }

/*---verlinkungen---*/

a {

         }

a:link, a:visited {
         color:#a71a1f;
         text-decoration:none;
         }

a:focus, a:hover, a:active {
         text-decoration:underline;
         }

/*---class---*/

.xsmall {
        font-size:x-small;
         }

.small {
        font-size:small;
         }

.medium {
        font-size:medium;
         }

.large {
        font-size:large;
         }

.xlarge {
        font-size:x-large;
         }

.clearer {
        clear:both;
         margin:0;
         }

.border {
        padding:4px;
         border:1px solid #d9d9d9;
         }
