*{
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	-ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out, border-size 300ms ease-in-out, box-shadow 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out;
}
body{
	background-color:#f0f0f0;
	color:#555555;
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"PT Sans",sans-serif;
	font-weight:300;
	background-position:top center;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
a, a:visited{
	text-decoration:none;
	color:#1FB8EF;
}
a:hover, a:active, a:focus{
	color:#000000;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	font-size:100%;
	margin:0;
	padding:0;
}
label{cursor:pointer;}
.clear{
	clear:both;
}
div#page{
	background-position:top center;
	background-repeat:repeat;
}
#wrapper{
	width:100%;
	height:100%;
}
#wrapper_content{
	width:1000px;
	margin:auto;
	background-color:#fefefe;
}
#content{
	min-height:500px;
	float:left;
	padding:10px;
	width:980px;
}
#footer_wrapper{
	width:100%;
	background-color:transparent;
	height:auto;
}
#footer{
	width:1000px;
	margin:auto;
	background-color:#e0e0e0;
}
#footer_content{
	padding:30px 15px;
	text-align:center;
	font-size:80%;
	color:#999999;
}
#footer_content a, #footer_content a:visited{
	color:#666666;
	padding:5px;
	display:inline-block;
}
#footer_content a:focus, #footer_content a:hover, #footer_content a:active{
	color:white;
	background-color:black;
}
#banner_wrapper{
	width:100%;
	margin-top:25px;
}
#banner{
	width:1000px;
	margin:auto;
	height:auto;
	min-height:100px;
	background-color:#fefefe;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-bottom:5px solid #c0c0c0;
}
#banner_content{
	padding-top:5px;
	padding-bottom:5px;
}
#side{
	float:right;
	width:24%;
	margin:5px;
}
.title{
	font-size:150%;
	margin-top:10px;
	margin-bottom:10px;
}
.side_box{
	background-color:#fefefe;
	border:thin solid #f0f0f0;
	padding:5px;
	border-left:2px solid #482376;
	margin-bottom:20px;
}
.side_title{
	font-size:110%;
	color:#482376;
	margin-bottom:5px;
}
.side_content{
	font-size:80%;
	text-align:justify;
}
.menu{
	margin:auto;
}
.menu ul{
	width:100%;
	margin-left:-35px;
}
.menu li{
	width:auto;
	display:block;
	float:left;
	padding:3px 6px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.menu li a, .menu li a:visited{
	display:block;
	color:black;
	background-color:white;
	padding:3px 6px;
	width:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.menu li a:hover, .menu li a:focus, .menu li a:active{
	background-color:orange;
	color:white;
}
.menu_selected{
	background-color:orange !important;
	color:white !important;
}
.logo{
	font-size:150%;
	text-transform:uppercase;
	color:#2a2a2a;
	border-bottom:2px solid #2a2a2a;
	font-weight:normal;
	width:510px;
	text-align:center;
	float:left;
	letter-spacing:4px;
}
.list_table{
	width:100%;
	border:thin solid #9CE01F;
	border-collapse:collapse;
}
.list_table tr:nth-child(odd){
	background-color:#fefefe;
}
.list_table tr:nth-child(odd):hover{
	background-color:#9CE01F;
}
.list_table tr:nth-child(even){
	background-color:#f0f0f0;
}
.list_table tr:nth-child(even):hover{
	background-color:#9CE01F;
}
.list_table tr td{
	padding:3px;
	text-align:left;
	border:thin solid #ccc;
	font-size:90%;
}
.list_table th{
	background-color:#9CE01F;
	color:#333;
	padding:5px;
	text-align:left;
	font-size:95%;
	font-weight:normal;
}
.autocomplete-suggestions{
	background: #f0f0f0;
	overflow: auto;
	opacity:0.95;
	font-size:90%;
	margin-left:1px;
	width:900px !important;
}
.autocomplete-suggestion{
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
}
.autocomplete-selected{
	background-color:#9CE01F;
	color:#555;
}
.autocomplete-suggestions strong{
	color: #000;
}
.szamla_form input[type=text]{
	width:98%;
}
.form_login{
	width:50%;
	margin-left:25%;
	margin-top:12%;
	background-color:#FFF0CE;
	padding:30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.form_login input[type="text"], .form_login input[type="password"]{
	width:98%;
}
.bigtitle{
	font-size:150%;
	font-weight:bold;
}
input, select, textarea{
	background-color:#fefefe;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	border:2px solid #cecece;
	margin:3px;
}
input[type="submit"]{
	border:2px solid orange;
}
input[type="submit"], select{
	cursor:pointer;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus{
	border-color:orange;
}