@charset "utf-8";
a:link, a:visited, a:active{
    color: white;
    text-decoration:none;
}
body{
    background-color: #D4D4D4;
    background-image: url(pics/hatter1.png);
    margin: 0px;
    padding: 0px;
    font: arial;
    font-size: 14px;
}
.fejlec{
    width: auto;
    height: 25px;
    position: relative;
    padding-right: 20px;
    padding-top: 3px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: white;
    background-color: #07B6F5;
    border-bottom: white 1px solid;
}
.fejlec a{
    margin-left: 8px;
    margin-right: 8px;
}
a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.tartalom{
    width: 100%;
    height: 100%;
    
}
.container{    
    background-color: white;
    background-image: url(pics/hatter1.png);
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.container td{
    padding:5px;
    width: 20%;
    vertical-align:top;
}
.container img:hover{
    cursor: pointer;
}
.linkdoboz{
    width: 95%; 
    margin: 0 auto; 
    font-size: 13px;  
}
.cim{
    width: 80%;
    text-align: left;
}
.cim td{
    height: 13px;     
}
.szerk1{
    width: 50%;
    text-align: right;
}
.admin {
    background-color: #EFEFEF;
    border-top: 5px #FFC40D solid;
    border-bottom: 5px #9F9F9D solid;
    height: 390px;
    text-align: center;
}
.bal {
    text-align:left;
    vertical-align:middle;
}
.jobb{
    text-align: right;
    vertical-align: middle;
}
.kozep{
    text-align: center;
}
.tblLogin{
    margin: 0 auto;
}
.tblMenu{
    width: 80%;
    margin: 0 auto;  
    border: none;  
}
.col1{
    width: 45%;
    text-align:left;
}
.col2{
    width: 45%;
    text-align:left;
}
.col3{
    width: 10%;
    text-align:center;
    border: #000000 1px solid;
}
.szeles{
    width: 100%;
}
.validator{
    margin-top: 10px;
    text-align:center;
    border: none;
}
.validator img,a{    
    border: hidden;
}
.setup a{
    margin-left: 8px;
    margin-right: 8px;
}
#start_cont{
    width: 70%;
    height: auto;
    margin:30px auto;
    
}
#start_header{
    border: 0px solid beige;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px; 
    height:342px;
    background-image: url('pics/asterix_felso.jpg');
    background-position: center;
    background-repeat:no-repeat, no-repeat;
    background-color:#EFE3AF;
    text-align: center;   
}

#start_also{
    border: 0px solid beige;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px; 
    height:342px;
    background-image: url('pics/asterix_also.jpg');
    background-position: center;
    background-repeat:no-repeat, no-repeat;
    background-color:#EFE3AF;
    text-align: center;   
}

#start_header h1{
    padding: 0px;
    margin: 0px;
    font-size: 60px;
    color: #800000;
}
#start_header h2{
    padding: 0px;
    margin: 0px;
    font-size: 50px;
    color: #FF0000;
}
#start_body{
    background-color: beige;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    height: 100px;
}
.headerButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    height: 23px;
	color: #050505;    
	padding: 0px 20px;
    margin: 0px 8px 0px 8px;
	background: -moz-linear-gradient(
		top,
		#d4d4d4 0%,
		#059cf4);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#d4d4d4),
		to(#059cf4));
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}
