html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body {
	margin: 0;
/*	font-family: "Helvetica Neue", Helvetica, sans-serif, Arial;*/
	font-family: Verdana, sans-serif, Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* Angaben fŸr alle standardkonformen Browser */

#footer {
    position:fixed;
    bottom: 0px;
    background: #FFFFFF;
    text-align: right;
    width: 99%;
}

/* Angaben nur fŸr den Internet Explorer mittels Star-HTML-Hack */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}


* html #footer {
    background: #FFFFFF;
    height: 5%;
    text-align: right;
    padding-top: 1%;
}

.bw_pic {
	margin-left: 10px;
	float: left;
}

.bw_pic img {
	height: 150px;
}


#logo {
	position: absolute;
	top: 30%;
	right: 150px;
	font-size: 40px;	
}

#copyright {
	font-size: 11px;
	color: grey;
	position: fixed;
	text-align: right;
	bottom: 5px;
	right: 5px;	
}

#dialog {
	margin-top: 30px;
	margin-left: 5px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
