/* CSS by GegMan
 * e-mail: farkas.tamas-at-myxo-hu
 */
	
* { 
	padding: 0px; 
	margin: 0px;
	font-family:verdana;
}

img {border:none;}
a, a:hover, a:active, a:visited { text-decoration:none; }

/**********************************************************************/

body {
	background:#FFFFFF url('../images/rr2.jpg') repeat-x top left;
}

#site {
	width:980px;
	
}

#left {
	width: 217px;
	float:left;
	background-color:#3A9E55;
	overflow:hidden;
}
	#left a {
		display:block;
		height:95px;
		margin:5px 0px;
		background:#ffffff url('../images/menu_link3.jpg') no-repeat top left;
		color:#ffffff;
		font-weight:bold;		
		overflow:hidden;
	}
	#left a:hover { background-position:bottom left; }
	#left a h3 { margin:38px 10px 4px 70px; font-size:12px; font-weight:bold;}
		#left a div{ padding:0px 10px 0px 70px; font-size:10px; color:#dddddd; }
		#left a:hover div{ color:#ffffff; }
		
#center {
	background:#5A99C2 url('../images/rr.jpg') repeat-x top left;
	float:left;
}
	#menu_line {
		background: url('../images/header_.jpg') no-repeat top left;
		height:18px;
		padding:116px 0px 8px 30px;
	}
		#menu_line a{
			font-family:arial;
			font-size:8pt;
			text-decoration:none;
			color:white;
			font-weight:bold;
			margin:0px 20px;
		}
		#menu_line a:hover {text-decoration:underline;}
		
	#content {
		width:550px;
		height:579px;
		overflow:hidden;
		background:#ffffff url("../images/content_bg.jpg") no-repeat top left;
		float:left;
	}
		h1 {font-size:16px; margin:65px 0px 30px 30px; }
			h1 img {width:30px; position:relative; top:5px;}
			img.bigpic {margin:130px 10px 10px 10px; float:right;}
		#content p {margin:50px; font-size:14px; }
		#content strong {color:#1B8338; font-size:14px;}
		#content ul {padding:0px 20px;}
			#content li {font-size:14px; list-style:none; margin-left:50px;}
			
		input, textarea {width:350px; font-size: 14px; border:1px solid #3A9E55; padding:2px;}
		input:hover, textarea:hover {border:1px solid #5A99C2;}
		input:active, textarea:active {background-color:#5A99C2;}
		textarea {height:80px; }
		input {height:20px;}
		hr {margin:5px 2px; color:#eeeeee;}
		form table td {
			padding:2px 0px;
			vertical-align:top;
		}
		form table td div{
			font-size:10px; color:#aaaaaa; margin:0px 0px 0px 20px; padding:0px;
		}
			#submit {margin-left:200px; width:150px; height:28px; font-weight:bold;}
			
		.item {width:50px; margin-right:10px; position:relative; top:18px;}
			
	#right {
		width:212px;
		float:left;
		overflow:hidden;
	}
		.box {
			width:211px;
			height:182px;
			margin:0px 5px 5px 0px;
			clear:both;
			overflow:hidden;
			background:#ffffff url('../images/box.jpg') no-repeat top left;
			color:#ffffff;
		}
			.box h2 { font-size:14px; margin:6px 0px 10px 10px; }
			.box img { float:left; clear:left; }
			.box p { padding:22px 2px 0px 0px; font-size:14px; text-align:center;}
			.box a { color:#ffffff; }	
	
#footer {
	width:100%;
	clear:both;
	background:#ffffff url('../images/green.jpg') repeat-x top left;
	padding-top:55px;
	font-family:arial;
	font-size:8pt;
	color:black;
	font-weight:bold;
	text-align:center;
}

	#footer a {
		font-family:arial;
		font-size:8pt;
		margin:0px 10px;
		text-decoration:none;
		color:black;
		font-weight:bold;
	}
		#footer a:hover {text-decoration:underline;}
