/** 
 * CSS document
 * by: Kovács Olivér (Zmetser)
 */
* {
margin:0;
padding:0;
}

a {
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
border:none;
}

body {
min-width:780px;
background-attachment: scroll;
background-color: #fff;
background-image: url('../images/felsominta.jpg');
background-repeat: repeat-x;
background-position: left top;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main TD {
	font-size: 0.8em;
}

a:hover {
color: #9A5E15;
text-decoration: underline;
}

a:link {
color: #000;
}

a:visited {
color: #000;
}

/** KONTÉNER1 */
#wrap {
background: url('../images/balminta.jpg') repeat-y;
}

/** FEJLÉC */
#header {
height:154px;
background: url('../images/fejlec.jpg') top left no-repeat;
}

/** TARTALOM */
#main {
float:right;
width:588px;
min-height:640px;
background-color:#fff;
font-size:.8em;
}

#main p {

}

/** BALSÁV */
#sidebar {
width:192px;
border:none;
font-size: 1em;
}

#balfelso {
width:192px;
}

#sidebar li {
background:#fff url('../images/menu_bg.jpg') top left no-repeat;
padding-left:30px;
height:25px;
}

#sidebar li a {
font-size:.8em;
font-weight:bolder;
font-style:italic;
color:#46260d;
}

#menualja {
background:#fff url('../images/balminta.jpg') repeat-y;
}
#alsominta {
background: url('../images/balalso.jpg') bottom left no-repeat;
height:234px;
padding-bottom:234px;
}

#hack {
clear:both;
}

/** LÁBLÉC */
#footer {
background:#fff url('../images/lapalja.jpg');
background-repeat: repeat-x;
font-size:6px;
}

#footer a {
font-size:.7em;
}

/** OTHER */
.hidden {
display:none;
}

html,a:link,a:visited {
color:#000;
}
