/* CSS Document */
* {
	margin: 0em;
	padding: 0em;
	font-family: Century Gothic, Tahoma, Geneva, sans-serif;
	color: #000;
}

a:link,a:visited {
	color: #000;
	text-decoration: none;
	font-size: 1em;
}
a:hover,a:active {
	text-decoration: none;
	color: #618916;
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6 
{
	color: #000;
}

h1 {
	margin-top: 0.25em;
	margin-bottom: 1em;
	font-size:16pt;
	font-weight:normal;
}
h2 {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-weight:normal;
	font-size:1.1em;
}
.clear {
	clear: both;
}
.bal {
	text-align: left;
}
.kozep {
	text-align: center;
}
.bent {
	margin-left: 1em;
}
.w300 {
	margin: auto;
	width: 300px;
}

body {
	background-color: #a2a2a2;
	margin: auto;
	text-align: center;
}
#container {
	margin: auto;
	width: 960px;
}

/*Head*/
#head {
	margin: 0;
	padding: 1em 0.5em 0.5em 0.5em;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	text-align: left;
}
#head #logo {
	margin: auto 50px 50px 50px;
}

#menu {
	position: absolute;
	top: 165px;
	margin: auto auto auto 22px;
	width: 900px;
	text-align: center;
}
#menu ul {
	list-style: none;
	padding: 0;
}
#menu li {
	padding: 0 1em 0 1em;
	display: inline;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	/*text-decoration: underline;*/
}

#main {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 2em;
	background-image: url(../images/content-bgrnd.jpg);
	background-repeat: repeat-y;
}

/*Content*/
#content {
	float: left;
	width: 605px;
	margin: auto auto auto 2em;
	padding: 0.25em 0.75em 0.25em 1em;
	border-right: #909090 1px solid;
	text-align: justify;
	font-size:12pt;
}
#content .hlight {
	font-weight: bold;
}
#content .main {
	margin-left: 1em;
	margin-top: 1em;
	list-style: none;
}
#content p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#content table {
	text-align: center;
	margin-left: 2.5em;
}
#content table th {
	width: 100px;
	border-bottom: #333 solid 1px;
	font-size: 0.9em;
}
#content table td {
	border-bottom: #BBB solid 1px;
	margin: 0;
}
#content form fieldset {
	margin: 0.25em;
	padding: 0.5em;
}
#content form legend {
	font-size: 0.8em;
}
#content form input {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#content .nagykep {
	font-size: 0.8em;
	margin: 0.25em auto 1.5em auto;
}

/*Sidebar*/
#sidebar {
	float: left;
	width: 250px;
	margin: auto 1em auto -1px;
	padding: 0.25em 0.25em 0.25em 0.25em;
	border-left: #909090 1px solid;
	text-align: left;
}
#sidebar .contactbox {
	padding: 1.5em 0.35em 2em 0.35em;
}
#sidebar .contactbox .icon, #sidebar .contactbox .text {
	float: left;
	margin: auto;
	padding: 0;
}
#sidebar .contactbox .icon {
	width: 85px;
	text-align: center;
}
#sidebar .contactbox .text {
	padding-left: 0.5em;
	vertical-align: middle;
	font-size: 0.9em;
}
#sidebar .contactbox .text .title {
	font-style: italic;
	text-decoration: underline;
}

/*Foot*/
#foot {
	clear: both;
	margin: auto;
	padding: 20px 0.5em 1em 0.5em;
	background-image: url(../images/foot.jpg);
	background-repeat:no-repeat;
	font-size: 0.8em;
	color: #FFF;
}