body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Arial, Helvetica;
	font-size:13px;
	text-align:justify;
}

a {
	text-decoration:none;
	color:#09C;
}

#head {
	margin-top:10px;
	width:100%;
	height:105px;
	background-image:url(images/head_shine_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#head2 {
	height:105px;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:auto;
}

#main {
	width:806px;
	height:auto;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-y;
	margin:auto;
}

#left {
	width:195px;
	height:auto;
	float:left;
}

#left_menu a {
	width:177px;
	height:20px;
	float:left;
	background-image:url(images/btn_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding: 6px 3px 3px 12px;
	display:block;
}

#left_menu a:hover {
	background-image:url(images/btn_bg_hover.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#FF6600;
	font-size:13px;
	font-weight:bold;
}

#right {
	width:560px;
	padding:20px;
	height:auto;
	float:right;
	min-height:600px;
}

#clear {
	clear:both;
}

#main_end {
	width:806px;
	height:16px;
	background-image:url(images/main_end.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto;
}

#foot_zero {
	height:20px;
	line-height:20px;
}

#footer {
	width:100%;
	height:79px;
	background-image:url(images/foot_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:auto;
	text-align:center;
	font-size:11px;
	color:#CCCCCC;
	line-height:20px;
}

#footer a{
	color:#FF6600;
}

#footer a:hover{
	color:#FFFFFF;
}

#content{
	width:560px;
}

.keret {
	border:solid 1px #666666;
	padding:3px;
}

.title {
	font-size:18px;
}

.kiemelt14 {
	font-size:13px;
	color:#FF6600;
}



