@CHARSET "ISO-8859-1";

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: arial, helvetica, sans-serif;
    /*font-size: 12px;*/
}

#head {
    margin: 0 auto 20px auto;
    margin: 0 0 41px 0;
    width: 1010px;
    height: 139px;
    background-repeat: no-repeat;
    background-image: url(../pics/layout/header.jpg);
}

#head div {
    margin: 0;
    padding: 0;
}

#head a#link-kindernotruf {
    position: absolute;
    top: 32px;
    left: 675px;
    background-repeat: no-repeat;
    background-image: url(../pics/layout/link-kindernotruf.gif);
    display: block;
    width: 218px;
    height: 39px;
}
#head a:hover#link-kindernotruf {
    background-image: url(../pics/layout/link-kindernotruf-active.gif);
}

#head a#link-spenden {
    background-repeat: no-repeat;
    background-image: url(../pics/layout/link-spenden.jpg);
    display: block;
    font-weight: bold;
    width: 175px;
    height: 28px;
    position: absolute;
    top: 111px;
    left: 814px;
    line-height: 28px;
    text-indent: 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #fff;
}

#head a:hover#link-spenden {
    /*background-image: url(../pics/layout/link-spenden-active.jpg);*/
    background-position: -175px;
}

#head div#infotext {
    position: absolute;
    top: 120px;
    left: 205px;
    width: 380px;
    height: 18px;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    color: white;
}

#head #uhr {
    position: absolute;
    top: 111px;
    left: 608px;
}

#head div#info-spenden {
    background-repeat: no-repeat;
    background-image: url(../pics/layout/info-spenden.jpg);
    display: block;
    font-weight: bold;
    width: 175px;
    height: 28px;
    position: absolute;
    top: 111px;
    left: 595px;
    line-height: 28px;
    text-indent: 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #000;
    /*
    border: solid 1px blue;
    */
}
    
#search {
    background-repeat: no-repeat;
    background-image: url(../pics/layout/Suchen.jpg);
    background-position: bottom left;
    position: absolute;
    top: 97px;
    left: 26px;
    width: 182px;
    height: 42px;
}
#search:hover {
    background-position: -182px bottom;
}

#search label {
    visibility: hidden;
}

#search input.text {
    background-color: transparent;
    border: none;
    padding: 1px 1px 1px 5px;
    width: 164px;
    height: 20px;
    text-transform: uppercase;
    margin: 0;
    /*
    border: solid 1px black;
    */ 
}

#search input.submit {
    margin: 0;
}
    
#main {
    margin: 0 auto 0 auto;
    margin: 0 0 0 0;
    width: 1011px;
}

#navigation {
	float: left;
	width: 208px;
	margin: 0;
}  

#main-content {
    float:left;
    width: 544px;
    margin: 0 15px;
    padding: 0 15px;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    
}

#right-content {
    float: left;
    width: 195px;
    /*height: 400px;*/
    background-image: url(../pics/layout/right-background.jpg);
    background-repeat: no-repeat;
    background-position: top;
    border-bottom: 1px solid #aaa;
}
    
#footer {
    margin: 20px 0 0 0;
    padding: 0;
    width: 1010px;
    background-image: url(../pics/layout/footer.jpg);
    background-repeat: no-repeat;
    height: 18px;
}

#footer ul {
    height: 18px;
    margin: 0;
    padding: 0 0 0 25px; 
    line-height: 12px;
}

#footer ul li {
    padding: 0 0px 0 0; 
    list-style-type: none;
    display: inline;
    font-size: 10px;
    color: white;
    margin: 0;
}

#footer ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    line-height: 10px;
    color: white;
    letter-spacing: 0.1px;
}
#footer ul li a:hover {
    color: #999;
    text-decoration: underline;
}
