body {
 {color: black; background-color: white;}  
}

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

h1 {
	color: #ff0000;
	font: 18px Arial;
}

h2 {
	color: #3e7093;
	font: bold 14px Arial;
}

hr {
	border-top: 1px solid #000;
	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;
}

/* keretek */

/* Általános */
.header, .menu, .foot, .space, .leftcol {
	display: none;
}

.content {
	width: 100%;
	clear: both;
	display: block;
	background: #ffffff;
}

.rightcol {
	width: 518px;
	float: left;
	text-align: left;
	background: #fff;
}


