@charset "utf-8";
/* CSS Document kardati */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:right bottom;
}
#header {
	width:100%;
	height:100px;
	position: absolute;
    left: 50%;
    top: 50%;
	margin-left: -50%; /* width fele*/
    margin-top: -50px;  /* height fele*/
	border-bottom: solid 1pt #666666;
}
#tartalom {
	margin-left: 35px;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
li {
	font-weight:bold;
	color:#49B7E5;
}
a:link {
	color: #49B7E5;
	text-decoration: none;
}
a:visited {
	color: #49B7E5;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
