
a:link, a:visited {
    text-decoration:none;
    font-weight:bold;
    font-family: inherit;
    font-size: inherit;
    line-height:  inherit;
    color: inherit;
}
	
	a:link img , a:visited img {
	    border: 0px;
	}

a:hover {
    text-decoration:underline;
}

p {
    margin-top:7px;
    margin-bottom:7px;
}

ul {
   margin-left: 20px;
   font-size:11px;
}

b, i {
   font-family: inherit;
   font-size: inherit;
   line-height:  inherit;
   color: inherit;
}

   /* //////////////////////*/
   /*      Vaz reszek       */
   /* //////////////////////*/

div#maincontainer {
/*
    background-image: url("../images/content.jpg");
	background-repeat: no-repeat;
	background-position: left top;
*/
    width: 774px;
	height: 880px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
    background-image: url("../images2/header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 764px;
	height: 220px;
	font-family: "Microsoft Sans Serif", Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
	color: #333;
	text-align: right;
	padding-right: 10px;
}

ul#desc {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 165px;
	margin-left: 13px;
}

ul#desc li {
	background-image: url("../images2/dot.png");
	background-repeat: no-repeat;
	background-position: 4px 7px;
	position: relative;
	display: inline;
	float: left;
	padding-left: 22px;
	padding-right: 8px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #FFF;
}

div#menu_holder {
	background-image: url("../images2/menu_bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	width: 774px;
	height: 45px;
}

	

   /* //////////////////////*/
   /*     Menupontok        */
   /* //////////////////////*/

ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 3px;
}

#menu li {
	position: relative;
	display: inline;
	float: left;
}

ul#menu li.sep {
    background-image: url("../images2/menu_sep.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	display: inline;
	float: left;
	width: 2px;
	height: 40px;
}

ul#menu li a:link, ul#menu li a:visited {
	display: block;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Microsoft Sans Serif", Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	color: #000;
}

	ul#menu li a:hover {
		background-image: url("../images2/menu_a.jpg");
		background-repeat: repeat-x;
		background-position: left top;
		text-decoration: none;
	}	
	

   /* //////////////////////*/
   /*    Tartalom reszek    */
   /* //////////////////////*/

.clear {
   clear:both;
   font-size:0px;
   line-height:0px;
   height:0px;
}

