/* CSS Document */



   body {
        margin:0;
        padding:0;
        border:0;		/* This removes the border around the viewport in old versions of IE */
        /* background: url(../irudiak/azpi.gif) repeat-y; */

        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
							}


	
#body{
	width:700px;
	margin:auto;
	padding:20px;

}



#header {
width:700px;
       clear:both;
        float:left;
      	
}
#header_logo{


float:left;
padding:9px 0 0 0;
}


#header_num{

text-align:right;
font-size:18px;
float:right;
padding: 0 0 50px 0;

}
#header_num h4{
border-left-color:#000000 ;
border-right-color:#000000 ;
}

#header_num p{
text-align:right;

font-size:9px;
}

#erdi{

float:left;
	width:950px;

		padding:5px 0 2em 370px;
	}

#erdi table{
border:1px #000000 solid;
width:70%;
}

#erdi th{
border-bottom:1px #000000 solid;} 

#erdi td{
padding:0.5em;

vertical-align:top;}
#erdi input{ margin:0 0 0 0.2em;}


/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
	
  color: #666666;
  font-size:7px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
    }
	
	#footer p{
	font-size:12px;
	font-style:italic;
	color:#666666;
	padding: 20px 0 0 370px;
	}
	
	
    #footer ul{
		
        padding:20px 0 20px 370px;
		font-size:10px;
		color:#666666px;
	     margin:0;
		width:950px;
    }
