/* általános leírások*/
body {
	background-color: #4a4a4a;
	font-family: Tahoma, Helvetica, Arial;
	color: #000000;
	font-size: 16px;
}

a:link {
	text-decoration: underline;
	color: #f69d10;
	font-weight: bold;
	font-size: 13px;
}
a:visited {
	text-decoration: underline;
	color: #f69d10;
	font-weight: bold;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	color: #062223;
}
a:active {
	text-decoration: underline;
	color: #062223;
}
.site {
	position: absolute;
	width: 902px;
	/*height: 850px;*/
	background-color: #8e8e8e;
	left: 50%;
	margin-left: -451px;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url(../_images/header_bg.jpg);
	height: auto;
}
.site .top_margin {
	position: relative;
	float: left;
	width: 100%;
	height: 410px;
}


.site .content {
	position: relative;
	padding: 0px 25px 25px 25px;
	width: 852px;
	float: left;
	min-height:375px;
	height:auto !important;
	height:375px;
}
.site .content #indextitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.site .content #indextext {
	font-size: 15px;
	text-align: justify;
	padding: 10px 15px 10px 15px;
	vertical-align: top;
}
.site .content #subtext {
	padding: 37px 0px 0px 30px;
	vertical-align: top;
}
.site .content #subimage {
	min-height:190px;
	height:auto !important;
	height:190px;
}

.site .content #subtext h1 {
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	display: block;
}
.site .content #indopont {
	padding: 20px 0px 0px 0px;
	vertical-align: top;
}



.site .footer {
	height: 71px;
	width: 902px;
	position: relative;
	float: left;
	background-color: #8e8e8e;
	border-top: 1px solid #f69d10;
}
.site .footer #text {
	text-align: center;
	font-size: 13px;
}

.site .footer #text a{
	font-size: 13px;
	font-weight:normal;
}


.logo {
	position: absolute;
	left: 50%;
	top: 77px;
	width: 860px;
	margin-left: -430px;
}

.menu {
	position: absolute;
	top: 328px;
	left: 50%;
	height: 51px;
	width: 902px;
	margin-left: -451px;
	padding-left: 20px;	
}

.menu_bkd {
	position: absolute;
	height: 51px;
	width: 902px;
	top: 328px;
	left: 50%;
	background-image: url(../_images/menu_bg.jpg);
	background-repeat: repeat-x;
	margin-left: -451px;
}
ul {
list-style:disc;
padding-left:15px;
}

