﻿ * {
     margin: 0;
 }
	.menu {
		/*border: 3px dotted;*/
		font-variant: small-caps;
		font-family: Arial, verdana, small Helvetica, sans-serif;
		margin-bottom: 0px; /*függőleges távolság a menüpontok között*/
		z-index: 20;
		margin-right: 15px;		
	 	z-index: 1;

	}
	#news {
		/*border: 3px dotted;*/
		font-size: small;
		font-weight: bold;
		font-family:  verdana, Arial, small Helvetica, sans-serif;
		text-align: justify;
		margin-right: 2%;
		margin-left: 2%;
		padding-top: 2%;
		width: 45%;
		display: inline-block;
	}
	#galeria {
		font-size: small;
		font-weight: bold;
		font-family:  verdana,Arial, small Helvetica, sans-serif;		
		margin-right: 0%;
		margin-left: 0%;
		padding-top: 2%;					
		width: 50%;
		display: inline-block;		
	}	
	#menudiv {
		margin-left:-30px;
		height: 300px;
		float: left;		
	 	z-index: 1;
	}
	#menu1 {
		margin-left:100px;
	}
	#menu2 {
		margin-left:87px;
	}
	#menu3 {
		margin-left:74px;
	}
	#menu4 {
		margin-left:61px;
	}
	#menu5 {
		margin-left:48px;
	}
	#menu6 {
		margin-left:35px;
	}
	#menu7 {
		margin-left:22px;
	}
	#menu8 {
		margin-left:9px;
	}
	
	#melleklapkep {
		float: left;
		height: 280px;
	}
	a:link {
		text-decoration: none;		
	}
	
	a:visited {
		text-decoration: none;
		color: black;
		}
	a:active {
		text-decoration: none;
		color: black;
	}
	a:hover {
		text-decoration: underline;
		color: black;
	}
	
	img
	{  border-style: none;
	}
	:focus {
		outline: 0;
	}

    html {
        height: 100%;
    }
    .wrapper {
        min-height: 100%;
        height: auto !important;
       height: 100%;
       margin: 0 auto -190px;
   }
   .footer, .push {
       height: 190px;
   }

	body
	{
		/*background-image: url('2WebCrazy.gif');*/
		background-position: bottom left;
		background-repeat: no-repeat;
		background-color: ff9933;
		height: 100%;
	}	