/* -- AZ OLDAL FELEPITESE --*/


/* Oldalszerkezet */
#page
{
	width:900px; 
	margin: 0 auto 0 auto;
}

#header, #middleblock, #footer{margin:0 0 0 0;}

#middleblock
{
	float: left;
	background-image: url(../images/contentbackground.png);
}

#topmenu-closer
{
	height:1px;
	background-image: url(../images/tbbackground.png);
	margin-top: 10px;
}

#header
{
	height:120px;
	background-color: #21201b;
	position: relative;
}

#leftblock
{
	float: left;
  	width:160px;
}

#rightblock
{
	float:right;
  	width:160px;
}

#content
{
	float:left;
  	width:560px;
	padding-left: 10px;
	padding-right: 10px; 
	min-height: 400px; 	
}

/*#footer
{
	clear:both;
	background-image: url(../images/footerbackground.png);
	background-repeat: no-repeat;
	height: 30px;
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 7px;
	text-align: center;
}*/

/* Design elemek */
body 
{
 	font-family: Verdana;
 	font-size: 12px;
 	color: #000000;
 	background-color: #FFFFFF;
 	margin: 0px;
 	padding: 0px;
}

a
{
	color: #ff9400;
	text-decoration: none;
}
a:Hover
{
	color: #ff9400;
	text-decoration: underline;
}

h1
{
	font-family: Verdana;
	font-size: 16px;
	text-align: center;
	font-weight: bold;	
}

/* Törlő div*/
.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	margin: 0;
}

/* Inputok */
input, textarea
{
	border: 1px solid #333;
	padding: 1px 2px 1px 2px;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
}
input[type="radio"] { border-style:none; } 
button, .button
{
	border: 1px solid #333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	background-color: #aba37e;
}

#footercloser
{
	clear:both;
	background-image: url(../images/footerbackground.png);
	background-repeat: no-repeat;
	height: 1px;
}


#footer
{
        margin-top: 5px;
	clear:both;
	height: 140px;
	background-color: #21201b;
	font-size: 9px;
	/*padding-top: 7px;*/
        color: #BBBBBB;
}

#footer ul, #footer li
{
        list-style: none;
        list-style-type: none;
        margin:0;
        padding: 2px 0 2px 0;
}

#footer h1
{
        font-size: 12px;
        color: #BBBBBB;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
}

#footer a, #footer a:Hover
{
        color: #BBBBBB;
}


.linkdoboz
{
        float: left;
        width: 140px;
        margin: 5px 5px 5px 15px;
}

.rolunkdoboz
{
        float: right;
        width: 370px;
        margin: 5px 5px 5px 15px;
}

.rolunkdoboz ul
{
        width: 180px;
        padding-right: 15px;
        float: left;
}
.rolunkdoboz li
{
        height: 15px;
        padding-bottom: 20px;
}

.lezaro
{
        text-align: center;
}

.footercopyright
{
        text-align: center;
        clear: both;
}


