@charset "utf-8";

html,body{
	/*background: url(../images/page_bg.gif);
	background-repeat: repeat-x;*/
	background-color : #000000;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 14px;
	color: #32475b;
	margin: 0px;
	border: 0px;
	
}

a:link {text-decoration: underline; color:#32475b; outline: none;}
a:visited {text-decoration: underline; color:#32475b;outline: none;}
a:active {text-decoration: underline; color:#32475b;outline: none;}
a:hover {text-decoration: underline; color: #32475b;outline: none;}



.justify {
    text-align: justify;
}


.clearer{
	clear: both;
}

.spacer{
	width: 100%;
	height: 20px;
}

.spacer_big{
	width: 100%;
	height: 70px;
}

.hide{
	display: none;
}	


Div#debug{
	margin-top: 100px;
	position: absolute;
	left: 10px;
	top: 30px;
	width : 200px;
	height: auto;
	color: white;
}

Div#header{
	width: 990px;
	height: 137px;
	background-color: #000000;
	background-image: url(../images/header5.png);
	background-repeat: no-repeat;
	background-position: center;
	margin:0 auto;
	border-bottom: 2px solid #999999;
}
	

Div#main_menu{
	width:990px;
	background-color:#000000;
	margin:15px auto 0px auto; /* needed for centering */
}


Div#main{
	width: 990px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* needed for centering */
	height:auto !important; /* real browsers */
	/*height: 550px; /* IE6: treaded as min-height */
	min-height: 550px; /* real browsers */
	text-align:left; /* IE6 centering */
	background-color: #000000;
}
	Div#content{
		min-height: 500px;
		height: auto !important;
	}
	
	
Div#footer{
	width: 990px;
	height: 18px;
	padding-top: 10px;
	margin:10px auto 20px auto;
}
	#privacy{
		visibility:hidden;
	}

.dashdedtop{
	border-top: 1px solid #999999;
}

.dashdedleft{
	border-left: 1px dotted #99cccc;
}	

Div#glb_error{
	width: 890px;
	position:relative; /* needed for footer positioning*/
	margin-left: auto; /* needed for centering */
	margin-right: auto; /* needed for centering */
	margin-top: 25px;
	margin-bottom: 25px;
	text-align:center;
	border: dotted;
	color: yellow;
}


.floatleft{
	float: left;
}

.floatright{
	float: right;
}

Div#welcome{
	padding: 0px 20px 20px 50px ;
	/*border: dotted;*/
	width: 600px;
	float: left;
}

.separator{
	margin-top: 80px;
	border-left: 1px dotted #99cccc;
	height: 500px;
	float: left;
}
/*
.picture_mumia{
	margin-left: auto;
	margin-right: auto;
}
*/
Div#folders{
	width: 330px;
	float: left;
}

Div#galeria_holder{
	width: 650px;
	float: right;
}

Div#galeria_hider{
	position:absolute;
	top: 0px;
	width: 668px;
	height: 450px;
	/*float: right;*/
	/*border: 1px solid white;*/
	margin-left: 320px;
	z-index: 1;
}

.nyito_idezet{
	float: left;
	width: 320px;
}

div#nyito_kep{
	width: 400px;
	height: 550px;
	float: left;
	background-image: url(../images/cserelheto/nyito.jpg);
}

Div#news{
	padding: 20px 0px 20px 45px ;
	width: 210px;
	float: right;
	height: 450px;
	overflow: hidden;
	font-size: 11px;
	/*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
	text-align: left;
	
}
	
		h1{
			font-size: 22px;
			color: #9ACAD6;
		}

		h2{
			font-size: 16px;
			color: #539EAC;
		}


		h3{
			font-size: 13px;
			color: #4D84B8;
		}


Div#contact{
	/*margin-left: auto;
	margin-right: auto;*/
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 500px;
	
}


	Div#contact_det{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 2.1em;
		width: 800px;
		padding-top: 300px;
		color: #000;
		font-weight: bold;
		text-shadow: 1px 1px 4px #fff;
	}
	
Div#partners{
	background-image: url(../images/partners.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 500px;
}
	.partner{
		margin-left: 50px;
		color: #000;
		font-size: 2em;
		text-shadow: 1px 1px 4px #fff;
		padding: 5px 10px;
		text-decoration: none;
	}
	
	Div#partners a{
		color: #000;
		text-decoration: none;
	}
	
	Div#partners a:hover{
		color: #83cccc;
		text-decoration: none;
	}


Div#services{
	background-image: url(../images/services.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 97%;
	height: 480px;	
	padding-top: 10px;
}

	.service{
		color: #000;
		font-size: 1.3em;
		text-shadow: 0px 0px 9px #fff;
		width: 280px;
		margin: 20px 0px 20px 10px;
	}

	.servicedesc{
		margin-left: 20px;
	}