html {
	width:100%;
         height: 100%;
	margin: 0;
         padding: 0;
         overflow:hidden;
}
body {
	width:100%;
         height: 100%;
         margin: 0;
         padding: 0;
         background: #fff;
         color: #444;
         overflow:hidden;
         overflow-x: hidden;
         overflow-y: hidden;
}
#pagecontainer {
	display: block;
         width: 95%;
         height: 100%;
         margin-left: auto;
         margin-right: auto;
         position: relative;
         /*padding-top:300px;
         padding-bottom:50px;*/
         top: 0px;
         text-align: left;
         background: #fff;
         color: #777;
         padding-left:5%;
}
#page {
	display: block;
         width: 95%;
         height: 530px;
        /* margin-left: auto;
         margin-right: auto;*/
         position: absolute;
         /*padding-top:300px;
         padding-bottom:50px;*/
         top: 49%;
         left: 5%;
         margin-top: -260px;
         text-align: center;
         background: #fff;
         color: #777;
         white-space:nowrap;
         /*border:1px solid red;*/
}
#leftcol {
	display: block;
         position: absolute;
         left: 0px;
	width: 360px;
         border-right: 1px solid #aaa;
         height: 100%;
         text-align: right;
         text-align: left;
         margin-right: 100px;
         /*border:1px solid blue;*/
}
#rightcol {
	display: block;
         position: relative;
	width: auto;
         margin-left: 460px;
         left: 0px;
         height: 521px;
         text-align: left;
         overflow: auto;
         overflow-y: hidden;
}
#rightcol img {
	margin-right: 5px;
}
#rightcol1 {
	display: block;
         position: relative;
         left: 460px;
	width: auto;
         height: 501px;
         white-space:nowrap;
         text-align: left;
         /*border:1px solid blue;*/
         overflow: auto;
         overflow: hidden;
}
#logo {
	background: #fff url(../media/images/logo.gif) 0px 0px no-repeat;
         width: 296px;
         height: 69px;
}

#mainmenu {
	width: 296px;
         padding-top: 170px;
         text-align: right;
         height: 269px;
         /*border:1px solid red;*/
}
#copyrights {
	font-family: arial, tahoma, helvetica, verdana, sans-serif;
	margin-top:0px;
         text-transform: uppercase;
         font-size: 9px;
         color: #888;
         text-align: right;
         padding-right: 65px;
}
.photographie {
	background:url(../media/images/photographie.gif) 343px 428px no-repeat;
}
.contact {
	background:url(../media/images/contact.gif) 343px 428px no-repeat;
}
.imprint {
	background:url(../media/images/imprint.gif) right 428px no-repeat;
}