
body{
	font-family:  Verdana, Helvetica, sans-serif,Trebuchet MS;
	font-size:12px;
	color:#000;
	background:#3c7d78;
	min-width:1004px;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
}

/* page centered */

#wrapper{
			margin:0 auto;
			padding:0;
			width:1004px;
			background:#fff;
			text-align:left;
			border-left:3px solid #13504b;
			border-right:3px solid #13504b;	
}



/* header */
#header{
	width:100%;
	height:144px;
	background:#3c7d78 url(../img/header_pic.jpg);
	text-align:left;
	border-bottom:5px solid #087643;
}
#header h1 {
	padding:80px 10px 0px 0px;
	margin:0px 10px 0px 0px;
	font-size:20px;
	color:#fff;
}
#header span{
	color:#FFA200;
}
#header .left{float:left;width:50%;}

/* header menubar */

#menubar{
	height:21px;
	background:#efefef;	
}
#menubar ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
#menubar li{
	float:left;
	padding:0px 2px 5px 2px;
	text-decoration:none;
}

#menubar .bulletie{	
	text-decoration:none;
	background:url(bullet_bg.png);
	color:#000;
	padding:0px 20px 8px 20px;
	border-left:1px solid #fff;
	border-right:1px solid #707070;	
}

#menubar .bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#menubar .bulletie a:active{
	text-decoration:none;
	color:#000;
}
#menubar .bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#menubar .bulletie a:hover{
	text-decoration:none;
	color:#4D595F;
}


/* content */

#content{
	float:left;
	padding:15px 15px 15px 15px;
	width:95%;
	font-size:14px;
}

#content h1 {font-size:20px;color:#087643;padding:5px 0px 10px 0px;margin:0px;}
#content h2 {font-size:18px;color:#087643; font-weight:bold; padding:0px 0px 5px 0px;margin:0px;}
#content h3 {font-size:14px;color:#808080;padding:5px 0px 10px 20px;margin:0px;}
#content ul{padding:10px 0px 10px 10px;list-style-type:disc;}
#content li{padding:3px 0px 3px 5px;}
#content a:link{color:#000;text-decoration:underline;}
#content a:active{color:#000;text-decoration:underline;}
#content a:visited{color:#000;text-decoration:underline;}
#content a:hover{color:#00f;text-decoration:underline;}

#content .kezdo{background: url(../img/web.jpg); background-repeat: no-repeat; background-position: top right;}
#content .szolg{background: url(../img/szolg.jpg); background-repeat: no-repeat; background-position: top right;}
#content .munkak{background: url(../img/works.jpg); background-repeat: no-repeat; background-position: top right;}
#content .kapcsolat{background: url(../img/indian.jpg); background-repeat: no-repeat; background-position: top right;}

#content .kapcsolat a:link,a:active,a:visited{
	text-decoration:none;
	color:#fff;
}
#content .kapcsolat a:hover{
	text-decoration:none;
	color:#fff;
}


#footer{
	border-top:5px solid #087643;
	width:100%;
	height:75px;
	background:url(bullet_bg.png);	
	text-align:center;
	vertical-align:middle;
}

#footer a:link,a:active,a:visited,a:hover{
	text-decoration:none;
	color:#fff;
}

#author{
	background:#efefef;
	padding:3px 0px 0px 0px;
	height:18px;
	text-align:center;
}
#author a:link,a:active,a:visited{
	text-decoration:underline;
	color:#000;
}
#author a:hover{
	text-decoration:none;
	color:#ff6c00;
}
.clear{clear:both;}

