body {
        background-color: black;
        font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url('');
        background-repeat: no-repeat;
        top: 0px;
        left: 0px;
}

#fej {
	width: 577px;
	height: 65px;
        background-image: url('images/fej.jpg');
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 0px;
}



#no {
	width: 477px;
	height: 495px;
        position: absolute;
        background-image: url('images/no.jpg');
        background-repeat: no-repeat;
        top: 0px;
        left: 577px;
}


#tartalom {
	width: 577px;
        height: 385px;
         background-image: url('images/tartalom.jpg');
        background-repeat: no-repeat;
        position: absolute;
        top: 65px;
        left: 0px;
}

#kep {
        width: 577px;
        height: 385px;
         background-image: url('');
        background-repeat: no-repeat;
        position: absolute;
        align: center;
        top: 36px;
        left: 50px;
        }

#menu {
	width: 577px;
        height: 72px;
        position: absolute;
        top: 423px;
        left: 43px;
}

#noalj {
	width: 477px;
        height: 318px;
        background-image: url('images/no_alj_2.jpg');
        background-repeat: no-repeat;
        position: absolute;
        top: 495px;
        left: 577px;
}



#noszel{
	width: 78px;
        height: 318px;
        background-image: url('images/no_alj.jpg');
        background-repeat: no-repeat;
        position: absolute;
        top: 495px;
        left: 499px;
}

#kezdo {  
        width: 500px;
        height: 500px;
        background-image: url('');
        background-repeat: no-repeat;
        position: absolute;
        top: 70px;
        left: 100px;

}
#haromkepes {
        width: 500px;
        height: 450px;
        background-image: url('');
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 50px;
        
}

#gal_menu{ 
          width: 280px;
        height: 150px;
        background-image: url('');
        background-repeat: no-repeat;
        position: absolute;
        top: 345px;
        left: 380px;

}

a:link { 
	font-size: 12px;            
	text-decoration: none; 
	color: #ffcc99;
}
 
a:visited { 
	font-size: 12px;   
	text-decoration: none; 
	color: orange;
}
 
a:hover, a:active { 
	text-decoration: underline;
        font-size: 12px;   
	color: 6ec3f8;
}

h1 {
        margin: 15;
	padding: 0;
	text-transform: uppercase;
	font-family: Georgia, Helvetica, sans-serif;
        font-size: 20px;
        text-align: left;
        border-bottom: 1px dotted;
	color: #669999;
}

h2 {
        margin: 15;
	padding: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-align: justify;
	color: orange;
}

h3 {
        margin-top: 15;
        margin-right: 10;
        margin-left: 5;
	text-transform: none;
	font-family: Georgia, Helvetica, sans-serif;
        font-size: 10px;
        text-align: left;
        border-bottom: 1px dotted;
	color: white;

}
p { 
        margin: 0;
        line-height: 15px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
        color: gray;
        text-align: justify;
}
.p2 { 
        margin: 0;
        line-height: 15px;
	padding: 10px 20px 10px 15px;
	font-size: 15px;
        color: #D5BB04;
        text-align: justify;
}

.image {
	float: left;
	margin: 15px 10px 10px 0;
	border:4px solid gray;
}

.image2 {
	float: right;
	margin: 15px 0px 10px 10px;
	border: 4px solid #7d4e20;
}

