* html .fixed {position:fixed;}

body {
	background-color: #b8b8b8;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

p {
	padding: 10px 0;
	font-size: 11px;
	line-height: 16px;
}	

a {
	text-decoration:none;
	color:#3F3F3F;
}
a:hover{
	text-decoration:none;
	color:#F26724;
}
h1{
	font-size:140%;	
}

h2{
	font-size: 18px;
	line-height: 36px;
}

#container {
	margin:0 auto;
	clear:both;
	width:680px;
	text-align: left;
}

#tartalom {
	margin:30px auto;
	background-color:#fff;
	width:640px;
	border-right: 1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
	text-align: left;
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#logo {
	text-align:center;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
 }

#content{}
p.sig{	
	margin:0 auto;
	width:680px;
	padding:1em 0;
}
form{
	margin:1em 0;
	padding:.2em 20px;
	background:#eee;
}

#menu {
	margin:0 !important; 
	padding:0;	
	float: left;
}
#menu li { display: inline; }

#menu li a { 
	background: #4F4F4F; 
	padding: 8px; 
	float:left; 
	border-right: 1px solid #7F7F7F; 
	border-bottom: none; 
	text-decoration: none; 
	color: #8F8F8F; 
	font-weight: bold;
}

#menu li.active a { 
	background: #f4f4f4; 
	text-decoration: none; 
	color: #000; 
	font-weight: bold; 
}

.content { 
	float: left; 
	clear: both; 
	border: 1px solid #7F7F7F; 
	border-top: none; 
	border-left: none; 
	background: #f4f4f4; 
	padding: 10px 10px 10px 10px; 
	width: 640px; 
}
			.content { float: left; clear: both; border: 1px solid #7F7F7F; border-top: none; border-left: none; background: #f4f4f4; padding: 10px 10px 10px 10px; width: 640px; }

.fomenu {
	text-align:center;
	padding-top: 50px;
}

.fomenu ul li{
	text-align:center;
	margin-top:20px;
	display: inline;
	margin-right: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-shadow: #797979 1px 1px 1px;
}

.fomenu ul li.active a{
	color: #F89520;
	text-shadow: #fff 1px 1px 1px;
}

.fomenu ul li a{
	color: #3F3F3F;
}
sup   {
	font-size: x-small;
	color: #4f4f4f;
	vertical-align: top;
}

.footer {
	width:680px;
	margin:auto;
	text-align:center;
	margin-top:40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
 }
 
 #info {
	width:40px;
	height:30px;
	position:fixed;
	float:left;
	margin-top:20px;
	background-color: #a9a9a9;
 }
 
 #footer_container{
	/*The main footer div witch will hold the bar*/
	bottom: 0px;
	font-size: 11px; /*Font size used within the footer unless specifeied elsewhere*/
	padding: 0px;	/*0 Padding for the footer container*/
	position: fixed;/*Fixe the containter at bottom*/
	right: 0px;
	width: 100%;/*This is not the footer width: goto -> .footer_bar->margin-(left/right)*/
}
#footer_container .footer_bar{
	background-color:#CCC; /*Or add background image here*/
	/*Margin(left/right) change for space left and right of bar*/
	margin-left: 15px;
	margin-right: 15px;
	/*Border for the outline effect, note.. DONT add border bottem*/
	border-right:1px solid #999;
	border-top:1px solid #999;
	border-left:1px solid #999;
	/*How big do you want the bar*/
	height:25px;
	/*Visibility general*/
	overflow: visible !important;
	position: relative;
	display:block;
}
#footer_container .footer_bar .footer_bar_left{float:left;left:0px;}

#footer_container .footer_bar .footer_bar_right{float:right;right:0px;}

#tartalom ul{
margin-left: 20px;	
list-style-type: disc;
}
#tartalom li {
	margin-top: 2px;
	list-style-type: disc;
}

#tartalom p {
	padding-top: 2px;
	line-height:normal;
}

