
Body{
background:url('zöldes.jpg') repeat-x top center fixed #f3f64e ;;	
	margin:0;
	font-family: arial;
	font-size: 20px;
	color:1c1f00;
	
}
div#header{

    position:relative;
	width:92%;
	margin: 30px ;
	padding: 20px;
	font-size:50px;
	color: #fff;
	text-shadow:12px 6px 23px #000000;
	
	font-family: georgia;
	float:left;
	text-align:center;
	background: #393a1b;
	border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
	background-image: -webkit-linear-gradient(bottom, #15460d 1%, #d3ca26 98%);
	background-image: linear-gradient(bottom,  #15460d 1%,#83843f 98%);
	background-image: -o-linear-gradient(bottom,  #15460d 1%,#83843f 98%);
	background-image: -moz-linear-gradient(bottom,  #15460d 1%,#83843f 98%);
	background-image: -ms-linear-gradient(bottom, #15460d 1%, #83843f 98%);
	
	box-shadow: -moz-box-shadow: 5px 8px 48px #000000;
box-shadow:-webkit-box-shadow: 5px 8px 48px #000000;
box-shadow: 5px 8px 48px #000000;
	
	}
div#kontener{
	width:92%;
	padding: 20px;
	margin:auto 30px ;
	background-color:f3f675;
	float:left;
	position:relative;
	height:;
	border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
	
	box-shadow: -moz-box-shadow: 5px 8px 48px #000000;
	box-shadow:-webkit-box-shadow: 5px 8px 48px #000000;
	box-shadow: 5px 8px 48px #000000;
}
div#bal{
	position:left;
	background-color:#background-color: #c4da00;
	float: left;
	width:20%;
	margin:auto 0px 20px 0px;
	text-align:center;
	height:auto;
	border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
	


}
div#jobbhasab{
	position:relative;
	background-color:#bdc47d;
	float: left;
	width:73%;
	margin:5px;
	padding:10px;
	top:0px;
	left:60px;
	height:auto;
	text-align:left;
	font-family: Century Gothic, Verdana;
	border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
	
	box-shadow: -moz-box-shadow: 5px 8px 48px #000000;
	box-shadow:-webkit-box-shadow: 5px 8px 48px #000000;
	box-shadow: 5px 8px 48px #000000;

	
}
#jobbhasab h2{
text-align:center;
font-family: Century Gothic, Verdana;
}
#jobbhasab p {
font-size:20px;
}
#jobbhasab img{
float:right;
width="40%";
margin: 5px ;

border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
}


.lablec
{
	width:92%;
	padding: 20px;
	margin:10px auto 0 30px ;
	background-color:#FFFFCC;
	float:left;
	position:relative;
	height:auto;
	
	border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
	
	
	box-shadow: -moz-box-shadow: 5px 8px 48px #000000;
	box-shadow:-webkit-box-shadow: 5px 8px 48px #000000;
	box-shadow: 5px 8px 48px #000000;
}

div.clear{
clear:both;
}

#menu{
	position: relative;
	margin:auto;
	text-align: left;
	width: 80%;
	height: auto;
	 
} 

#menu ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
      width: 100%;
      text-align: left;
      border: 1px solid #c4da00;
      background-color: #c4da00;
	  text-align: center;
	  border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
} 

#menu ul li{
      margin: 0px;
      padding: 1px;  
	  border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
} 

#menu ul li a{
      color: #333333;
      text-decoration: none;
      padding: 5px 5px;
      display: block;
      border: 1px solid #ECEEE4;
      background-color: #F4F6F4;
	  border-radius:20px;
	-moz-border radius:20px;
	-webkit-border-radius:20px;
}

#menu ul li a:hover{
      color:#404700;
      text-decoration: none;
      background-color: #9ac434;
	  }