@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #69C;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	font-size: 11px;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	background: #fff;
	border: 1px solid #000;
}

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 {
	float: left;
	width: 300px;
	height: 110px;
}

#header h1 a {
	display: block;
	width: 300px;
	height: 110px;
	color: transparent;
}

#content h1, #content p.strong {
	display: block;
	margin: 0 0 35px 0;
	padding: 0 0 2px 15px;
	border-bottom: 1px dashed #e2e1df;
	color: #006699;
	font-size: 16px;
	font-weight: bold;
}

#content h2, #content p.cimsor {
	display: block;
	margin: 0 0 25px 0;
	padding: 0 0 2px 15px;
	border-bottom: 1px dashed #e2e1df;
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}


.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}

h2 {
  color: #990033;
  background: transparent url('/images/nyil.jpg') left center no-repeat;
  padding: 25px 0 2px 0;
  border-bottom: 1px dashed #e2e1df;
  margin: 0 0 15px 0;
  font-size: 14px;
}

h3 {
  color: #990033;
  background: transparent url('/images/nyil.jpg') left center no-repeat;
  padding: 25px 0 2px 0;
  border-bottom: 1px dashed #e2e1df;
  margin: 0 0 15px 0;
  font-size: 14px;
}