html,body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dcdcc6;
}

img { 
    border: none; 
    margin: 0px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px dotted #d0d0d0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #660;
	text-align: left;
	margin: 0 auto 0 auto;
	width: 980px;
	background-image: url(../pic/logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    text-align: center;
    margin-top: 0px;
    margin-left: 10px;
    line-height: 25px;
}

a:link {
    color: #979906;
    text-decoration: none;
}
a:visited {
    color: #979906;
    text-decoration: none;
}
a:hover {
    color: #7f8050;
    text-decoration: underline;
}

#header {
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0px;
}

#wrap {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    clear: none;    
}

#menu_left {
    color: #333333;
    font-size: 12px;
}
#menu_left a {
    margin-top: 5px;

}
#menu_left p{
    margin: 0px;
}

.content-small {
    margin: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #CCC;
}

#footer {
height: 25px;
	clear: both;
	padding-top: 8px;
	text-align: center;
	color: #5c5c5c;
	background-color: #c8c8c8;
	background-image: url(../pic/title-bg.gif);
	background-repeat: repeat-x;
	background-position: right center;
}


#footer a {
    color: #5c5c5c;
    text-decoration: none;
}
#footer a:hover {
    color: #989f7b;
    text-decoration: underline;
}

#footerlinks {
	width: 980px;
	padding: 3px 0 3px 0;
	text-align: center;
	margin: 0 auto 0 auto;
	background-color: #dcdcc6;
	color: #FFF;
}
#footerlinks a {
	color: #FFF;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #CCC;
	text-decoration: underline;
}

#top_links {
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #FFF;
}

.col {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #5c5c5c;
	background-color: #c8c8c8;
	background-image: url(../pic/title-bg.gif);
	background-repeat: repeat-x;
	background-position: right center;
}

#page_container {
    width: 980px;
    height: inherit;
    margin: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;   
    background-color: #fff;
}
#keret {
	width: 190px;
	margin: 3px 0 3px 0;
	padding: 3px;
	border: 1px solid #CCC;
}
#banner {
	padding: 10px 0 0 0;
	margin: 0;
}
/**/

.piros {color: #f00; margin: 0; font-weight: bold;}

