* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	background: #FFFFFF;
	margin: 0 0 20px 0;
	color: #000000;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
}
div.clear {
	clear: both;
}
div#container {
	width: 800px;
	margin: 0 auto;
}
div#header  {
	width: 800px;
	height: 100px;
	background: url('kepek/fejlec.jpg');
}
ul#menu div,
ul#menu a {
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	color: #FFFFFF;
}
ul#menu div {
	cursor: pointer;
	background: url('kepek/nyil_le.gif') no-repeat 95% 50%;
}
ul#menu li {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 3px;
	width: 157px;
	text-align: center;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #B7680B;
	background-image: -ms-linear-gradient(top, #B7680B 0%, #FCDA1F 100%);
	background-image: -moz-linear-gradient(top, #B7680B 0%, #FCDA1F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B7680B), color-stop(1, #FCDA1F));	
	box-shadow: 3px 3px 10px #B7680B;
}
ul#menu li:hover {
	background: #B7680B;
}
ul#menu li ul {
	display: none;
	position: absolute;
}
ul#menu li ul li {
	float: none;
	background: url('kepek/nyil_jobbra.gif') no-repeat #FCDA1F 5% 50%;
	margin: 1;
}
ul#menu li ul li:hover {
	background: url('kepek/nyil_jobbra.gif') no-repeat #B7680B 5% 50%;
}
div#left_column {
	width: 180px;
	float: left;
	padding: 10px;
	text-align: center;
}
div#left_column p {
	margin: 0 0 10px 0;
}
div#right_column {
	width: 580px;
	padding: 10px;
	float: left;
	background: url('kepek/hatter.gif') no-repeat fixed center center;
}
div#right_column h1 {
	margin: 0 0 20px 0;
	font-family: georgia;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;	
	color: #B7680B;
	border-bottom: 1px dotted #B7680B;
	text-shadow: 1px 1px 5px #FCDA1F;
}
div#right_column h2 {
	margin: 0 0 10px 0;
	font-family: georgia;
	font-size: 20px;
	font-style: italic;	
	color: #B7680B;
	border-bottom: 1px dotted #B7680B;
	text-shadow: 0px 0px 5px #FCDA1F;
}
div#right_column h3 {
	margin: 0 0 10px 0;
	font-family: georgia;
	font-size: 14px;
	font-style: italic;	
	color: #B7680B;
	border-bottom: 1px dotted #B7680B;
	text-shadow: 0px 0px 5px #FCDA1F;
}
div#right_column h4 {
	font-style: italic;	
	color: #B7680B;
	margin: 0 0 10px 0;
	text-align: center;
}		
div#right_column a {
	color: #B7680B;
	text-decoration: none;	
}
div#right_column p {
	line-height: 18px;
	text-align: justify;
	margin: 0 0 10px 0;
}
div#right_column table td {
	font-size: 12px;
	vertical-align: top;
}
div#right_column ol li {
	text-align: justify;
	margin: 0 0 10px 30;
}
div#right_column ul li {
	text-align: justify;
	margin: 0 0 10px 30px;
}
//div#right_column img {
	float: right;
	margin: 0 0 10px 10px;
	border: 2px solid #B7680B;
	padding: 10px;	
	width: 270px;
}
div#right_column p em {
	color: red;	
}
div#footer {
	width: 800px;
	background-color: #B7680B;
	background-image: -ms-linear-gradient(top, #B7680B 0%, #FCDA1F 100%);
	background-image: -moz-linear-gradient(top, #B7680B 0%, #FCDA1F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B7680B), color-stop(1, #FCDA1F));	
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	box-shadow: 3px 3px 10px #B7680B;
}
div#footer p {
	margin: 0 0 5px 0;
}
form#kapcsolat fieldset {
	padding: 20px;
	width: 540px;
	margin: 0 0 20px 0;
	border: 2px solid #B7680B;
	//background: #B7680B;
}
form#kapcsolat fieldset legend {
	padding: 5px 10px;
	width: 157px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #B7680B;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #B7680B;
	background-image: -ms-linear-gradient(top, #B7680B 0%, #FCDA1F 100%);
	background-image: -moz-linear-gradient(top, #B7680B 0%, #FCDA1F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B7680B), color-stop(1, #FCDA1F));	
	box-shadow: 3px 3px 10px #B7680B;	
}
form#kapcsolat fieldset fieldset {
	width: 400px;
	margin: 20 0 0 0;	
}
form#kapcsolat fieldset ol {
	list-style: none;	
}
form#kapcsolat fieldset ol li {
	padding: 5px 0;	
	clear: both;
}
form#kapcsolat fieldset label {
	width: 150px;
	float: left;
	font-weight: bold;
	text-align: left;
}
form#kapcsolat fieldset em {
	color: red;	
}
form#kapcsolat input[type="text"] {
	width: 330px;
	border: 1px solid #B7680B;
	padding: 4px;
	background: #FCDA1F;
	font-family: courier;
	font-weight: bold;
	color: #B7680B;
}
form#kapcsolat textarea {
	width: 330px;
	height: 150px;
	border: 1px solid #B7680B;
	padding: 4px;
	background: #FCDA1F;
	font-family: courier;
	font-weight: bold;
	color: #B7680B;
}
form#kapcsolat select {
	width: 330px;
	border: 1px solid #B7680B;
	padding: 4px;
	background: #FCDA1F;
	font-family: courier;
	font-weight: bold;
	color: #B7680B;
}
.gomb,
form#kapcsolat input[type="reset"],
form#kapcsolat input[type="submit"] {
	padding: 5px 10px;
	width: 157px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #B7680B;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #B7680B;
	background-image: -ms-linear-gradient(top, #B7680B 0%, #FCDA1F 100%);
	background-image: -moz-linear-gradient(top, #B7680B 0%, #FCDA1F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #B7680B), color-stop(1, #FCDA1F));	
	box-shadow: 3px 3px 10px #B7680B;
	margin: 0 0 20 89;
}
form#kapcsolat h2 {
	margin: 20px 0 0 0;
}	
div#siker {
	text-align: center;
	font-size: 22px;
	line-height: 33px;
	color: #339933;
	padding: 50px 0;
	font-weight: bold;
	text-transform: uppercase;	
}
div#kudarc {
	text-align: center;
	font-size: 22px;
	line-height: 33px;
	color: #FF0033;
	padding: 50px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.youtube-doboz iframe, .youtube-doboz object, .youtube-doboz embed {
	width: 100%;
	height: 428px;
	margin: 10px 0 10px 0;
}
#footer li{
	display: inline-block;
}

