@charset "utf-8";
body {
	font: 100% Times New Roman, Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

#wrapper {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

#content {
	padding: 0;
}

#adres {
	text-align: center;
	height: 2.5em;
}

#adres p {
	font-size: 0.9em;
	color: #009966;
	text-align: center;
}
#wrapper #content img {
	border: 0;

}

/*---------------------tekst--------------------------*/

/* Headings */

h1 {
	font: 300% "Times New Roman", Times, serif;
	display:none;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #055A07;
	text-align: center;
	font-weight: bold;

}

