@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #434343;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	color: #900;
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

select, option, input, textarea {
	color: #434343;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	background: #f8f8f8;
	border: 1px solid #dfdede;
}

textarea {
	overflow: auto;
}

form p {
	margin-bottom: 0;
}

ul {
	margin-left: 20px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

#header h1 {
	float: left;
	width: 350px;
	height: 130px;
	margin: 0 0 0 35px;
	background: url('../images/h1.jpg');
}

#header h1 a {
	display: block;
	width: 350px;
	height: 130px;
}

#header h2 {
	float: right;
	margin: 52px 35px 0 0;
	color: #d1c0c0;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

#content h1, h1, #content h2, h2 {
	margin: 16px 0;
	color: #900;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#content h1.smallmargin, #content h2.smallmargin {
	margin-bottom: 7px;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}
