@font-face {
    font-family: myFont;
    src: url(font/GOTHIC.TTF),
		 url(font/GOTHIC.eot);
}

@font-face {
    font-family: myFontBold;
    src: url(font/GOTHICB.TTF),
		 url(font/GOTHICB.eot);
}

p{
	font-family: "myFont";
	font-size: 16px;
	color: black;
}
h1 {
	text-align: center;
}

body{
	font-family: "myFont";
	background-color: #EBEBEB;
}


#logo{
	width: 240px;
	height:80px;
	position: absolute;
	margin: 230px 0 0 500px;
	
}
#content {
	padding-top: 373px;
	width: 1240px;
	margin: 0 auto;
}
#fej {
	position: fixed;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	height: 304px;
	z-index: 999;
	background-color: #45abb9;
}
#fejauto{
	position: fixed;
	width: 1240px; 
	height: 373px; 
	left: 50%;
	margin-left: -620px;
	background-image: url(images/bajtay/autoalkatresz_head.png);
	background-repeat: no-repeat;
	background-size: 100%; 
	z-index: 1000;
	/*background-color: #EBEBEB;*/
}
#fejcsavar{
	position: fixed;
	width: 1240px; 
	height: 373px; 
	left: 50%;
	margin-left: -620px;
	background-image: url(images/bajtay/csavar_head.png);
	background-repeat: no-repeat;
	background-size: 100%; 
	z-index: 1000;
	/*background-color: #EBEBEB;*/
}
#fejveteran{
	position: fixed;
	width: 1240px; 
	height: 373px; 
	left: 50%;
	margin-left: -620px;
	background-image: url(images/bajtay/veteran_head.png);
	background-repeat: no-repeat;
	background-size: 100%; 
	z-index: 1000;
	/*background-color: #EBEBEB;*/
}
#auto{
	width: 178px;
	height: 260px;
	margin: 0 30px 0 0;
}
#csavar{
	width: 178px;
	height: 260px;
	margin: 0 30px 0 0;
}
#veteran{
	width: 178px;
	height: 260px;
	margin: 0 30px 0 0;
}
#text{
	width: 178px;
	float: center;
	height: 30px;
	font-size: 12pt;
	margin-top: 0px;
	text-align:center;
}

/*képek kerete*/
.box{
	float:right;
	width:280px;
	height:426px;
	display: inline-block;
}

#foot{	
	height: 115px;
	text-align: center;
	background-image: url(images/bajtay/foot.png);
	background-repeat: no-repeat;
	background-position: center;
}
.foot-fixed {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -620px;
	z-index: 1000;
}
#footfix {
	height: 81px;
	background-color: #57aab7;
}
.footfix-fixed {
	position: fixed;
	width: 1920px;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 999;
}
#foottext{
	color:#0B262B;
	text-align: center;
	font-size: 14px;
	line-height: 140%;
	padding: 17px 0 0 0;
	min-width: 1240px;
	height: 64px;
	background-color: #57aab7;
}
#space{
	height: 34px;
}


#menu{
	font-family: myFont;
	width: 1240px;
	height: 40px;	
	position: fixed;
	margin-top: 345px;
	font-size: 15px;	
	text-align: center;
}
#menuveteran{
	font-family: myFont;
	width: 670px;
	height: 40px;	
	float: left;
	position: fixed;
	margin: 345px 0px 0px 427px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;	
}
/*linkek alap kinézete*/
.menu a:link {
	color:#0B262B;
	text-decoration: none;
}
/*már meglátogatott*/
.menu a:visited{
	color:#0B262B;
}
/*egér ráhúzáskor*/
.menu a:hover {
	color:#44C5DA;
}
/*kattintáskor*/
.menu a:active {
	color:#44C5DA;
}
/*aktuális menüpont formája*/
.menu a.current{
	color:#44C5DA;
}
/*aktuális menüpont egér ráhúzásra*/
.menu a.current:hover {
	color:#44C5DA;
}


/* unvisited link */
a:link {
	color:#0B262B;
	text-decoration: none;
	text-align:center;
} 
/* visited link */    
a:visited {
	color:#0B262B;	
}
/* mouse over link */
a:hover {
	color:white;
}  
/* selected link */
a:active {
	color:white;
}  

table.bt td {
	padding: 3px 5px;
}


