/* CSS Document
-----------------------------------------------
author:   Hadobás Gábor	2006.05.10.
----------------------------------------------- */
/* Body */
body {
margin: 0px;
padding: 0px;
font: 85% arial, hevetica, sans-serif;
float: left;
text-align:left;
color: #fff;
}
/*---------------Formatting Typography-----------------------*/

/* Generic Formatting */

a:link {color: #996633;}
a:visited {color: #996633;}
a:hover, a:active {color: #996633;}

/* Tables Formatting */ 
.main {
	background-image: url(../images/bg3.jpg);
/*/	background-image: url(../images/bg4.jpg); */
	width: 100%;
	height: 590px;
	border: 0;
	text-align: justify;
}

.menu {
	text-align: left;
	width: 100%;
	border: 0;
}

/* Other text */
.cim {
  font-size: 18px;
  font-family : Arial;
  color: #996633;
  font-weight: bold;
}
.szoveg {
  text-align: justify;
  font-size: 14px;
  font-family : Arial;
  font-style: normal;
  color: #CCCCCC;
}




