body {
	background-color:#FFFFFF;
	margin-top: 10px;
}
.szoveg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}
.szoveg a{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
.szoveg a:hover{
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
}

.szoveg h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.szoveg h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	background: #eeeeee;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.fejlec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.lablec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}
.lablec a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.lablec a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 24px Verdana;
	color: #4b4b4b;
	font-weight: bold;
	text-align: left;
}

#tablist li{
	font: bold 12px Arial;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a{
	font: bold 12px Arial;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-align: center;
	padding: 3px 0.5em;
	text-decoration: none;
	margin-left: 3px;
	border-bottom: none;
}

#tablist li a:hover{
	color: red; 
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;

}
.menu a{
	color: #4b4b4b;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
}
.menu a:hover{
	color: #DC2619;
	font-weight: bold;
}

.miniweb {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
.miniweb a{
	color: #4b4b4b;
	text-decoration: none;
}
.miniweb a:hover{
	text-decoration: none;
	font-weight: bold;
}
.index {
	background:url(../interface/index.jpg) repeat-x;
	border:none;
	width:30%;
}
.textinput {
	background: #f6f6f6;
	border: 1px double #666666;
	color: #4b4b4b;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 150px;
}

.buttonSubmit{
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../interface/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}


textarea, select {
	background: #f6f6f6;
	border: 1px double #666666;
	color: #4b4b4b;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

