body, ul, ol, li, p, div, h1, h2, h3, h4, h5, h6, form, img, hr {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #4169E1;
}

a:hover {
	color: #20B2AA	
}

.nodecor {
	text-decoration: none;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 1px solid #666ca3;
	text-align: left;
}

#head {
	width: 800px;
	height: 120px;
	background-image: url(../images/metal_control_head.jpg);
	position: relative;
}

#nav {
	background-color: #0081b2;
	height: 30px;
	position: relative;
	z-index: 1000;
}

#nav a {
	height: 20px;
	background: #0081b2;
	color: white;
	font-size: 12px;
	text-decoration: none;
	display: block;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 130px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

a.parent {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

#nav a.over:hover {
	background-color: #00A1D3;
}

#nav ul a, #nav ul a.noover:hover {
	background-color: #a9bfb4;
}

#nav ul a:hover {
	background-color: #7f9789;
}

.none {
	background-color: #708090;
	cursor: default;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
/*	wééidth: 10em;*/
}

#nav li { /* all list items */
	float: left;
    width: 141px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
    width: 141px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 141px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

h1, h2, h3 {
	color: #0081B2;
}

#logobox {
	width: 120px;
	float: right;
	text-align: center;
	border-left: 1px solid #AAC1B4;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#logobox img {
	padding-bottom: 10px;	
}

#content {
	margin: 10px;
	color: #808285;
    position: relative;
}

#content ul {
	margin-left: 30px;
	margin-right: 10px;
	padding: 5px;
	list-style-type: square;
	display: block;
}

#content ul li {
	display: list-item;
	float: none;		
}

#content p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content table {
	margin: 10px;
	margin-left: 20px;
}

#foot {
	clear: both;
	height: 50px;
	background-image: url(../images/atoth_foot.jpg);
	position: relative;
}

#foot span {
	position: absolute;
	color: white;
	font-size: 19px;
	font-weight: normal;
	top: 3px;
	left: 10px;
}

#foot a {
	display: block;
	position: absolute;
	top: 8px;
	left: 654px;
}

.thstyle {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: ##8F273F;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.tdstyle {
	margin: 0;
	padding: 0;
	display: block;
	margin: 0px 0px 0.5em; /* itt adjuk meg a felsorolás pontjai közti távolságot*/
	padding: 0em 0em 0em 12em;
}

#datum {
	font-size: 14px;
	color: #779998;
	font-weight: bold;
	display: block;
	border-bottom: 1px dotted silver;
}

div.bordered {
	border: 1px solid silver;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.bordered ul, div.bordered table, div.bordered p {
	clear: both;
}

a.show {
	display: block;
	width: 60px;
	height: 15px;
	float: left;
	background: url(../images/show.jpg);
}

a.show:hover {
	background: url(../images/show_over.jpg);
}

a.hide {
	display: block;
	width: 60px;
	height: 15px;
	float: left;
	background: url(../images/hide.jpg);
}

a.hide:hover {
	background: url(../images/hide_over.jpg);

}

#content table {
	border-collapse: collapse;
	width: 730px;
}

#content table td {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	padding: 5px ;
	vertical-align: top;
	font-size: 12px;
}

.center {
	text-align: center;
}

table.simple th {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	width: 150px;
	font-size: 13px;
	font-weight: bolder;
}

.noborder {
	border: none;
}
.noborder td {
	border-top: 1px solid red;
	border-bottom:  1px solid red;
}

#google_map {
    border: none;
    position: absolute;
    left: 350px;
    top: 12px;
    width: 405px;
    height: 205px;
}

#forpics {
	display: none;
	position: absolute;
	background: url('../images/transparent.png');" ;
   width: 100% ;
  	height: 100% ;
	z-index: 10000;
	left: 0px;
	top: 0px;
	padding-top: 30px;
}

#forpics img {
	border: 20px solid white;
}

table.oktatas {
	background: red;
	width: 200px;
}