html,body {
	margin: 0;
	padding: 0
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;	
}
div#container {
	background-image: none;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	text-align: left;
}
div#header{
	background-image: url(../images/logo_transparent_adress.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	margin-bottom: 15px;
}
div#frontpage_image {
	display: none;
}
div#flash {
	display: none;
}
div#noflash {
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
div#noflash h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
div#topnavigation {
	display: none;
}
div#wrapper {
	margin: 0px;
}
div#leftnavigation{
	display: none;
}
div#content{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
div#content p {
	line-height: 1.3
}
div#content h1 {
	font-size: 16px;
	font-weight: bold;
}
div#content h2 {
	font-size: 14px;
	font-weight: bold;
}
div#footer{
	display: none;
}
