
body {
    color: #333;
    background-color: white;
	text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    border-width: 0
    }

div#wrapper    {
    background-color: #fff;
    background-image: url("../image/page_bg.jpg");
    background-repeat: repeat-y;
    background-position: 0 0;
    text-align: left;
    margin: 20px auto;
    padding: 20px 20px 0;
    width: 690px;
    border-width: 0
    }




div#sectionbar       {
    background-image: url(../image/section/image_06.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    visibility: visible;
    margin: 0;
    padding: 0;
    width: 690px;
    height: 96px;
    clear: both
    }







div#titlebar       {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    visibility: visible;
    margin: 0 0 55px;
    padding: 0;
    width: 690px;
    height: 30px
    }




div#titlebar h1 {
    font-size: 25px;
    line-height: 1em;
    display: none;
    margin-left: 40px;
    padding: 0
    }

div#maincontent    {
    visibility: visible;
    margin: 0 0 40px 40px;
    padding: 0;
    width: 420px;
    float: left;
    border-width: 0
    }


div#sidebar  {
    margin: 0 0 0 480px;
    padding: 0;
    width: 190px;
    border-width: 0
    }


div#footer     {
    text-align: center;
    margin: 0;
    padding: 0 40px;
    clear: both;
    border-top: 1px dotted #ccc;
    border-right: ;
    border-bottom: 10px solid #0074bc;
    border-left: 
    }


div#footer p {
    color: #999;
    font-size: 10px
    }

div#menubar     {
    background-color: #666;
    display: block;
    margin: 0;
    padding: 0 0 0 28px;
    position: absolute;
    top: 20px;
    width: 662px;
    height: 20px
    }

div#logo {
	position: relative;
	top: 0;
	left: 546px;
	background-image: url(/image/de/logo.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 96px;
}

/*
img#logoimg  {
    position: relative;
    top: 0;
    left: 546px
    }
*/

