body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../img/ujtrans.png");
	background-repeat: repeat-x;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #a65e00;
}

a:active {
	text-decoration: none;
	color: #000000;
}

h1 {
	display:block;
	font-size:16px;
	margin:0;
	line-height:1;
	padding-bottom: 8px;
}
h2 {
	display:block;
	font-size:14px;
	margin:0;
	line-height:1;
}

ul {
	padding-left:14px;
}

img {
	border:0;
}

.pagewrapper {
	width:100%;
	margin:auto;
/*	background:url("../img/hatterteszt.png");*/
	background-repeat:repeat-x;
	min-height:800px;
}

.wrapper {
    min-height:620px;
	width:980px;
	margin:auto;
	padding-top:14px;
}

.header {
}


.logo {
	cursor: pointer;
	width:172px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	margin:0px 14px 0 28px;
	background-color:#bf8130;
	padding:14px;
	text-align:center;
	float:left;
	height: 51px;
}
.menu {
	height:14px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	margin:37px 14px 0 0;
	background-color:#bf8130;
	padding:14px;
	text-align:center;
	float:left;
	font-weight:bold;
}

.menu  a {
	color: #ff9;
	text-decoration: none;
}



.maincolumn {
	width:628px;
	float:left;
	-moz-border-radius:10px 0 10px 10px;
	-webkit-border-radius:10px 0 10px 10px;
	border-radius:10px 0 10px 10px;
	background-color:#bf8130;
	padding:14px;
}

.sidecolumn {
	width:310px;
	float:left;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
	background-color:#bf8130;
	padding:14px 14px 14px 0;
	min-height:300px;
	text-align:justify;
}

.sidecolumntitle {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.sidecolumn input, select {
	background-color:#ffac40;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:6px 8px 8px 8px;
	font-size:12px;
	width:270px;
	color:#A65E00;
}

.content {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#ffe2b3;
}

.content input[type="text"], .content textarea, .content input[type="password"], select {
	background-color:white;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:6px 8px 8px 8px;
	font-size:12px;
	width:270px;
	color:#A65E00;
}
.content textarea {
  height: 80px;
}

.contentdark h1 {
	color: #FFAC40;
}
.content {
	color: black;
	font-weight: bold;
}
.content h1 {
	color: #a65e00;
}


.content select {
	width:286px;
}
.progressbar {
   background-color: #134480;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   background: url('/img/csik.jpg') no-repeat 0 45px;
}
.progressbar .selected{
  font-weight: bold;
  background: #FfAc40;
  color: #a65e00;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
  
}
.progressbar .item{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}
.cart {
	padding-left: 0px;
	list-style-type: none;
}
.cart li, .contentlight {
	background-color:#FFE2B3;
	margin-bottom: 10px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 31px;
	color: #A65E00;
}
.cart li select {
  width: 240px;
}
.cart li div.liprogress {
  background: #FFE2B3 url("/img/icon_progress.gif") no-repeat 0px 0px 	;
}
.cart li div.error, .cart li div.unavailable {
  background: #FFE2B3 url("/img/icon_error.png") no-repeat 0px 0px 	;
}
.cart li div.transfer, .cart li div.owner, .cart li div.warn {
  background: #FFE2B3 url("/img/icon_warn.png") no-repeat 0px 0px 	;
}
.cart li div.reg, .cart li div.available {
  background: #FFE2B3 url("/img/icon_ok.png") no-repeat 0px 0px 	;
}
.cart li div.ikon {
  width: 20px;
  height: 16px;
  display: inline-block;
}
.cart li div.megnev {
  width: 280px;
  display: inline-block;
  font-weight: bold;
}
.cart li div.cb {
  width: 20px;
  float: right;
  height: 20px;
  text-align: center;  
  padding-top: 5px; 
}
.cart li div.cb img {
   padding-top: 2px;
}
.cart select.year {
  width: 50px;
}
.cart li div.sel {
  width: 240px;
  display: inline-block;
  text-align: right;
}

.inner {
	padding:14px;
}
.contentdark {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
    background-color: #a65e00;
    color: #fff;
}
.contentdarksz {
    background-color: #a65e00;
    color: #fff;
}


.toplista {
	width:100%;
}

table.toplista td {
	background-color:#134480;
	padding:7px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	line-height:1.5;
}

.left {
	display: inline-block;
	width:290px;
	vertical-align: top;
	margin:0 14px 0 0;
	text-align:justify;
}

.right {
	display: inline-block;
	vertical-align: top;
	width:290px;
	text-align:justify;
}

.footer {
	width:614px;
	margin:auto;
	text-align:center;
	padding:14px 352px 14px 14px;
	color:#a65e00;
	line-height:1.5;
}

.login {
	background-color:#a65e00;
	display:block;
	padding:14px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:14px;
	line-height:2;
}

.login input[type=text] , .login input[type=password] {
	background-color:#FfFfFf;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:6px 8px 8px 8px;
	font-size:12px;
	width:123px;
	color:#A65e00;
}

.button {
	background-color: #FfAc40;
    color: #A65e00;
    cursor: pointer;
	font-weight:bold;
}

.button:hover {
    background-color: #a65e00;
    color: #ffac40;
}


.contentdark a:link, .login a:link {
	color: #FfAc40;
	text-decoration: none;
}

.contentdark a:visited, .login a:visited {
	color: #FfAc40;
	text-decoration: none;
}

.contentdark a:hover, .login a:hover {
	text-decoration: underline;
}

.contentdark a:active, .login a:hover {
	text-decoration: none;
}
.button2 {
	border:none;
	padding: 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	background-color: #FfAc40;
    color: #A65e00;
    cursor: pointer;
	font-weight:bold;
}

.button2:hover {
	background-color: #bf8130;
    color: #ffac40;
}



table.bevitel {
}
table.bevitel tr {
  /*height: 46px;*/
}
table.bevitel tr.surow {
  background-color: white;
  background: rgba(255, 0, 0, 0.1);
}
table.bevitel th {
    color: #000000;
    padding: 3px 6px 3px 0;
    text-align: right;
    width: 120px;
}

table.bevitel td {
	width:320px;
}
table.bevitel th {
  width: 170px;
}

.bluebox_left {
  background: #a65e00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
  padding: 10px;
  width: 285px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.bluebox_right {
  background: #a65e00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;  
  padding: 10px;
  width: 285px;
  float: left;
  margin-bottom: 10px;
}


.bluebox_top {
  color: #BBEE61;
  font-weight: bold;
}

.bluebox_separator {
    border-top: 1px dotted #BBEE61;
    font-size: 0;
    height: 9px;
}