@font-face {
	font-family: 'Trebuchet MS';
	font-style: normal;
	font-weight: 300;
	src: url('design/fonts/TrebuchetMS.eot');
	src: local('Trebuchet MS'), local('Trebuchet MS'),
		url('design/fonts/TrebuchetMS.woff') format('woff'),
		url('design/fonts/TrebuchetMS.ttf') format('truetype'),
        url('design/fonts/TrebuchetMS.svg') format('svg');
}

@font-face {
	font-family: 'Trebuchet MS Bold';
	font-style: normal;
	font-weight: 600;
	src: url('design/fonts/TrebuchetMS-Bold.eot');
	src: local('Trebuchet MS Bold'), local('Trebuchet MS Bold'),
		url('design/fonts/TrebuchetMS-Bold.woff') format('woff'),
		url('design/fonts/TrebuchetMS-Bold.ttf') format('truetype'),
        url('design/fonts/TrebuchetMS-Bold.svg') format('svg');
}

html
{
min-height:100%;
margin-top:0px;
}

body
{
min-height:100%;
height:100%;
text-align: center; /* Centers all divs */
background-color:#603703;
background-image:url(design/hatter1.jpg);
background-repeat:repeat;
}

*{
padding:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
margin-top:0px;
}

.dclear
{
clear: both;
height: 0px;
width:980px;
}

a
{
font-family: 'Trebuchet MS Bold', Arial;
font-size: 15px;
color: #61380B;
text-decoration: none;
}

a:link {color: #61380B;}
a:visited {color: #61380B;}
a:hover {color: #A00000;}
a:active {color: #61380B;}

#mind
{
/* float:left; */
width: 960px;
min-height:700px;
background:url(design/arnyek-hatter.png) repeat-y;
text-align: center;
}

#honlapbelso
{
width: 900px;
min-height:500px;
background:transparent;
text-align: center;
margin-left:auto;
margin-right:auto;
}

#tartalom
{
width: 860px;
min-height:500px;
background:transparent;
text-align: center;
margin-left:auto;
margin-right:auto;
}

.szovegnormal{
font-family: 'Trebuchet MS', Arial;
font-weight: 300;
font-size: 15px;
color: #333333;
}

.szovegbold{
font-family: 'Trebuchet MS Bold', Arial;
font-weight: 600;
font-size: 15px;
color: #333333;
}

.szovegbold20{
font-family: 'Trebuchet MS Bold', Arial;
font-weight: 600;
font-size: 22px;
color: #8A4B08;
}

.menu
{
font-size: 12px;
font-weight:bold;
color: #FFFFFF;
text-decoration: none;
}

a.menu:link {color: rgb(255, 255, 200); }
a.menu:visited {color: rgb(210, 210, 210); }
a.menu:hover {color: rgb(255, 255, 255); }
a.menu:active {color: rgb(230, 255, 230);}
