@charset "UTF-8";
/* Alfahullam.hu */
body {
	margin: 0;
	background: url(../images/bg.jpg) fixed center;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e3192;
}
.clear { clear: both; }

a, a:visited, a:active {
	color: #339933;	
}
a:hover {
	color: #FF6600;	
}
#container {
	width: 882px;
	margin: 0 auto;
	background: url(../images/container.png) repeat-y;
	padding: 0 4px 50px 4px;
	position: relative;
}

	#head {
		background: url(../images/head.png);
		height: 248px;
	}
		#head h1 { display: none }
	
	#sidebar {
		width: 240px;
		float: left;
		padding: 20px 0 400px 0;
	}
		#sidebar h3 {
			background: #fff url(../images/h3.png) no-repeat right;
			display: inline;
			padding: 3px 5px 3px 10px;
			font-size: 16px;
			font-weight: bold;

		}
		#sidebar ul {
			margin: 10px 0 20px 0;
			padding: 0;
			list-style: none;
		}
			#sidebar ul li {
				margin: 3px 0;
				padding: 0;
			}
				#sidebar ul li a {
					display: inline;
					padding: 1px 5px 1px 10px;
					color: #2e3192;
					text-decoration: none;
					font-weight: bold;
					font-size: 12px;
			}
				#sidebar ul li a:hover {
					background: #2e3192 url(../images/menu_hover_purple.png) no-repeat right;
					color: #FFF;
				}
		#sidebar .orange h3 { color: #E95312 }
		#sidebar .orange ul li a { color: #E95312;}
		#sidebar .orange ul li a:hover { color:#ffffff; background: #E95312 url(../images/menu_hover_orange.png) no-repeat right }
		#sidebar .green h3 { color: #339933 }
		#sidebar .green ul li a { color: #339933;}
		#sidebar .green ul li a:hover { color:#fff; background: #339933 url(../images/menu_hover_green.png) no-repeat right }
		#sidebar .blue h3 { color: #663399 }
		#sidebar .blue ul li a { color: #663399 }
		#sidebar .blue ul li a:hover { color:#ffffff; background: #663399 url(../images/menu_hover_blue.png) no-repeat right }
	
		#sidebar .info h3 { color: #2B7590 }
		#sidebar .info ul li a { color: #2B7590;}
		#sidebar .info ul li a:hover { color:#ffffff; background: #2B7590 url(../images/menu_hover_info.png) no-repeat right }
		#sidebar .info p { padding: 1px 5px 1px 10px }
	
	#content {
		width: 630px;
		float: right;
		padding-bottom: 150px;
	}
		#content h2 {
			color: #000;
			font-size: 20px;
		}
		#content h3 {
			color: #000;
			font-size: 14px;
		}
	#girl {
		display: block;
		clear: both;	
		background: url(../images/girl.png) no-repeat;
		width: 239px;
		height: 246px;
		position: absolute;
		bottom: 175px;
	}
	#footer {
		display: block;
		clear: both;
		width: 882px;
		height: 175px;
		background: url(../images/footer.png) no-repeat;
		bottom: 0;
		position: absolute;
	}


