﻿@charset "UTF-8";
body {
	margin: 0px;
	background: url(images/bg.gif) #777;
	background-repeat:repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
#tartalom {
	width: 700px;
	background: url(images/tbg01.gif);
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
}

#lablec {
	width: 700px;
	height: 40px;
	background: url(images/bottom.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0px;
	border: none;
	overflow: hidden;
}	

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	background-color: #dddddd;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff; 
	border-width: 1px; 
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #dddddd;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff; 
	border-width: 1px; 
}

.button {
	background-color: #dddddd;
	width: 106px;
	font-weight: bold;
	border-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}	

.bodycim {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.bodycim a {
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
.bodycim a:hover {
	color: #777777;	
}	

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.bodytext a {
	font-weight:normal;
	color:#000099;
	text-decoration:none;
}
.bodytext a:hover {
	color:#d07629;
}		

.fejlec { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	text-align: center; 
	font-weight: bold;
	background-color:#d45815;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

.szamlalo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
} 