/* Általános beállítások */

* {
		margin:0;
		padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
		margin: 0.5em 0;
}
ul{
		margin-left:2em;
}
body{
		font-size: 11px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color: #ffffff;
		line-height:1.3em;
		background: #ff9126;
}



/* Navigáció */

a, a:link, a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #5daad1;
		text-decoration: underline;
}
a:active, a:focus {
    color: #006699;
}


div#doboz	{
		width: 800px;
		height: 600px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -300px;
		margin-left: -400px;
		background:url(../img/hatter.jpg)
}


/* Szövegtörzs */


h1,.componentheading{
		font-size:1.7em;
		line-height:1.7em;
}


p {
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 72%;
}

