﻿@charset "utf-8";

h1{
	margin: 0 0 30px 0;
	font-size: 17px;
	font-weight: bold;
	text-transform:uppercase;
}
h2{
	margin: 0 0 20px 0;
	color: RGB(255,255,255);
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
h3{
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: normal;
}

body{
	font-family: Arial;
	font-size: 15px;
	color: white;
	background-color: RGB(0,0,0);
	background-image: url(images/wall.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

#main{
	width: 1000px;
	margin: 0 auto;
}

#fej{
	background-image: url(images/head5.png);
	background-repeat: no-repeat;	
	height: 200px;
}

/*facebook, twitter, google*/
#fb{
	position: absolute;
	left: 50%;
	margin-left: 240px;
	width: 250px;
	height: 30px;
	top: 17px;
}
#tw{
	position: absolute;
	left: 50%;
	margin-left: 395px;
	width: 30px;
	height: 30px;
	top: 15px;
}
#gg{
	position: absolute;
	left: 50%;
	margin-left: 450px;
	width: 30px;
	height: 30px;
	top: 15px;
}

#alap{
	background-image: url(images/alap2.jpg);
	background-color: #9d0102;
	background-position: top; 
	background-repeat: no-repeat;
}

#kiemelt{
	position: absolute;
	left: 50%;
	margin-left: 317px;
	top: 70px;
	width: 163px;
	height: 97px;
	background-color: RGB(0,0,0);
	padding: 10px;
	color: red;
}

#tartalom {
	padding: 50px 30px 30px 30px;
	min-height: 400px;
}

.etlap {
	background-image: url(images/etlapalap.jpg);
}

.menu a {
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	padding: 15px 72px 13px 72px;
	margin-right: 1px;
	text-transform:uppercase;
}
.menu a:link {
	color: RGB(255,255,255);
	text-decoration: none;
}
.menu a:visited{
	color: RGB(255,255,255);
	text-decoration: none;
}
.menu a:hover {
	color: RGB(255,255,255);
	text-decoration: none;
	background-color: RGB(0,0,0);
}
.menu a:active {
	color: RGB(255,255,255);
	text-decoration: none;
	background-color: RGB(0,0,0);
}
.menu a.current{
	color: RGB(255,255,255);
	text-decoration: none;
	background-color: RGB(0,0,0);
}
.menu a.current:hover {
	color: RGB(255,255,255);
	text-decoration: none;
	background-color: RGB(0,0,0);
}


/*linkek*/
a {
	font-family: Arial;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: RGB(255,255,255);
}
a:visited{
	text-decoration: none;
	color: RGB(255,255,255);
}
a:hover {
	color: RGB(0,0,0);
}
a:active {
	color: RGB(0,0,0);
}
a.current{
	color: RGB(255,255,255);
}
a.current:hover {
	color: RGB(0,0,0);
}

#foot{
	text-align: center;
	padding: 20px;
}

/*::selection{color: RGB(0,0,0);}
::-moz-selection{color: RGB(0,0,0);}*/

/*legördülő darab szám formázása*/
.darab{
	background-color: RGB(255,255,255);
	border-color: RGB(0,0,0);
	border-style: solid;
	border-width: 1px;
	color: RGB(19,61,97);
	text-align: left;
}

/*Input*/
input, select, textarea, button {
	border: 1px solid black;
}
input[type="button"], input[type="submit"], button {
	cursor: pointer;
	font-size: 15px;
	padding: 10px 15px;
	color: white;
	background-color: #e31e25;
	text-transform:uppercase;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, button:disabled {
	background: black;
	color: white;
}
input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled {
	cursor: auto;
}

.box {
	border: 1px solid black;
	margin-bottom: 10px;
	padding: 10px;
}

.border td, .border th {
	border: 1px solid black;
}