body, html {
	margin:0px;
	padding:0px;
}

body {
	background:#000;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
	/*font-family:"Trebuchet MS", Helvetica, sans-serif;*/
	color:#fff;
}

a { color:#fff; text-decoration:none; }
a:hover { text-decoration:none; }

div {
	margin:0px;
	padding:0px;
}
div#container {
	width:900px;
	color:#fff;
}
#menu {
	width:900px;
	margin:0 auto;
	text-align:center;
}
	#menuSub {
		width:220px;
		margin:0 auto;
	}
	.menuA {
		padding:0 12px;
		font-weight:bold;
	}
	.menuDiv {
		float:left;
		margin:0 12px;
		cursor:pointer;
		height:18px;
		/*background: url(sysimages/punktur.jpg) no-repeat 100% 0;*/
	}

#cont {
	width:900px;
	min-height:180px;
	height: auto !important;
	height:180px;
	text-align:center;
}
#content {
	margin:30px auto;
	text-align:left;
	width:730px;
}
#address {
	text-align:center;
	/*padding-left:50px;*/
	width:900px !important;
	width:900px;
}