body {
	padding: 0px;
	background: #000000;
	font-family: Arial,Helvetica,sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 100%;
	line-height: 15px;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 10px;
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
}
 
h1 {
color: #ffffff;
line-height: 90px;
margin-top: -175px;
margin-left: 175px;
font-size: 50px;
font-family: Monotype Corsiva; 
text-align: center;
}

h2 {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
}

h3 {
color: #993300;
text-align: center;
font-size: 25px;
font-weight: bold;
}

h4 {
margin-left: 10px;
margin-right: 10px;
text-align: justify;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 15px;
}

h5 {
color: #993300;
text-align: center;
font-size: 13px;
font-weight: bold;
}

a {
cursor: pointer;
text-decoration: none;
border: none;
}

a :hover {
cursor: pointer;
text-decoration: none;
border: none;
}

.gomb{
        border: none;
        background: url('images/vizgomb.png') 0 0 no-repeat;
        width: 220px;
        height: 40px;
        text-align: center;
        font-weight: bold;
        color: #000;
}

div#header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border: 2px solid #66ccff;
  border-radius: 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
-ms-border-radius: 20px 20px 20px 20px;
-o-border-radius: 20px 20px 20px 20px;
  width: 90%;
  height: 200px;
  background-position: left top;
  background-repeat: no-repeat;
  background: url('images/fej2.jpg');

}

div#container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: 2px solid #66ccff;
  border-radius: 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
-ms-border-radius: 20px 20px 20px 20px;
-o-border-radius: 20px 20px 20px 20px;
  width: 90%;
  height: auto;
  background: url('images/conthatter.png');
}

div#left_column {
width: 20%;
height: auto;
float: left;
position: relative;
}

div#right_column {
width: 80%;
height: auto;
border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;
-ms-border-radius: 0px 20px 20px 0px;
-o-border-radius: 0px 20px 20px 0px;
background: #cccccc;
float: left;
position: relative;
}

div.clear {
clear: both;
}

div#left {
width: 70%;
height: auto;
float: left;
}

div#right {
width: 30%;
height: auto;
border-radius: 0px 20px 20px 0px;
-moz-border-radius: 0px 20px 20px 0px;
-webkit-border-radius: 0px 20px 20px 0px;
-ms-border-radius: 0px 20px 20px 0px;
-o-border-radius: 0px 20px 20px 0px;
background: #d9edbb;
float: right;
}

div#vonal {
  background-image: url(images/vonal.png);
  background-color: transparent;
  background-repeat: no repeat;
  width: 400px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
}

table {
margin-left: 20px;
margin-right: auto;
}

