/* BODY HTML */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#FFF;
	background-image:url(images/body_bkg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

body a {
	outline:none;
	color:#06C;
}

img {
	border:none;
}

h1 {
	color:#36C;
	margin:0 0 40px 0;
}

h2 {
	color:#36C;
	margin:10px  0 10px 0;
	font-size:16px;
}

.balra_igazit {
	float:left;
	margin:0 20px 20px 0;
}

.balra_igazit2 {
	float:left;
	margin:0 20px 0 0;
}

#head{
	width:100%;
	height:250px;
	margin:auto;
	background-image:url(images/head_bkg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.head_menu {
	width:570px;
	height:50px;
	margin:auto;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	padding:200px 0 0 330px;
}

.head_menu a {
	text-decoration:none;
	color:#000;
	line-height:35px;
	text-align:center;
	width:148px;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
}

.head_menu a:hover {
	color:#4d99c8;
}

#content{
	width:900px;
	min-height:700px;
	height:auto !important;
	height:700px;
	margin:auto;
}

.bal_hasab {
	float:left;
	width:205px;
	height:100%;
	background-image:url(images/bal_hasab_bkg.jpg);
	background-repeat:repeat-y;
	position:relative;
}

.side_menu {
	width:205px;
	background-image:url(images/side_menu_bkg.jpg);
	background-repeat:repeat-y;
}

.side_menu a {
	display:block;
	width:185px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	color:#000;
	padding:0 0 0 20px;
}

.side_menu a:hover {
	color:#FFF;
	background-color:#999;
}

.jobb_hasab {
	float:left;
	width:645px;
	margin:50px 0 0 50px;
	line-height:18px;
	word-spacing:4px;
}

#footer {
	width:100%;
	height:30px;
	margin:auto;
	text-align:center;
    line-height:30px;
	background-color:#DDD;
}

#footer a {
	text-decoration:none;
	color:#000;
}

.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

.dotted {width:100%; height:1px; background:url(images/dotted.png) repeat-x; margin:12px 0;}
