html, body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: url(bilder/hintergrund.gif) repeat-x;    
}

* {
    margin: 0;
    padding: 0;
}


h2 {
    text-align: left;
    margin: 0 420px 0 50px;
    padding: 40px 0 5px 0;
    color: #000066;
    border-bottom: 1px solid #000000;
}

h3 {
    text-align: left;
    margin: 0 420px 0 50px;
    padding: 46px 0 5px 0;
    color: #000066;
    border-bottom: 1px solid #000000; 
}

ul.listindex {
    margin: 0 0 0 120px;
    list-style: square;
    color: #000000;
}

li.listitemindex {
    padding: 0 0 5px 15px;
    text-align: left;
    font-weight: bold;
}

ul.listsitemap {
    margin-left: 100px;
    list-style: square;
    color: #000000;    
}

ul ul.listsmallsitemap {
    list-style: url(bilder/zeichen_klein.gif);
    color: #000000;
    margin-left: 20px;
}

li.listitemsitemap {
    margin: 0 0 0 30px;
    padding: 0 0 5px 10px;
    text-align: justify;
}

A.linkwhite:link {
    color: #FFFFFF;
    text-decoration: none;    
}

A.linkwhite:active {
    font-weight: bolder;
    text-decoration: none;
}

A.linkwhite:hover {
    font-weight: bolder;
    text-decoration: none;
}

A.linkwhite:visited {
    color: #FFFFFF;
    text-decoration: none;
}

A.linkgrey:link {
    color: #666666;
    text-decoration: none;
}

A.linkgrey:active {
    text-decoration: none;
}

A.linkgrey:hover {
    text-decoration: none;
}

A.linkgrey:visited {
    color: #666666;
    text-decoration: none;
}

table.impressum {
    margin: 0 0 0 50px;
    text-align: left;
}

#page {
    width: 800px;
    height: 600px; 
    margin: 0 auto;
    margin-top: 10px;
    border-width: 3px 3px 3px 3px;
    border-color: #000000;
    border-style: solid;
}


#header {
    background: url(bilder/kopfbereich_goerlach.gif);
    height: 150px;
}

#header.daecher {
    background: url(bilder/kopfbereich_gmbh.gif);
    height: 150px;
}

#header.fertigung {
    background: url(bilder/kopfbereich_fertigungstechnik.gif);
    height: 150px;
}

#menu_middle {
    background-color: #000000;
    height: 25px;
}

#content {
    background-color: white;
    height: 400px;
    text-align: justify;
}         

#content p.large {
    padding: 30px 50px 0 50px;     
}

#content p.narrow {
    padding: 20px 50px 0 50px;
}

#content p.locationtext {
    padding: 30px 350px 0 50px;
}

#footer {
    float:left;
    background-color: #000000; 
    height: 25px;
    text-align: left;    
}

#footer p {
    font-size: 0.8em;
    color: #FFFFFF;
    line-height: 21pt;
    padding: 0 1em 0 1em;
}

#menu_bottom {
    background-color: #000000;
    height: 25px;
    text-align: right;
}

#menu_bottom a {
    font-size: 0.8em;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    border-left-width: thin;
    padding: 0 1em 0 1em;
    line-height: 21pt;
}

#locationmap {
    float: right;
    width: 305px;
    height: 253px;
    border: 1px solid #000000;
    margin: 10px 50px 0 30px;

}

.textbold {
    font-weight: bold;  
}

.padding_impr {
    padding-left:50px;
}

body { background-attachment: fixed; }

#page.dyn, #page.dyn #content {
    height: auto !important;
}

#page.dyn #content { padding-bottom: 50px; }

#page.dyn #content h2,
	#page.dyn #content h3,
	#page.dyn #content p { margin: 0 50px; }
#page.dyn #content h2,
	#page.dyn #content h3 { padding-top: 20px; }
#page.dyn #content h2.headline,
	#page.dyn #content h3.headline { padding-top: 46px; }
#page.dyn #content ul { margin: 0 50px 0 70px; }
#page.dyn #content p { padding: 5px 0 10px; }
