/* --------------------------------- */
/*                                   */
/*          Created by toro          */
/*                                   */
/*         ©2009 torodesign          */
/*                                   */
/* --------------------------------- */

/*  reset  */
* {
	padding: 0;
	margin: 0;
}

/*  colors  */
/* ======================== */


/* common definitions */

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.bold {
	font-weight: bold;
}
/*  html tags  */

body {
	background: white url(../images/main_bg.png) repeat-x scroll top center;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	color: #4c4c4c;
}
h2 {
	font-size: 18px;
}
h4 {
	color: white;
	font-size: 20px;
}
div, p, td, input, textarea, li, a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link, a:visited {
	color: blue;
}
a:hover {
	color: #af0000;
	
}
img {
	border:0;
}
img.left {
	margin-right: 8px;
}
img.right {
	margin-left: 8px;
}
textarea {
	overflow: auto;
}
li {
	list-style: none;
}
input.text {
	height: 16px;
	border: 1px solid #4c4c4c;
	border-bottom-color: #b2b2b2;
	border-right-color:  #b2b2b2;
	padding:2px 0 0 2px;
}

/* pushing the content to the middle of the screen 
*/
div#centering {
	width: 880px;
	margin: 0 auto;	
}


div#top {
	height: 30px;
	width: 880px;
	position: relative;
}
div#ugyfekapu {
	position: absolute;
	top: 0;
	left: 25px;
	height: 30px;
	background: transparent url(../images/ugyfelkapu_sign.png) no-repeat scroll top left;
	padding-left: 78px;
}
div#ugyfekapu input.text {
	font-size:11px;
	height:15px;
	margin-top:5px;
	vertical-align:top;
	width:148px;
}
div#ugyfekapu input.submit {
	margin-top:3px;
}
div#button-jump {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 200px;
}
div#head {
	width: 880px;	
	background: transparent url(../images/bg_red.png) repeat-y scroll top right;
	height: 302px;
}

div#main-image {
	height: 141px;
	background: transparent url(../images/imagetop_red.png) no-repeat scroll top left;
	padding-top: 3px;
	font-size: 0;
}
div#logo-line {
	height: 133px;
	width: 880px;
	position: relative;
}
div#logo {
	position: absolute;
	left: 0;
	top: 32px;
}
div#webmail {
	margin-right:24px;
	position:absolute;
	right:0;
	top:16px;
	width:154px;
}
div#webmail h4, div#right-column h4 {
	margin-bottom: 10px;
}
div#webmail input {
	margin-bottom: 5px;
	width: 150px;
	font-size:11px;
	height:14px;
}
div#webmail input.submit {
	width: 65px;
	height: 18px;
	padding-bottom: 2px;
	border: 1px solid #b2b2b2;
	border-bottom-color: #4c4c4c;
	border-right-color:  #4c4c4c;
	background-color: #ddd;
	color: black;
	font: normal normal bold 11px Arial, Helvetica, sans-serif;	
	float: right;
}

/* dropdown menu */

div#menu-container {
	background: #4c4c4c url(../images/imagebottom_red.png) no-repeat scroll bottom left;
	width: 852px;
	height:28px;
	padding:7px 0 0 28px;
}
div#menu-container li {
	float: left;
	color: #a7a7a7;
	position: relative;	
	height: 25px;
}
div#menu-container li.divider {
	padding: 0 12px;
}
div#menu-container a:link, div#menu-container a:visited {
	color: white;
	text-decoration: none;
}
div#menu-container a:hover {
	color: #dddddd;
}
div#menu-container li.submenu a {
	padding-right: 15px;
	background: transparent url(../images/menu_arrow_down.png) no-repeat scroll 100% 70%;
}
div#menu-container li.submenu li a { /* ez csak azer kell, mert az IE6 nem ismeri a > fogalmat */
	padding-right: 0;
	background: 0;
}
div#menu-container ul ul {
	position: absolute;
	top: 20px;
	left: 0;
	width: 120px; /* IE6 ez adja a max submenu szelesseget, legyen azonos az  ul ul li a-val*/
	padding: 5px 10px;
	background-color: #4c4c4c;
	border: 1px solid #dddddd;
	display: none;
}
div#menu-container ul ul li {
	float: none;
}
div#menu-container ul ul li a {
	display: block;
	width: 120px; /* IE6 ez adja a max submenu szelesseget, legyen azonos az  ul ul-lel */
	height: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #666; 
}
div#menu-container ul ul li a.bottom {
	border: 0;
} 

