/* basic elements */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12pt "Times New Roman", Times, serif;
	color: #000000;
	background:white;
}

p {
	font: 12pt "Times New Roman", Times, serif;
	color: #000000;
}

td{
	font: 12pt "Times New Roman", Times, serif;
}

/* header */

#header{
	background:none;
	width:810px;
	height:75px;
	padding:0;
	margin:0;
	border-bottom:5px solid #0768a9;
}

#logo{
	position:absolute;
	top:16px;
	left:20px;
}

#white_space{
	height:20px;
	background:#FFFFFF;
	margin:0;
	padding:0;
}

#belepes, #belepve, #leftside, #lapok, #lepteto, #elofizetes, #print-txt, #print-img{
	display:none;
}

/* rightside */

#tartalom{
	padding:10px;
}

#boritokep{
	width:140px;
	margin:10px 30px 0 10px;
	padding:0;
	text-align:center;
	float:left;
}

img.boritokep{
	border:none;
	margin:0 0 10px 0;
}

#txt{
	width:600px;
	margin:10px 10px 0 0;
	padding:0;
	text-align:left;
	float:right;
}

#txt h2{
	color:#000000;
	font-size:16pt;
	font-weight:bold;
}

#txt h3{
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	margin:0;
}

#txt ul{
	list-style-type:disc;
	font-size:12pt;
	margin:5px 0 10px 20px;
}

#txt li{
	line-height:18pt;
	margin:0;
	padding:1px 0 5px 5px;
}

#txt li a{
	color:#0768a9;
	text-decoration:underline;
}
