
                      body{
                          text-align: center;
                          background:#3173ce
                      }
                                
                      .lap{
                          width: 1024px;
                          margin-left: auto;
                          margin-right: auto;
                          text-align: left;
                      }
                                
                      .logo{
                          width: 1024px;
                          height: 250px;
                          background-image: url(images/logo.png);
                      }
                                
                      .menu{
                          width: 1024px;
                          height: 35px;
                          float: left;
                          background-image: url(images/menu.png);
                      }
                                
                      .tartalom{
                          width: 1024px;
                          height: auto;                       
                          float: left;
                          background-image: url(images/tartalom.png);
                      }
                      .alsologo{
                          width: 1024px;
                          height: 127px;                       
                          float: left;
                          background-image: url(images/alsologo.png);
                      }
                     .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #404040;
	background-image: url(images/button.png);
	height: 20px;
	border: 1px solid #000;
	margin-top: 2px;
}


select , option , textarea , input {
border-right : 1px solid #808080;
border-top : 1px solid #808080;
border-bottom : 1px solid #808080;
border-left : 1px solid #808080;
color : #000000;
font-size : 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
background-color : #ffffff;
}
a:active , a:visited , a:link {
color : #ffffff;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
}
a:hover {
color : #000066;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
}
a.nav:active , a.nav:visited , a.nav:link {
color : #000000;
font-size : 10px;
font-weight : bold;
font-family : verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
a.nav:hover {
font-size : 10px;
font-weight : bold;
color : black;
font-family : verdana, Arial, Helvetica, sans-serif;
text-decoration : underline;
}
.header {
font-size : 14px;
font-weight : bold;
color : #808080;
font-family : verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.subheader {
font-size : 12px;
font-weight : bold;
color : #505050;
font-family : verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.error {
font-size : 11px;
color : #FF0000;
font-family : verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.success {
font-size : 11px;
color : #008800;
font-family : verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
}
.panel {



-moz-border-radius:7px;
border: 1px dotted silver; background-color: #F7F7F7;
}
.bborder {
background-color : #ffffff;
border : 1px solid #a7a6b4;
}
BODY , TD , TR {
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
cursor : default;

.treeview ul{ /*nem kell változtatni*/
margin: 0;
padding: 0;
}

.treeview li{ /*a menüpontok alapkinézete (kivéve amelyek tartalmaznak menüpontokat)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /*azok a menüpontok, amelyek tartalmaznak almenüket*/
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*az almenüpontok kinézete*/
display: none; /*ezt ne töröld ki!*/
}

.treeview .submenu ul li{ /*szintén almenüpontok*/
cursor: default;
}
