BODY {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #6A4C32;
    background-color: #958061;
    margin: 20px 0px 20px 0px;
    background-image: url('/pic/tamas_rozsos_hatter.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
 
HTML {
    overflow-y: scroll;
}


td 
{
    font-family: Arial, Verdana; 
    font-size: 12px;
    COLOR: #6A4C32; 
    vertical-align: top;
    text-align: justify;
}

p 
{
    font-family: Arial, Verdana; 
    font-size: 12px;
    COLOR: #6A4C32; 
    text-align: justify;
    line-height: 130%;
}

div 
{
    font-family: Arial, Verdana; 
    font-size: 12px;
    COLOR: #6A4C32; 
}

IMG {
    border: 0px;
}


ul {
   list-style-image: url('/pic/li.gif');
   margin-left: 20px;
   padding-left: 10px;
}

/* ALAP LINKEK */

a
{
	color: #9E5601;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
    color: #6A4C32;
}

/* SZINES ELEMEK */

.keret
{
    width: 800px;
    height: 100%;
    margin: auto;
    background: #FFFFFF;
}

.lang
{
    width: 800px;
    margin: auto;
    height: 20px;
}

.lang a{
  color:white;
}

.lang a:hover {
    color: #6A4C32;
}

.lang td
{
    text-align: right;
}

.foto img
{
    border: 1px solid #9E5601;
}

.foto td
{
    font-size: 10px;
}

.title
{
    width: 524px;
    height: 27px;
    background-image: url('/pic/title_bg.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 4px 0px 0px 8px;
    font-size: 14px;
    color: #6A4C32;
    font-weight: bold;
}

.cv
{
    border: 1px solid #9E5601;
    margin: 0px 10px 4px 0px;
}


