html, body
{
                width: 100%;
	text-align: center;
	margin: auto;
                background-color: #FFF;
                color: #000;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size:14px;




}

    a { text-decoration:none; }
    a:link { text-decoration:none; }
    a:visited { text-decoration:none;}
    a:hover { text-decoration:none;  }
    a:active { text-decoration:none; }



td
{
                font-family: "Segoe UI", Arial, sans-serif;

}


.hidden {
	display:none;
	margin:0px;
	padding:0px;
	}





h1
{
    color: #CC0000;
    font-size: 22px;
    font-weight: normal;
}


h2
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}


hr
{
    clear: left
    visibility: hidden;
}

input
{
    color: #999;
    font-size: 12px;
    width: 180px;
    border: 1px solid #666;
    margin: 3px;
    padding: 2px;
}



#main
{
    position: static;
    margin: auto;
    margin-top: 0px;
    text-align: left;
    max-width: 980px;
    width:expression(document.body.clientWidth > 980? "980px": "auto");
    font-family: "Segoe UI", Arial, sans-serif;
}


.logo
{
    position: static;
    margin-top: 30px;
    width: 980px;
    height: 100px;
}


.hauptmenue_container
{
    position: static;
    margin-top: 30px;
    height: 50px;
    width: 980px;
    text-align: right;
}

.hauptmenue
{
    color: #333;
    font-size: 16px;
    cursor: pointer;
} 
                 .hauptmenue a { text-decoration:none; color:#333; cursor: pointer;}
	 .hauptmenue a:link { text-decoration:none; color:#333; cursor: pointer;}
	 .hauptmenue a:visited { text-decoration:none;  color:#333; cursor: pointer;}
	 .hauptmenue a:hover { text-decoration:underline;  color:#333; cursor: pointer;}
	 .hauptmenue a:active { text-decoration:none; color:#333; cursor: pointer;}



.hauptmenue_Active
{
    color: #333;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}
                 .hauptmenue_Active a { text-decoration:underline; color:#333; cursor: pointer;}
	 .hauptmenue_Active a:link { text-decoration:underline; color:#333; cursor: pointer; }
	 .hauptmenue_Active a:visited { text-decoration:underline;  color:#333; cursor: pointer;}
	 .hauptmenue_Active a:hover { text-decoration:underline;  color:#333; cursor: pointer;}
	 .hauptmenue_Active a:active { text-decoration:underline; color:#333; cursor: pointer;}

.collage
{
    position: static;
    width: 980px;
    height: 320px;
}


.content_container
{
    position: static;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 980px;
    min-height: 100px;
    overflow: hidden;
}



.inhalt
{
    float: left;
    width: 980px;
    color: #000;
    line-height: 20px;
}

    .inhalt a { text-decoration:underline; color: #CC0000;}
    .inhalt a:link { text-decoration:underline;  color: #CC0000;}
    .inhalt  a:visited { text-decoration:underline; color: #CC0000;}
    .inhalt a:hover { text-decoration:none; color: #CC0000;}
    .inhalt a:active { text-decoration:underline; color: #CC0000;} 




.imgleft
{
    float: left;
    margin: 0px 15px 15px 0px;
    width: 320px;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 6px -5px #ccc;
}

.imgright
{
float: right;
margin: 0px 0px 15px 15px;
width: 220px;
}


.seperator_aktuelles
{
float: left;
margin: 30px 0 30px 0;
width: 398px;
height: 10px;
    background-image:url(/upload/CMS/Siedlungswerk_F_ssen/templateimages/seperator_aktuelles.gif);
}


.footer
{
    position: static;
    width: 980px;
    height: 30px;
    background-image:url(/upload/CMS/Siedlungswerk_F_ssen/templateimages/footer.gif);
}


.copyright
{
    position: static;
    float: right;
    height: 20px;
    widht: 980px;
    font-size: 12px;
}


.seperator
{
    position: static;    
    height: 30px;
    widht: 100%;

}

