p {
	margin-top: 0px;
	padding: 0px;
}

/* Szövegformázás */

h1 {
	color: #ff0000;
	font: large Arial;
}

h2 {
	color: #ffffff;
	background: #3e7093;
	font: normal 14px Arial;
	padding: 5px;
}

hr {
	border-top: 1px solid #dc2827;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.text {
	text-align: justify;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0px;
	color: #536674;
	font: 12px Arial, Tahoma, Sans-Serif;
}

.list {
	text-align: left;
	margin-top: 15px;
	color: #2b5987;
	font: 12px Arial, Tahoma, Sans-Serif;
	background: url(../images/bullet.gif) no-repeat left top;
	padding-left: 15px;
}

.little {
	font: 10px 'Tahoma', 'Lucida Sans', 'Trebuchet MS', Arial, sans-serif;
	text-align: justify;
	margin-top: 6px;
	color: #536674;
}

/* Linkek */

a:link, a:visited {
	color: #ff0000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
}

a.white:link, a.white:visited {
	color: #fff;
	text-decoration: none;
}

a.white:hover, a.white:active {
	color: #88b3c4;
	text-decoration: none;
}

a.blue:link, a.white:visited {
	color: #3e7093;
	text-decoration: underline;
}

a.blue:hover, a.white:active {
	color: #2b5987;
	text-decoration: none;
}

a.sub:link, a.sub:visited {
	color: #2b5987;
	text-decoration: none;
	border-top: 1px solid #2b5987;
	font: bold 12px Arial;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
}

a.sub:hover, a.sub:active {
	text-decoration: underline;
}

/* Formok */

form {
	padding: 0px;
	margin: 0px;
}

input, select {
	padding: 0px;
	padding-top: 3px;
	padding-left: 4px;
	margin: 0px;
	color: #000;
	font: 12px Arial, 'Tahoma', 'Lucida Sans', 'Trebuchet MS', Arial, sans-serif;
	height: 20px;
	border: none;
	background: #88b3c4;
}

.optional {
	border-left: 3px solid #dc2827;
}

textarea {
	padding: 0px;
	padding-top: 3px;
	padding-left: 4px;
	margin: 0px;
	border: none;
	background: #88b3c4;
	color: #2b5987;
	font: 11px 'Tahoma', 'Lucida Sans', 'Trebuchet MS', Arial, sans-serif;
}


.button {
	height: 20px;
	border: 0px;
	background: #ff0000;
	color: #fff;
	font: bold 12px Arial;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

.noborder {
	border: 0px;
	background: none;
}

img {
	border: none;
}