@charset "UTF-8";

html, body {
	background: url('bg05j.jpg') top left gray fixed;
	margin: 30px auto 15px auto;
	font-size: 11px;
	color: grey;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: verdana, arial, tahoma, helvetica;
    font-size: 13px;
    height: 100%;
    background: #3e3e3e;
}

div#intro {
	color: red;
}

div#header {
	width: 1000px;
	padding: 10px 20px;
	margin: 30px auto 15px auto;
	font-size: 40px;
	color: #fff;
	font-family: Hobo Std, verdana, arial, tahoma, helvetica;
	font-color: white;
	letter-spacing: -1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#E74D4D), to(#FCB606));
	background: -moz-linear-gradient(top, #E74D4D, #FCB606);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E74D4D',  endColorstr='#FCB606'); 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 5px #2e2e2e;
	box-shadow:  0px 0px 5px #3a3a3a;
	-moz-box-shadow:  0px 0px 5px #3a3a3a;
	-webkit-box-shadow:  0px 0px 5px #3a3a3a;
}

div#header img {
	float: right;
	margin: auto 5px auto 0;
	border: none;
}

div#header h1 {
	padding: 0 0;
	margin: 0 0;
}

div#header p {
	padding: 1px 10px 0px 0;
	margin: 0 0;
	color: #E74D4D;
	font-size: 16px;
	font-family: Hobo Std;
	text-align: left;
	text-shadow: 2px 2px 20px #fff;
}

div#kepmenu {
	width: 1000px;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	color: #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:  0px 0px 5px #3a3a3a;
	-moz-box-shadow:  0px 0px 5px #3a3a3a;
	-webkit-box-shadow:  0px 0px 5px #3a3a3a;
}

table {
	border-collapse: collapse;
	border-spacing: 2px;
	text-shadow: 1px 1px 2px #2e2e2e;
	width: auto;
	margin: 0 auto 15px  auto;
	text-align: center;
	font-weight: bold;
	color: #008800;
	background: #eee;
	text-decoration: none;
}

table tr td{
	padding: 5px;
	border-right: 1px solid #bbb;
	text-decoration: none;
}

table tr td:first-child {
	padding: 10px;
	text-align: left;
	text-decoration: none;
}

table tr td:last-child {
	padding: 10px;
	border-right: 0;
	text-align: right;
	text-decoration: none;
}

table tr td a:link {
	text-decoration: none;
	color: #00bb00;
	color: #00ee00;
}

table tr td a:active {
	text-decoration: none;
	color: #005500;
}

table tr td a:visited {
	text-decoration: none;
	color: #008800;
	color: #00ee00;
	color: #005500;
}

table tr td a:hover {
	text-decoration: none;
	color: #00ee00;
	color: #fff;
}

div#alapkep {
	position: relative;
	float: top;
	width: 1005px;
	height: 418px;
}

div#container {
	width: 1005px;
	margin: 15px auto;
	background: #ddd;
	padding: 20px 20px 60px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:  0px 0px 5px #3a3a3a;
	-moz-box-shadow:  0px 0px 5px #3a3a3a;
	-webkit-box-shadow:  0px 0px 5px #3a3a3a;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

div#colum_left {
	width: 250px;
	float: left;
	margin: 0 20px 0 0;
	font-weight: bold;
}

div#colum_right {
	width: 700px;
	float: left;
	color: black;
	font-weight: bold;
}
div.clear{
	clear: both;
}

div.colum_left_box_news {
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 13px;
}
div.colum_left_box_news  h1 {
	font-size: 14px;
	background: -webkit-gradient(linear, left top, left bottom, from(#E74D4D), to(#FCB606));
	background: -moz-linear-gradient(top, #E74D4D, #FCB606);
	padding: 0;
	margin: 0;
	color: white;
}
div.colum_left_box_news  h2 {
	padding: 5px 2px;
	margin: 0;
	margin-top: 5px;
	color: brown;
	font-size: 12px;
}
div.colum_left_box_news  h3 {
	padding: 5px 2px;
	margin: 0;
	margin-top: 5px;
	color: brown;
	font-size: 12px;
	border-top: 1px dashed grey;
}
div.colum_left_box_news  p {
	padding: 2px 2px;
	margin: 0;
	color: gray;
}
div.colum_left_box_news a {
	text-decoration: none;
	padding: 0;
	color: brown;
}
div.colum_left_box_news:last-child {
	border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 13px;
}
div.colum_left_box_news img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid grey;
}


div.colum_left_box {
	border-bottom: 1px dotted grey;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 13px;
}
div.colum_left_box  h2 {
	padding: 0;
	margin: 0;
	color: brown;
	font-size: 12px;
}
div.colum_left_box  p {
	padding: 5px 0;
	margin: 0;
	color: gray;
}
div.colum_left_box a {
	text-decoration: none;
	color: green;
}
div.colum_left_box:last-child {
	border: 0;
}
div.colum_left_box img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid grey;
}

div.colum_right_box {
	border-bottom: 1px dotted grey;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 13px;
}
div.colum_right_box  h2 {
	padding: 0;
	margin: 0;
	color: brown;
	font-size: 12px;
}
div.colum_right_box  p {
	padding: 5px 0;
	margin: 0;
	color: gray;
}
div.colum_right_box a {
	color: green;
}
div.colum_right_box:last-child {
	border: 0;
}
div.colum_right_box img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid grey;
}

div#colum_right h1{
	font-size: 30px;
	font-family: georgia;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: 1px dotted grey;
	padding: 0;
	margin: 0;
	color: brown;
}
div#colum_right p {
	text-align: justify;
	line-height: 20px;
	font-size: 16px;
}

div.colum_right_box {
	border-bottom: 1px solid grey;
	padding: 5px 0;
	margin: 0;
}

div.colum_right_box  h2{
	font-size: 25px;
	font-family: georgia;
	color: brown;
	
}

div#footer {
	float: bottom;
    margin: 0px auto 0px auto;
	padding: 2px;
    text-align: center;
    width: 960px;
    font-family: Hobo Std, verdana, arial, tahoma, helvetica;
    font-size: 12px;
	letter-spacing: 1px;
    color: brown;
	border-top: 1px dotted gray;
}

div#footer a{
    margin: 0;
	padding: 10;
    text-align: center;
    Letter-spacing: 2px;
    color: #005500;
}


















