@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

select, option, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}

#header h1 {
	float: left;
}

h1 {
	color: #06480d;
	font-weight: bold;
	margin-bottom: 10px;
}

#header h1 a {
	display: block;
	width: 500px;
	height: 134px;
	margin: 0 0 0 26px;
}

#header h1 span {
	display: none;
}

#left h2 {
	margin: 0 0 10px 0;
}

#right h2 {
	margin: 0 0 30px 0;
}

h2 span {
	display: none;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}
