/*************************************/
/*********www.n73-e50.extra.hu********/
/*************************************/

body {
	background: url(../images/bg.gif) repeat;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #656565;
	text-align: left;
	font-size: 95%;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
    }

/*-------------------------------------*/
/*------AZ OLDAL NAGY EGYSÉGEI--------*/
/*-----------------------------------*/

#header {
	width: 808px;
	height: 225px;
	padding: 0px;
	background: url(../images/header.gif) no-repeat;
	overflow: hidden;
	margin: 0 auto 0 auto;
	border: 0px solid green;
	}

#footer {
	width: 808px;
	height: 43px;
	background: url(../images/footer.gif) no-repeat;
	overflow: hidden;
	margin: 0 auto 0 auto;
	clear: left;
	float: bottom;
	padding-bottom:0px;
	color: #8abc00;
	font-size: 80%;
	}

#footer a {
	color: #8abc00; 	
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	}

#footer a:hover {
	color: #8abc00; 	
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	text-decoration: underline;
	}

#containertop {	
	text-align: center;
	background: url(../images/container_bg_top.gif) no-repeat top center;
	width: 808px;
	height: 32px;
	margin: 0 auto 0 auto;
	padding-bottom: 0;
	}

#container {
	background: url(../images/container_bg.gif) repeat;
	width: 808px;
	 /*EZT MAJD MINDEN KÜLÖN CSS-NÉL ÚJRA MEG KELL ADNI, ITT MEG TÖRLÖNI*/
	margin: 0 auto 0 auto;
	border: 0 solid red;
	}

#content {
	width: 557px;
	/*EZT MAJD MINDEN KÜLÖN CSS-NÉL ÚJRA MEG KELL ADNI, ITT MEG TÖRLÖNI*/
	border: 0 solid red;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	}



/*-------------------------------------*/
/*--------MINDEN AMI GOOGLE-ÖS--------*/
/*-----------------------------------*/

#kereso {
	float: right;
	margin-right: 30px;
	margin-top: 85px;
	border: 0 solid blue;
	}


#rightcontent {
	width: 200px;
	height: 600px;
	border: 0px solid red;
	float: right;
	margin-left: 5px;
	margin-right: 6px;	
	}

#linkegyseg {
	position: absolute;
	top: 192px;
	padding: 0;
	margin-top: 5px;
	margin-left: 15px;
	width: 570px;
	height: 20px;
	border: 0px solid #8abc00;
	}



/*-------------------------------------*/
/*---------------A MENÜ---------------*/
/*-----------------------------------*/



#menu {
	margin-left: 100px;
	margin-top: 154px;
	width: 470px;
	height: 35px;
	border: 0px solid blue;
	padding: 0;
	}

#menu ul {
	margin-top: 9px;
	float: left; 
	height: 35px;
	}

#menu li {
	width: 100px;
	height: 30px;
	margin-right: 5px;
	}

#menu ul li {
	list-style-type: none; 
	float: left; 
	}


#menu a {
	text-align: center;
	display: block; 
	text-decoration: none; 
	color: #ffa200; 
	font-size: 14px; 
	font-weight: bold;
	height: 35px; 
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	}

#menu ul li a:hover { 
	background: url(../images/menuselected.gif) no-repeat;  
	width: 100px;
	height: 30px;
	}





/*-------------------------------------*/
/*----------SZÖVEG FORMÁZÁSOK---------*/
/*-----------------------------------*/

h1, h2, h3, h4, h5,h6 {
	color: #8abc00; 	
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	}

#footer h6 {
	font-size: 85%;
	text-align: center;
	margin: 9px;
	}

#containertop h1 {
	font-size: 19px;
	text-align: center;
	margin-top: 8px;
	color: #ffa200;
}


