@import url(reset.css);

/* --------------------------------------------------------------- Layout */

#container-top, #container-main, #container-bottom
{
    text-align:left;
    width:902px;
    margin:0px auto;
    padding: 0 10px;
    border: 0;
}

#container-top 
{
    background: transparent url('img/bg-schatten-top.png') no-repeat top center;
}

#container-main 
{
    background: transparent url('img/bg-schatten-main.png') repeat-y top center;
}

#container-bottom 
{
    height: 20px;
    background: #fff url('img/bg-schatten-bottom.png') repeat-y top center;
}

#logo, #header, #main, #footer {
    width: 894px;
    background: #fff;
    border-left:solid 4px #ffffff;
    border-right:solid 4px #ffffff;
}

#logo 
{
    height: 120px;
    position: relative;
}

#header
{
    
    height:246px;
}

#headerleft
{
    width: 267px;
    height: 198px;
    float:left;
    background: transparent url('img/hamburger-schluesseldienst-figur.png') no-repeat  top left;
}

#headerright ul {
    font-size:16px;
    color:#28721A;
    margin: 30px 0 0 25px;
}

#headerright
{
    width: 622px;
    height: 100%;
    float:right;
    background: transparent url('img/hamburger-schluesseldienst-haus.png') no-repeat top right;
}

#main
{
    clear:both;
    float: left;
    width: 894px;
}


#navigation
{
    margin-top: 0px;
    width: 266px;
    margin-right:10px;
    float:left;
}

#navigation ul
{
    border-top: 1px solid #aaa;
}

#navigation li {
    border-bottom: 1px solid #aaa;
	line-height: 23px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}

#content
{
    width: 540px;
    margin-left: 20px;
    margin-top:5px;
    padding-bottom:40px;
    float:left;
}

#content li {
    list-style-type: square;
    clear:none;
    margin-left:15px
}

#footer
{
    border-top: solid 1px #ccc;
    text-align: center;
    clear:both;
}

html {
    text-align: center;
    height: 100%;
    padding-bottom: 1px;
}

body {
    background: #fff69e url('img/bg-verlauf.jpg') repeat-x 0 0;
    color: #333;
    direction: ltr;
    font: 87.5%/1.5 "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, verdana, sans-serif; 
    margin: 0 auto;
    padding: 0;
    text-align: center;
}



#logo h1 {
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size:30px;
    color:#cc0000;
}

h1 {font-size:30px;color:#cc0000;}
h2 {font-size:18px; font-weight: bold;}
p {margin-bottom:21px;}


a:link, a:visited, a:hover, a:active
{
  text-decoration:none;
  font-weight:bold;
}

a:link
{ 
color:#cc0000;
}

a:visited
{
color:#cc0000;
}

a:hover
{
color:#cc4444;
}

a:active
{
color:#f00;
}

hr
{
    height: 1px; 
    color: #ccc; 
    background-color: #ccc; 
    border: none;
}



strong {font-weight:bold;}
