/* CSS Document */
* { 
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
  font-size: .8em;
  font-family: Arial, Helvetica, sans-serif;        
  color: #ffffff;
  background:url(../pic/backg.jpg);
	scrollbar-base-color:blue;
	scrollbar-darkshadow-color:blue;
 	scrollbar-face-color:blue;
  scrollbar-track-color:#919297;
  scrollbar-arrow-color:yellow; 
  scrollbar-highlight-color:lightblue;
  scrollbar-shadow-color:black;
}

body.iFrame {
	width: 370px;
	background:url(../pic/pa_alap.gif);
	padding: 0;
	text-align: center;
  font-size: .85em;	
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
 	scrollbar-face-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #000000; 
  scrollbar-highlight-color: #000000;
  scrollbar-shadow-color: #000000;	
}

* html #content {width: 360px;}

a:link, a:visited {
	color:#ffff00;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#00ff00;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color:#ffff00;
	font-weight:bold;
	text-decoration:underline;
}

/* LAYOUT */

div#container{
  margin: 0 auto;
  width: 764px;
  height: 580px;
  background-color: #000000 ;	
}

div#header{
  margin: 0 auto;
  text-align: center;
  width: 764px;
  height: 115px;	
}

div#logo {
  margin: 0;
  padding: 0;
}

div#colLeft {
	float:left;
	width:160px; 
        height:590px;
	background:url(../pic/bg.gif);
}

div#colRight {
	float:right;
	width:204px; 
        height:590px;
	background:url(../pic/bg.gif);
}

div#colMid {
	float:left;
	width:400px;
	background-color:#000000;
}

div#footer {
	clear: both;
}


/* ELEMENTS */

h1 {
	display: block;
	border-bottom: 2px solid white;
	color:#ffffff; 
	text-align:left; 
	font-weight:bold;
	font-size:1.3em;
	padding-top: 10px;
}

/* FORM */

#main input {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 8pt;
	padding: 1px;
	background-color:#e9e9e9;;
	padding: 1px;
	margin: 3px 0;
	width: 180px;
}

#main input.gomb { 
  background-color: #717171;
  color: #e9e9e9;
	font-weight:bold; 
	width: 100px;
  border: 1px solid #000;    
	cursor: pointer;
}


/* MENU */
#menu {
	height: 20px;
	}

div.outer {
	float: left;
	width: 109px; 
	height: 20px;
	background: url( '../pic/gombalap.gif' ) 0 -40px no-repeat;
	}

div.outer a:link, div.outer a:visited {
	display: block;
	margin: 0; 
	padding: 0;
	width:100%; 
	height:100%;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:center;
	background: url( '../pic/gombalap.gif' ) top left no-repeat;
}
	
div.outer span {
	display: block;
	margin:0; 
	padding-top: 2px;
}

div.outer a:hover {
	background-image: none;
	color: #ffff00;
	font-size: 11px;	
	text-decoration: none;	
}
	
div.outer a:active {
	color: #ffff00;
	text-decoration:none;
}

div.outer-sm {
	float: left;
	width: 109px; 
	height: 20px;
	background: url( '../pic/gombalap.gif' ) 0 -40px no-repeat;
	}

div.outer-sm a {
	display: block;
	margin: 0; 
	padding: 0;
	width:100%; 
	height:100%;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:black;
	text-decoration: none;
	text-align:center;
	background: url( '../pic/gombalap.gif' ) top left no-repeat;
}

div.outer-sm span {
	display: block;
	margin:0; 
	padding-top: 2px;
}

div.outer-sm a:hover {
	background-image: none;
	color: yellow;
	font-size: 11px;	
	text-decoration: none;	
}
	
div.outer-sm a:active {
	color: black;
}

.banner {
	border: 1px solid #333; 
	background-color: gray; 
	padding: 5px;
	margin: 5px 0;
	color: #ffff00;
	font-size:x-small;
}


#content h2 {
	display: block;
	background-color: #000000;
	color: yellow;
	font-size: .90em;
	padding: 2px 0 2px 3px;
	margin: 20px 0 5px 0;
	background:url(../pic/hirlec.gif);
}

#content p {
	text-align:left;
	font-weight:bold;
	font-size: .90em;
}

#content p.big {
	font-weight:bold;
	font-size: 1em;
}

#content .kiemelt {
	color: #FFFF00;
}

#content img.balra { 
	padding-right: 8px; 
	float: left;
}

#content ul, li {
	list-style-type:none;
	padding: 3px 0;

}