body {
font-family: Arial, Helvetica, Sans Serif;
color: White;
font-size:12px;
margin: 0px;
background: #2637BF;
}

table tr td, table tr th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: top;
  color: #CFCFCF;
}

a, a:visited {
	background-color: transparent;
	color: Red;
}

a:hover {
	background-color: transparent;
	text-decoration: none;
	color: White;
}

/* fejlec kontener */
.header {
	background: url(./img/top_bg.jpg);
	width: 780px;
	height: 222px;
	vertical-align:top;
	float: none;
	text-align: left;
}
/* koszonoto sor */
.welcome {
	background: url(./img/menu_bg.jpg) repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	width: 750px;
	height: 30px;
	vertical-align:top;
	text-align:left;	
	float: none;
	padding-left: 30px;
}

/* menu sor */
#mmenu {
	clear: both;
}

#msubmenu {
	clear: both;
}

#mmenu .here {
	color: White;
	border: 0px solid #202a81;
	text-decoration: underline;
}

#msubmenu .here {
text-decoration: underline;
 Color: White;
 padding-left: 3px;
 padding-right: 3px;
}

.topmenu {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	width: 780px;
	height: 17px;
	text-align:center;	
	float: none;
	padding: 8px 0 0 0;
	background-color: #202a81;;
	}

.topmenu a:link, .topmenu a:visited {
	text-decoration: none;
	color: #D9F6FF;
}

.topmenu a:hover {
	text-decoration: underline;
}

.topmenu a:active {
	text-decoration: none;
	color: Silver;
}

.submenu {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	width: 780px;
	height: 34px;
	vertical-align: top;
	text-align:center;	
	float: none;
	background-color: #202a81;
	padding-top: 6px;
	padding-bottom: 6px;
	border-width: 1px;
	clear: both;
}

.submenu a:link, .submenu a:visited {
	text-decoration: none;
	color: #E60000;
}

.submenu a:hover {
	text-decoration: underline;
	color: White;
}

.submenu a:active {
	text-decoration: none;
	color: Silver;
}


/* also resz kontener*/

.bottom {
	background: url(./img/bottom_bg.jpg);
	width: 780px;
	height: 122px;
	vertical-align: bottom;
	float: none;
}

.bottom IMG {
	float: right;
	padding-top: 78px;
	margin-right: 20px;
}


/* tartalom kontener*/

.content {
	width: 770px;
	background-color: #202a81;
	float: none;
	padding: 5px;
	text-align: left;
	}

.clearer {
	clear: both;
}
	
.content IMG {
	float: left;
	margin-top: 10px;
	margin-bottom: 3px;
	clear: both;
}

/* form */

.awesomeform {
	margin: 0 0 1em;
}
.awesomeform label span {
	color: #900; /* color of required asterisk */
}

.awesomeform label {
	width: 200px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
	float: left;
	text-align: right;
	padding-top: 0.2em;
	font-weight: bold;
	font-size: 1em;
}

.awesomeform input, .awesomeform textarea, .awesomeform select {
	display: block;
	margin-bottom: 0;
	margin-left: 210px; /* (label width) + (label margin) */
	width: 200px; /* subjective, only applies to non-checkbox or radio inputs */
}

.awesomeform textarea { 
	width: 300px; /* subjective, recommend: (3/2)(input width) */
}

/* checks */
.awesomeform fieldset {
	margin-left: 210px;
	width: 410px;
}

.awesomeform .checks input, .awesomeform.checks input {
	margin-left: 210px; /* (label width) + (label margin) */
	width: 200px; /* subjective, only applies to non-checkbox or radio inputs */
	float: left;
	text-align: right;
	width: auto;
}

* html .awesomeform .checks input, * html .awesomeform.checks input { 
	margin-left: 105px;  /* (1/2)((label width) + (label margin)) */
}
* html .awesomeform .checks label, * html .awesomeform.checks label { 
	margin-left: 110px; /* (label width) + (label margin) */
	height: 1em; 
}

.awesomeform .checks label, .awesomeform.checks label {
	margin-left: 250px; /* (label width) + 2(label margin) */
	float: none;
	width: auto;
	clear: none;
	display: block;
	text-align: left;
	height: 1.4em;
	padding-top: 0;
	margin-bottom: 0;
}


/* checks end */

.awesomeform .error {
	display: block;
	margin-left: 210px; /* (label width) + (label margin) **recommended */
	/*position: relative;*/
	margin-bottom: 0em;
	margin-top: 3px;
	font-style: italic;
	font-size: 0.9em;
	color: Yellow;
}

.awesomeform p.desc {
	display: block;
	margin-left: 210px; /* (label width) + (label margin) **recommended */
	position: relative;
	top: -1em;
	margin-bottom: 0em;
	font-style: italic;
	font-size: 0.9em;
}

.awesomeform br { 
	clear: left;
}