@media screen and (max-width:840px){
	div#header,
	div#container,
	div#footer{
		width: auto;
	}
	div#container{
		margin-left: 20px;
		margin-right: 20px;
	}
	div#header{
		height: 12.5vw;
		background-size: cover!important;
	}
	ul#menu{
		display: flex;
	}
	ul#menu li{
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	div#right_column{
		width: 100%;
		padding: 0px;
	}
	div#left_column{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 30px;
		width: 100%;
	}
	form#kapcsolat fieldset{
		width: 100%;
	}
	form#kapcsolat fieldset ol li{
		display: flex;
		flex-wrap: wrap;
	}
	form#kapcsolat input,
	form#kapcsolat textarea{
		flex: 1; 
	}
	div#footer{
		margin-top: 20px;
	}
}
@media screen and (max-width:600px){
	ul#menu{
		flex-direction: column;
	}
	div#header{
		flex: 1;
		height: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}
	ul#menu li{
		margin-bottom: 0px;
	}
	ul#menu div{
		background: url('kepek/nyil_le.gif') no-repeat 100% 50%;
	}
	#footer li{
		display: block;
	}
}
@media screen and (max-width:600px){
	div#header{
		display: none;
	}
	ul#menu li{
		width: auto;
		font-size: 16px;
	}
	.slider-wrapper,
	.nivoSlider{
		width: 100%!important;
		margin: 0px!important
	}
	form#kapcsolat fieldset ol li{
		flex-direction: column;
	}
	form#kapcsolat fieldset ol,
	form#kapcsolat fieldset ul{
		margin-left: 0px;
	}
	form#kapcsolat input,
	form#kapcsolat textarea{
		width: 100%!important;
	}
	form#kapcsolat select{
		width: 100%;
	}
	form > input:first-of-type{
		margin-bottom: 10px;
	}
	#right_column ul,
	#right_column ol{
		margin-left: 15px;
	}
	.theme-dark .nivo-directionNav a{
		bottom: -23px!important;
	}
	div#container{
		display: flex;
		flex-direction: column;
	}
	ul#menu{
		order: 1;
	}
	div#right_column{
		order: 2;
		margin-top: 30px;
	}
	div#left_column{
		order: 3;
		flex-direction: column;
	}
	div#footer{
		order: 4;
	}
}
@media screen and (max-width:700px){
	div#right_column table.vers td,
	div#right_column table.impresszum td{
		display: block;
	}
	div#right_column table{
		width: 100%!important;
	}
}