/* Comment element properties */

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

body {
	font-family : Helvetica, sans-serif;
	font-size : 11px;
	background-image: url(../images/style/td_background.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: black;	
   margin: 0px auto;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:white;
}

.fejlec
{
	background-color: #07405d;
	padding: 3px;
	color: White;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	height: 15px;
	font-family: Verdana;
	font-weight: bolder;
	text-align: center;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	height: 200px;
	background-image: url('images/header.png');
	padding-left:20px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.tbl-border {
	border: 0px solid #000;
}

.tbl {
	font-size: 11px;
	color: #fff;
	background: transparent;
	border: 1px solid #072d41;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #fff;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #052333;
	border-bottom: 1px solid #a7dcf7;
	padding: 4px;
	background-image: url(../images/style/kek_tbl1.png);
}

.tbl2 {
	font-size: 11px;
	color: #fff;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #07405d;
	border-bottom: 1px solid #a7dcf7;
	padding: 4px;
}

.button {
	font-size: 11px;
	color: #fff;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #001c39;
	border: 1px solid #d9e5c4;
	padding: 4px;
	background-image: url(../images/style/kek_tbl1.png);
}
.tbl-error{
	background: #ffd7e9;
   color: black;
	padding: 4px 4px 4px 4px;
	text-align: left;
	border: 1px solid maroon;
	font-size: 11px;
}