html, body { padding: 0; margin: 0; border: 0; }
body { 
    background-color : #FFFDF0;
    text-align : center;
    }
#head {
	width: 100%;
	height : 150px;
	padding : 0;
	background-position : top center;
	background-repeat : no-repeat;
        
        }
#logo { float : left; }
#topnav {
	width : 794px;
	clear : both;
	margin : auto;
	height: 100px;
        }
#main {
        width : 794px;
        display : block;
        background-position : center;
        background-repeat : repeat-y;
        margin : auto;
        position : relative;
        white-space : normal;
        clear : both;
        }
#leftnav {
        width: 170px;
        float: left;
        margin: 0; padding: 0;
        padding-bottom : 113px;
        text-align : left;
        }
#rc {
        width : 179px;
        margin : 0; padding : 0px;
        text-align : left;
        float : right;
        padding-top : 65px;
        }

body.volleBreite #rc { display : none; }
#cc {
        position : relative;
        display : block;
        float : left;
        margin : 20px; padding : 0;
        text-align : left;
        width : 400px;
        padding-bottom : 35px;
        }
body.volleBreite #cc { width : 580px; margin-right:0; }
#foot {
        clear : both;
        z-index : 50;
        font-size : 0.75em;
        text-align : center;
        width : 794px;
        margin: 0; 
        padding-top : 6px;
        padding-bottom : 4px;
        border-top : 1px solid White;
        background-color : #CDC397;
        background-position : bottom right;
        background-repeat : no-repeat;
        }
#w3cnote { display:none; }
#printfoot { display:none; }
.rd { font-family: Arial, Sans-Serif; font-size:12px; color:red; text-align : left; }

#gal_view IMG{
	border:		1px #CDC397 solid;
	margin:		1px;
}
#gal_view IMG:hover{
	border:		1px #CD9367 solid;
}