div#menu-container ul li.submenu:hover ul {
	display: block;
}
/* dropdown menu vege */



/* tartalom */

div#content-container {
	overflow: auto;
	padding: 26px 0 35px 28px;
	width: 852px;	
	background: transparent url(../images/bg_red.png) repeat-y scroll top right;
}
div.innerbox {
	width: 627px;
	padding-bottom: 41px;
	background: transparent url(../images/innerbox_bottom_red.png) no-repeat scroll bottom left;
	float: left;
}
div.innerbox h1{
	width: 599px;
	background: transparent url(../images/innerbox_top_red.png) no-repeat scroll top left;
	height: 46px;
	padding: 19px 0 0 28px;
}
div.innerbox-content {
	background:transparent url(../images/innerbox_bg.png) repeat-y scroll left top;
	padding:20px 28px 0;
	width:571px;
}

/* tartalom lista elem */
div.innerbox-content ul {
	margin-bottom: 15px;
}
div.innerbox-content ul li {
	background: transparent url(../images/dot_red.png) no-repeat scroll left center;
	padding-left: 12px;
}

/* tablazat */
table {
	margin: 15px 0;
}
tr.even {
	background-color: #e6e6e6;
}
tr.odd {
	background-color: #f7f7f7;
}
th, td {
	padding: 3px 5px 3px 8px;
	vertical-align: top;
}
th {
	background-color: #c0c0c0;
	padding-left: 5px;
}

/* form */
ol.form {
    overflow: auto;
}

ol.form li {    
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 3px;
    min-height : 20px;
}
ol.form li.form-text {
    padding: 8px 0;
}
ol.form li label {  
    float: left;
    width: 100px;
    margin-right: 10px;
}


.cimhez {  
    float: left;
    width: 10px;
    margin-right: 22px;
}



ol.form li input {
    float: left;
}
ol.form a.help {
    font-size: 11px;
    float: right;
}
ol.form input.text {
    width: 340px;
}
ol.form input.text.short {
    width: 60px;
}

ol.form input.text.shorter {
    width: 10px;
}
ol.form div {
    float: left;
}
ol.form input.radio, ol.form input.checkbox {
    margin-top: 3px;
    margin-right: 10px;
}

ol.form input.chbox-first {
    margin-right: 10px;
}
ol.form textarea {
    border-color:#4C4C4C #B2B2B2 #B2B2B2 #4C4C4C;
    border-style:solid;
    border-width:1px;
    width: 340px;
    height: 80px;
    float: left;
}
ol.form select {
    float: left;
}
ol.form option {
    margin-right: 5px;
    padding-left: 5px;
}
ol.form input.submit {
    height: 20px;
    padding-bottom: 3px;
    border: 1px solid #b2b2b2;
    border-bottom-color: #4c4c4c;
    border-right-color:  #4c4c4c;
    background-color: #ddd;
    color: black;
    font: normal normal bold 12px Arial, Helvetica, sans-serif;   
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}


/* oszlop jobbra */
div#right-column, div#right-column p, div#right-column a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: white;	
}

div#right-column {
	float: right;
	width: 154px;
	margin-right: 24px;
}
div#right-column p {
	border-bottom: 1px solid #cf6666;
	padding-bottom: 20px;
	margin-bottom: 24px;
	line-height: 15px;
}
div#right-column p.bottom {
	border-bottom: 0;
} 

div#right-column a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}





/* lablec es tartozekai */
div#foot {
	padding-top: 20px;
	clear: both;	
	width: 627px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
div#foot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}



