@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left:0px;
	font-family: Times New Roman;
	font-size: 16px;
	background: #fff url(../pic/background.jpg) -40px 0 repeat-x;
	text-align:center;
	border-top-style: solid;
}

a:link {
	font-family: Times New Roman;
	text-decoration: none;
	color: #00609F;
}
a:visited {
	font-family: Times New Roman;
	text-decoration: none;
	color: #00609F;
}
a:hover {
	font-family: Times New Roman;
	text-decoration: none;
	color: #CA233F;
}
a:active {
	font-family: Times New Roman;
	text-decoration: none;
	color: #CA233F;
}
/*-- --*/

/*---DIV STÍLUSOK, TULAJDONSÁGOK---*/
/**		HEADER		**/
#header {
position:relative;
width:800px;

}

#top_szele {
position:relative;
width:840px;
height:20px;
background-image:url("../pic/top_szele.png");
margin: 0px auto;	
}

#bottom_szele {
position:relative;
width:840px;
height:20px;
background-image:url("../pic/bottom_szele.png");
margin: 0px auto;		
}

#logo {
	text-align:center;
	height: 50px;	
	overflow:hidden;
}

#top_menu {
	text-align:left;
	height: 30px;
	margin: 0px 10px;
}

#top_pic {
	width:800px;
  	height:200px;
	background-image:url("../pic/top_pic.jpg");
}

#aktiv_full_alap {/*az egész alapja, szélein glow*/
	position:relative;
	width:840px;
	/* [disabled]height: 800px; */
	background-image:url("../pic/alap_szele.jpg");
	background-repeat:no-repeat;
	margin: 0px auto;
}

#full_tartalom {/* az összes tartalom header, tartalom, footer */
	position:relative;
	width:800px;
	/* [disabled]height:800px; */
	margin: 0px auto;
	background-color: #FDFBFF;
	border: 1px solid #ffffff;
}

#tartalom {
	text-align:left;
	position:relative;
	width:800px;
}

#also_menu {
	margin: 40px 70px 0 0;
	height: 229px;	/*background-color: #966;*/
}

#footer {
	text-align:center;
	height: 50px;
	border-top: 1px solid #C8C6DF;
	margin-left: 15px;
	margin-right: 15px;
	padding-top:5px;
}

/* szerkesztés réteg */
#upload {
	position:relative;
	width:800px;
	height:25px;
	background-color: #F4F4F4;
	margin: 0px auto;
	padding-left:5px;
	padding-right:5px;
	/*--visibility: hidden;--*/
}

#edit {
	position:relative;
	width:800px;
	/*--background-color: #ff0000;--*/
	margin: 0px auto;
}
/*---DIV STÍLUSOK, TULAJDONSÁGOK---vége*/

/*-- SZÖVEG FORMÁZÁSA---*/
.normal {
	font-size: 16px;
	color: #333333;
}

.normal_edit {
	font-size: 14px;
	color: #333333;
	background-color: #FEFED8;
	height:28px;
}

.normal_piros {
	font-size: 16px;
	color: #CA233F;
}

.normal_sorki {
	font-size: 16px;
	color: #333333;
	text-align: justify;
}

.normal_kiemelt {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.normal_kiemelt_sorki {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: justify;
}

.normal_kiemelt_vonal {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.cim {
	font-size: 22px;
	color: #333333;
}

.normal_footer {
	font-size: 12px;
	color: #727272;
	letter-spacing: 1px;
}

