body{
font-family:"Comic Sans MS", cursive, sans-serif;

}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
#headpic{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
	
}
#fejlec{
    position: relative;
    top: 30px;
    width: 80%;
    background: rgba(255,255,255,0.8);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;

}
#szoveg{
	position: relative;
    top: 70px;
    width: 70%;
    background: rgba(255,255,255,0.8);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
		margin-bottom:40px;
	
}
#menutabl{
	width:100%;
	table-layout: fixed;
}
td { width: 16%; }
.jobbra{
	text-align:right;
	font-weight:bold;
}
.sorkizart{
	text-align:justify;
}
