/* CSS Document */
html, body {
height: 100%; margin-bottom: 1px;}

body {
text-align: center; /* Centers all divs */
}

#wrapper {
display:table;

width: 728px;
margin: 0 auto;
padding: 0;
text-align: left;

background: url(wrap.jpg) center repeat-y;
}

#header { 
height: 200px;
background: url(megujulo_banner1.jpg) no-repeat top left;
}

#sidebar {
width: 196px;
float: left;
}

#menu{margin-top:12px;
	width:170px;
	margin-left:2px;
	margin-right:12px;	
}


#main {
height: 100%;
width: 532px;
float: right;

}

#textbox{margin-top:12px;
	width:450px;
	height: 100%;
	margin-left:5px;
	margin-right:5px;	
}

#footer {
clear: both; 
width:728px;
height: 52px;
background: url(megujulo_footer.jpg) no-repeat top left;
}
.szoveg{
font-family: "trebuchet ms", trebuchet, sans-serif;
font-size: 12px;
color:#303030;
text-align:justify;
width:450px;
margin:5 5 5 5;
padding: 0 0 0 0;
}

.hirek{
font-family: "trebuchet ms", trebuchet, sans-serif;
font-size: 12px;
color:#303030;
text-align:justify;
width:450px;
margin:5 5 5 5;
padding: 0 0 0 0;
}

.dotted{
	border-bottom-style: dotted;
	border-bottom-width: 2;
	border-color: #808080;
}


