@charset "utf-8";
/* CSS Document */

html, body
	{
	padding:0;
	margin:0;
	background:#a4a4a4;
	color: #666666;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
a 
	{ 
	color:#2D2D2D; 
	text-decoration:none; 
	}

a:hover 
	{ 
	color:#ccb564;
	}

h1 
	{ 
	font-size:16px; 
	}

h2 
	{ 
	font-size:14px; 
	}

hr 
	{ 
	color:#ddd; 
	height:1px; 
	}
	
/* ---------------------- DIV Styles -------------------------- */

#container_outer
	{
	width:100%;
	background:#a4a4a4 url(../images/contentbg.gif) repeat-y center;
	}
	
#container_inner
	{
	width:1000px;
	background:#fff;
	}
	
/* Header */
	
#header
	{
	width:100%;
	background:url(../images/header.jpg) 0 30px;
	}
	
#topmenu
	{
	width:100%;
	height:30px;
	background:url(../images/navbg.gif) repeat-x;
	}
	
#topmenu table
	{
	height:30px;
	}
	
#topmenu td
	{
	font-size:11px;
	}
	
#topmenu .td1
	{
	padding-left:10px;
	font-size:11px;
	}
	
.src_txtfield
	{
	width:;
	height:16px;
	background:#fff;
	border:1px solid #666;
	}

.src_button, .button
	{
	width:60px;
	height:20px;
	font-size:11px;
	margin-left:3px;
	background:url(../images/button_bg.gif) repeat-x;
	border:1px solid #ccc;
	cursor:pointer;
	}
	
.src_button:hover
	{
	border:1px solid #fff;
	}
	
#logo
	{
	width:;
	height:160px;
	background:url(../images/);
	}
	
.logotext 
	{ 
	padding:10px 0 0 25px; 
	margin:0;
	font: normal 22px Arial, Helvetica, sans-serif; 
	color:#000; 
	}

.logotext strong 
	{ 
	color:#000; 
	}

span.logotext2
	{
	padding:0;
	margin:0;
	background:;
 	font-size:14px; 
 	}
	
.logotext3 
	{
	padding:30px 0 0 25px;
	margin:0;
	color:#fff;
 	font-size:12px; 
 	}
	
#mainmenu
	{
	width:100%;
	height:30px;
	background:url(../images/navbg2.gif) repeat-x;
	}
	
#mainmenu ul 
	{ 
	margin:0; 
	padding:0; 
	}
	
#mainmenu ul li 
	{ 
	display:inline;
	float:right; 
	list-style:none; 
	padding:0; 
	}

#mainmenu ul li a:link, #mainmenu ul li a:visited
	{ 
	display:block; 
	width:100px; 
	padding:7px 0; 
	margin:0 1px 0 0; 
	color:#000;
	text-decoration:none;
	background:url(../images/buttonbg.gif); 
	text-align:center; 
	}

#mainmenu ul li a:hover 
	{ 
	bottom:0; 
	background:url(../images/buttonbgover.gif); 
	color:#999999; 
	overflow:auto; 
	}

#mainmenu ul li a.on, #mainmenu ul li a.on:hover 
	{ 
	width:100px; 
	padding:7px 0; 
	background:url(../images/buttonbgon.gif); 
	text-align:center;  
	}
	
/* Centerbox */
	
#centerbox
	{
	width:1000px;
	}
	
#leftcol
	{
	float:left;
	width:200px;
	background:;
	padding:10px;
	}
	
#leftcol H3
	{
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	}
	
#leftcol .menuheader_2
	{
	padding:5px 0 10px 0;
	}
	
#contentbox
	{
	float:left;
	width:560px;
	background:;
	padding:10px;
	}
	
/* Jobboldal */
	
#rightcol
	{
	float:left;
	width:200px;
	background:;
	}
	
#rightcol a 
	{ 
	font-weight:bold; 
	}

#rightcol a:hover 
	{ 
	border-bottom:1px dotted;  
	}

.postinfo 
	{ 
	display:block; 
	width:90%; 
	margin:5px; 
	padding:6px; 
	background-color:#EFEFEF; 
	border:1px solid #D4D4D4; 
	}
	
.postinfo a
	{
	font-weight:bold;
	}

#rightcol blockquote 
	{ 
	width:80%; 
	margin:5px; 
	padding:6px; 
	border-left:1px solid #D4D4D4; 
	}

.welcome 
	{ 
	float:left; 
	display:block; 
	width:170px; 
	margin:10px; 
	padding:5px; 
	background-color:#FFF; 
	border:1px solid #D4D4D4;  
	}
	
.welcome .textfield
	{ 
	background-color:#eee; 
	border:1px solid #bbb;
	width:110px;
	margin:2px;
	}
	
.welcome small
	{
	font:normal 10px Arial, Helvetica, sans-serif;
	}

#right p a 
	{ 
	color:#666666; 
	}
	
#footer_outer
	{
	width:100%;
	background:url(../images/footer.gif) no-repeat center bottom;
	}
	
#footer_inner
	{
	width:1000px;
	height:40px;
	padding-top:5px;
	border-top:1px solid #ddd;
	}
	
#footer_inner td
	{
	padding:0 10px 0 0;
	font-size:11px;
	}
	
#clr
	{
	clear:both;
	}