@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #00a6eb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

strong {
	color: #00469b;
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	font-size: 11px;
}

select, option, input, textarea {
	color: #2d2d2d;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	background: transparent;
	border: 1px solid #2fa7d9;
}

textarea {
	overflow: auto;
}

form p {
	margin-bottom: 0;
}

ul, ol {
	margin-left: 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

#header h1, #header_home h1 {
	float: left;
	width: 251px;
	height: 40px;
	margin: 40px 0 0 80px;
}

#header h1 a, #header_home h1 a {
	display: block;
	width: 251px;
	height: 58px;
	background: url('/images/h1.jpg') no-repeat;
	color: transparent;
}

#content h1, #menu h1 {
	float: left;
	width: 350px;
	margin: 0px 0 0 132px;
	color: #2d2d2d;
	font-size: 17px;
	font-weight: bold;
}

#menu h1.nosubmenu {
	padding-top: 188px;
}

#menu h2 {
	float: left;
	margin: 40px 0 0 52px;
	color: #a1a1a1;
	font-size: 11px;
}

#content h2 {
	color: #00a6eb;
	font-size: 17px;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}
