* {
   margin:0px;
   padding:0px;
   font-family: Arial;
   font-size: 11px;
   line-height:17px;
   color: #666666;
}

*:focus {outline: none}

body {
   background-color:#F0F7F2;
}

a:link, a:visited {
    text-decoration:none;
    font-weight:bold;
    color: #000000;
}

a:hover {
    text-decoration:underline;
}

p {
    margin-top:7px;
    margin-bottom:7px;
}

ul {
   margin-left: 20px;
   font-size:11px;
}

   /* //////////////////////*/
   /*      Vaz reszek       */
   /* //////////////////////*/

div#bg_repeat {
   background-image: url("../images/content_bg.jpg");
   background-repeat: repeat-y;
   background-position: center top;
}

div#bg {
   background-image: url("../images/all_bg.jpg");
   background-repeat: no-repeat;
   background-position: center top;
}
   
   
div#maincontainer {
    width:825px;
    margin-left:auto;
    margin-right:auto;
}

div#header {
   height: 208px;
}

div#logo {
    float:left;
    width: 270px;
    display: inline;
}

	div#logo a:link, #logo a:visited {
	    display: block;
	    width: 270px;
	    height: 181px;
	}

div#idezet {
   float:left;
   width: 300px;
   display: inline;
   padding-top: 20px;

   font-family: Arial;
   font-size: 11px;
   font-weight: bold;
   line-height: 18px;
   color:#54757B;
}

div#header a:hover {
   text-decoration:none;
}

div#menu_holder {
   height: 50px;
}

div#content_holder {
   padding:28px;
   width:780px;
   color:#666;
   font-family: Verdana;
   font-size: 11px;
   line-height:17px;
   min-height: 500px;
}

div#footer {
   background-image: url("../images/footer.jpg");
   background-repeat: no-repeat;
   background-position: left top;
   height: 49px;
   width: 827px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 25px;
}

   /* //////////////////////*/
   /*     Menupontok        */
   /* //////////////////////*/



ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu li{
	position: relative;
	display: inline;
	float: left;
}

ul#menu li a{
	display: block;
	font-family: "Century Gothic", Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color:#726D50;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
    text-align: center;
}

.sep {
   background-image: url("../images/sep.jpg");
   background-repeat: no-repeat;
   background-position: left center;
   height: 30px;
   font-family: Arial;
   font-size: 6px;
   font-weight: normal;
   line-height: 6px;
   width: 6px;
}

   /* //////////////////////*/
   /*    Tovabbi reszek     */
   /* //////////////////////*/

.clear {
   clear:both;
   font-size:0px;
   line-height:0px;
   height:0px;
}

.fo_cim {
   font-family: Verdana;
   font-size: 20px;
   color: #7B8F91;
   margin-bottom:16px;
}