html {
	overflow-y:scroll;
} 

body {
	margin:2px;
	padding:2px;
	text-align:center;
	background:#F4F4F4 url(../../images/bg.gif) repeat-y scroll center top;
}

.dheader {
	width: 760px;
}

.dnav {
	width: 212px;
	float: left;
}

.dcontent {
	width: 548px;
	float: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold  {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.marker {
	color: #00f;
}

.viewport  {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

.divContainerScroll {
	position: relative;
    height: 120px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	visibility: hidden;
	margin-left: 0px;
	margin-right: 0px;
	width: 166px;
	clip: rect(0,166,120,0);
}

.divContentScroll {
	position: relative;
	top: 0px;
	left: 0px;
}

/* for GoogleMap*/

.mapinfo {
	width: 200px;
	color: #000;
	font:normal 11px verdana, arial, helvetica, sans-serif;
}

#map {
	width: 528px;
	height: 477px;
	margin-left:5px;
}

/* IE SUCKS! */

*html #map {
	width: 528px;
	height: 486px;
	margin-left:5px;
}

