BODY
{
font-family: Arial;
font: 9pt; 
font-weight: bold;	
}

a
{
text-decoration: none;
}

p
{
color:red;
}

#container/* az egesz oldal DIV-je*/
{
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	margin:0;
	padding:0;
}

#header/* FEJLEC*/
{
	position:relative;
	top:0px;
	left:0px;
	height:100px;
	width:1000px;
	margin:0;
	padding:0;
	float:clear;
}

#banner/*  Fejlécben a Banner */
{
	position:absolute;
	top:4px;
	left:524px;
	width:468px;
}

#top_nav /* Fejléc alatti menü sor*/
{
	position:relative;
   	width: 1000px; 
	background-color: white;
	background-image: url(bkprogram.jpg);
 	 margin-top:2px;
	 _margin-top:-1px;
	 height:25px;
	 float:clear;
}
#top_nav_ie /* Fejléc alatti menü sor*/
{
	position:absolute;
   	width: 1000px; 
	_top:126px;
    height:5px;
    background-color: white;
} 

#inside /* Az egész oldal tartalma*/
{
	position:relative;
   	width: 1000px; 
   	top:0px;
  	float:clear;
} 

#navigation/* Bal Hasáb */
{
    position:relative;
    margin-top:10px;
    width: 250px;
    float: left;
    left:0px;    
}
#navigation a:link, #navigation a:active, #navigation a:visited
{
	color: green;
	font-weight: bold; 
} 

#navigation a:hover 
{
 	color: #4F4F4E; 
} 

#content /* Közép Hasáb */
{
    position:relative;
    margin-top:10px;
    width: 500px;
    float: left;
    left:0px;
}

#content a:link, #content a:active, #content a:visited
{
	color: green;
	font-family: Arial;
	font: 9pt; 
	font-weight: bold;	
} 

#content a:hover 
{
 	color: #4F4F4E; 
} 

#wrapper /* Jobb Hasáb*/
{
    position:relative;
    margin-top:10px;
    width: 250px;
    float: left;
    left:0px;
}

#content_top_nav /* Közép Hasáb-ban a menüsor*/
{
	position:relative;
	width: 463px; 
    background-image: url(bkprogram.jpg);
	padding-left:0px;
    height:25px;
} 
#content_top_takaro /* Közép Hasáb-ban a menüsor*/
{
	position:absolute;
	top:68px;
	width: 463px; 
	background-color:white;
	padding-left:0px;
	height:3px;
} 

.nav_box /* Bal Hasáb BOX-ok design */
{ 
	 font-size: 10pt;
	 background: white;
	 width: 100%;
	 text-align: left;
}


.nav_box_header /* Bal Hasáb BOX-ok fejléce */
{
	 font-size: 11pt;
	 font-weight: bold;
	 color: white;
	 width: 100%;
	 height:25px;
	 line-height:27px;
	 text-align:center;
}

.nav_box2 
{ 
	 font-size: 10pt;
	 margin-left:20px;
	 background: white;
	 width: 80%;
	 text-align: left;
	 padding-bottom:-20px;
}

.content_box /* Közép Hasáb BOX-ok design */
{ 
	 font-size: 10pt;
	 width: 100%;
	 text-align: left; 
	 padding-left:20px;     
}

    .rtopright {
      background: url(rtopright.png) 100% 0 no-repeat;
    }
    .rtop 
    {
    background: url(rtop.png) 0 0 repeat-x;
    }
    .rtopleft {
      background: url(rtopleft.png) 0 0 no-repeat;
    }
    .stopright {
      background: url(stopright.png) 100% 0 no-repeat;
    }
    .stop 
    {
    background: url(stop.png) 0 0 repeat-x;
    }
    .sbottom {
      background: url(sbottom.png) 0 100% repeat-x;
    }
    .sleft {
      background: url(sleft.png) 0 0 repeat-y;
    }
    .sright {
      background: url(sright.png) 100% 0 repeat-y;
    }
    .sbottomright {
      background: url(sbottomright.png) 100% 100% no-repeat;
    }
    .stopleft {
      background: url(stopleft.png) 0 0 no-repeat;
    }
    .sbottomleft {
      background: url(sbottomleft.png) 0 100% no-repeat;
    }

#footer /* Lábléc */
{
	position:relative;
   	width: 1000px; 
   	background: white;  
	background-image: url(bkprogram.jpg);
    margin-top:1px;
    _margin-top:-4px;
    height:18px;
    float:clear;
} 