/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
        margin: 0;
        padding: 0;
}

body {
        margin-top: 20px; /*background: #404040 url(images/img01.gif) repeat-x;*/
/*background: #000000 url('images/92.jpg');*/
        font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #CCCCCC;
        background-color: #FFECD0;
}

#wrapper {
        width: 762px;
        margin: 0 auto;
        background: #000000 url(images/wrapper1.gif);
}

h1, h2, h3 {
        margin-bottom: 1em;
        text-transform: uppercase;
        color: #FFFFFF;
}

h1 { font-size: 2.8em;}
h2 { font-size: 1.8em;}
h3 { font-size: 1.2em; }




p, blockquote, ul, ol {
        margin-bottom: 1.5em;
        text-align: left;
        line-height: 1.8em;
}

blockquote, ul, ol {
        margin-left: 3em;
}

blockquote {
        margin-right: 3em;
}

a {
        color: #CCCCCC;
}

a:hover {
        text-decoration: none;
        color: #FFFFFF;
}

img {
        border: 1px solid #fff;
        padding: 5px;
        margin: 5px;
}

img.left {
        float: left;
        margin: 0 15px 15px 0;
}

img.right {
        float: right;
        margin: 0 15px 0 15px;
}
img.center {
        margin: auto;
        padding: 5px;
        text-align: center;

}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
        margin: 0;
        padding: 5px 15px;
        background: url(images/img08.gif) no-repeat left center;
        text-transform: uppercase;
        font-size: small;
}

.boxed .content {
        padding: 15px;
        background: url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
        margin-left: 0;
        list-style-position: inside;

}

/* Logo */


#logotext {
        }
#logo {
        width: 760px;
        height: 200px;
        margin: 0 auto;
        background: #000000 url(images/steinbruchlogo.jpg) no-repeat;
}

#logo h1 {
        float: left;
        width: 450px;
        margin: 0;
        padding: 164px 0 0 0;
        text-align: right;
        letter-spacing: 5px;
        font-size: 20px;
}

#logo h2 {
        float: right;
        width: 250px;
        margin: 0;
        padding: 170px 20px 0 0;
        font-size: 14px;
}

#logo a {
        text-decoration: none;
        color: #FFFFFF;
}

/* Page */

#page {
        width: 760px;
        margin: 0 auto;
        background: #42352D;
}

#menuholder {
        width: 760px;
        margin: 0 auto;
        background: #1E2069;
        /*#7F8400 url('images/menubg.gif') repeat-x top left;*/
}

/* Content */

#content {
        float: left;
        width: 480px;
        padding: 20px;
        background: url(images/steinbruch2.jpg) no-repeat;
}

#welcome {
        padding-bottom: 20px;
}

#olist {
        clear: left;
        float: left;
        width: 230px;
}

#ulist {
        float: left;
        width: 230px;
        padding-left: 10px;

}
#ulist li {
        padding-bottom: 2em;
}

/* Sidebar */

#sidebar {
        float: right;
        width: 200px;
        padding: 20px;
        background: url(images/steinbruch3.jpg) no-repeat;
}

#sidebar blockquote {
        margin-left: 0;
        margin-right: 0;
}

/* Menu */

#menu
{
position: relative;
background: #404040 url('images/img05.gif') repeat-x top left;
height: 3.5em;
padding: 0em 0.1em 0em 0.1em;
margin-bottom: 0px;
}

#menu ul
{
position: absolute;
top: 1.1em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #404040 url('images/menuactive1.gif') repeat-x top left;
}

#menubottom
{
margin: 0;
padding-top: 1px;
}
/* Footer */

#footer {
        width: 760px;
        margin: 0px auto;
        padding:  0;
        background: url(images/img15.gif) repeat-x;

}

#footer p {
        margin: 0;
        text-align: center;
        font-size: x-small;


}

#footer a {
        color: #fff;
}









