/* CSS Document */

body{
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

#a, a:hover, a:visited {
	color: #0066CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*display: inline;*/
}

#a:hover{
	color: #00CC33;	
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	text-decoration: none;
	font-weight: bold;
}

/* header tartalom */

#head_td{
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	height: 139px;	
	padding-left: 150px;
	
}

#topmenu{
	text-align: center;
	word-spacing: 25px;
	padding-left: 20px;	
	padding-right: 20px;
	padding-top: 95px;
}

#topmenu a, topmenu a:active, topmenu a:visited {
	color: #0791F5;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	/*display: inline;*/
}

#topmenu a:hover{
	color: #00CC33;	
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
}

/* body tartalom */
#fooldal{
	border-bottom: 1px dotted #000000;
	text-align: center;
}

#fooldal a, fooldal a:visited, fooldal a:active{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#fooldal a:hover{
	color: #00CC33;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#body_td{
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;		
}

#body_div_bal{
	padding-left: 15px;
	padding-right: 13px;
}

#body_div_jobb{
	padding-left: 20px;
	padding-right: 35px;
	text-align: left;
}

#body_div_jobb a, body_div_jobb a:active, body_div_jobb a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;	
}

#body_div_jobb a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #00CC00;	
}

#bal_box{	
	padding-left: 3px;
	border-bottom: 1px dashed #000000;
	text-align: left;
	
}

#bal_box a, bal_box a:active, bal_box a:visited {
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
	color: #0066CC;
}

#bal_box a:hover{
	font-size:14px;
	background-color: #FFFFFF;
}

/* footer tartalom */

#foot_td{
	background-image: url(images/foot_bg.jpg);
	background-repeat: no-repeat;	
	height: 25px;
	padding-top: 5px;
}

#footer{
	text-align: right;
	padding-right: 30px;
	font-size: 9px;
	color: #999999;
}

