@charset "utf-8";
/* CSS Document */
@import url(layout.css);
@import url(gallery.css);
@import url(Spike.ttf);

/*szerkezet*/
		body
		{
			background: url(../pic/Vegyes%20246.jpg) center;
			background-attachment:fixed;
			background-repeat:no-repeat;
			background-color:#5F801C;
		}
		#main
		{
            width: 900px;
            position: absolute;
            left: 50%;
            margin-left: -450px;
        }
        #top
		{
            background-color:#5F801C;
			opacity:0.9;
			filter:alpha(opacity=90);
            position: relative;
            width:100%;
            height: 200px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
			-moz-border-radius-topright:1em;
			-moz-border-radius-topleft:1em;
        }
        #wheel
		{
            position: relative;
            height: 199px;
            float:left;
            width: 350px;
   			-moz-border-radius-topleft:1em;            
        }
        #slideshow
		{
            position: relative;
            float:right;
            height:inherit;
			padding-right:17px;            
        }
        #madarpartparkolo
		{
			background:url(../pic/mp.jpg);
			position: absolute;
			float:none;
			top: 0px;
			left: 18px;
			height: 130px;
			width: 230px;
			/*fonts*/
			font-weight:900;
			font-family:"Spike";
			font-size:60px;
			color:#FFF;
			letter-spacing:2px;
		}
 		#alcim
		{
			position: absolute;
			float:none;
			top: 130px;
			left: 20px;
			height: 27px;
			width: 229px;
			/*fonts*/
			font-weight:300;
			text-align:center;
			font-size:13px;
			font-style:italic;
			font-family:"Comic Sans MS", cursive;
			text-shadow: #80A6A8;
		} 
		#torony
		{
			position:absolute;
			float:none;
			top: 25px;
			left: 68px;
			height: 40px;
			width: 289px;
		}
		#menu
		{
            background-color:#87B528;
			opacity:0.8;
			filter:alpha(opacity=80);
            position: relative;
            width: 85%;
            height: 80px;
            margin: 0;
            padding-left: 15%;
            right: 0;
            float:none;
			-moz-border-radius-bottomleft:1em;
			-moz-border-radius-bottomright:1em;
        }
		#navbar
		{
			/*float: right;*/
			text-align: center;
			display: table-cell;
		}
		ul#navbar
		{
			margin: 0;
			padding: 0;
		}
		#navbar li
		{
			display: inline;
		}
		#navbar li a
		{
			float: left;
			color: #ffffff;
			text-decoration: none;
			background-color: #719722;
			height: 50px;
			margin-left: 2px;
			text-align: center;
			
			display: block;
			padding-left: 25px;
			padding-right: 25px;
			padding-top:30px;
			-moz-border-radius:0.3em;
			font-size:20px;
			font-family:"Comic Sans MS", cursive;
		}
		#navbar li.current_page_item a
		{
			background-color: #ffffff;
			opacity:0.8;
			filter:alpha(opacity=80);
			color: #666;
		}
		#navbar li a:hover
		{
			background-color: #5F801C; /*background image swap on hover*/
			opacity:1;
			filter:alpha(opacity=100);
			color:#ffffff;
		}
        #bottom
		{
            background-color: #5F801C;
			opacity:0.8;
			filter:alpha(opacity=80);
            position: relative;
            height: 20px;
			width:100%;
			-moz-border-radius-bottomleft:0.5em;
			-moz-border-radius-bottomright:0.5em;
        }
		#tartalom
		{
			background-color:#ffffff;
			/* for IE */
			filter:alpha(opacity=60);
			/* CSS3 standard */
			opacity:0.6;
			padding-left:15px;
			padding-right:15px;		
			padding-top:10px;
			-moz-border-radius-topleft:1em;
			/*fonts*/
			font-family:"Comic Sans MS", cursive;
			font-size:16px;
        	text-align: justify;
            text-indent: 15px;
			line-height:normal;
			font-weight:100;
			height:100%;
		}
		#galeria
		{
			position: relative;
            float: left;
			background-color:#ffffff;
			/* for IE */
			filter:alpha(opacity=100);
			/* CSS3 standard */
			opacity:1;
			padding-left:0px;
			padding-right:0px;
			height: 600px;
			padding-top:10px;
			-moz-border-radius-topleft:1em;
			width:720px;
		}

		#map
		{
			opacity:1;
			background-color:#ffffff;
			/* for IE */
			filter:alpha(opacity=900);
			/* CSS3 standard */
			opacity:0.9;
			padding-left:15px;
			padding-right:15px;		
			padding-top:10px;
			-moz-border-radius-topleft:1em;
			height:100%;
		}

		#navigation
		{
			background-color:#ffffff;
			opacity:0.8;
			filter:alpha(opacity=80);
            width: 170px;
            height: 600px;
			-moz-border-radius-topright:1em;
			padding-left:10px;
			padding-top:10px;
			/*fonts*/
			font-family:"Comic Sans MS", cursive;
			color:#5F801C;
        }
		#kiskeret
		{
            background: #87B528;
			opacity:1;
			filter:alpha(opacity=80);
			-moz-border-radius:0.5em;
			width:160px;
			padding-left:10px;
			margin-left:-5px;
			color:#ffffff;
        }
		table, td, th
		{
			border:0px;
			margin-top:0px;
			border-collapse:collapse;
			vertical-align:top;
		}
		#pageTABLE
		{
			margin-top:0px;
			width: 900px;
		}

		p
		{
			line-hight: 10px;	
		}
		a
		{
			color:#5F801C;	
			font-size:16px;
			font-weight:100;
		}
		a:hover
		{
			color:#F4EB39;
			text-decoration:underline;
		}
		a:visited
		{
			color:#C7ED52;	
		}
