/*ÁLTALÁNOS*/

body{
	font-family:arial,sans-serif;
	color:#333;
	margin:0px;
	padding:0px;
	background-color: #393939;
	background-image:url(body_bg_grey.jpg);
}

p{
	font-size:16px;	
	padding:0px;
	margin:0px;
}

h1{
	margin:0px;
	padding:0;
	font-size: 24px;
	line-height:34px;	
}

ul{
	list-style: circle;
	padding:15px;
	font-size:16px;
}


a:link{
	text-decoration:none;
	color:#333;
}

a:hover{
	text-decoration:none;
	color:#333;
}

a:visited{
	text-decoration:none;
	color:#333;
}

a:active{
	text-decoration:none;
	color:#333;
}

img{
	border: none;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

/*FŐBB ELEMEK*/



#teljes{
	position:relative;
	top:0px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	padding:0;
	background-color: #fff;
	border: 1px solid #d30;
}

#fejlec{
	background-color:#D30;
	border-bottom: 1px solid #920;
	background-image:url(fejlec.jpg);
	background-repeat:no-repeat;
}


#cim{

}

#cim a h1{
	margin: 0 0 0 40px;
	padding: 6px 0 25px 0;
	font-size: 24px;
	color:#fff;
	font-family:book antiqua;
	font-weight:lighter;
	line-height:20px;
}

#span1{
	margin:0 0 0 20px;
	color:#600;
}

#span2{
	margin-left:5px;
	color:#fdd;
	font-size: 16px;
	font-family:arial;
	font-weight:lighter;
}


.elem{
	padding: 20px;
	border-bottom:1px solid #ccc;
	margin:2px;
}



.elem img{
	margin-left: 20px;
	float:	left;
}


.text{
	margin: 0 20px 0 220px;
}

.text  p{
	color:#555;
	font-size:14px;
	margin:10px 0 10px 0;
}

.cimsor:link, .cimsor:visited{
	color:#333;
	font-size:18px;
	font-weight:normal;
}

.cimsor:hover{
	color:#d20;
}

.open:link, .open:visited{
	color: #666;
	border-bottom:1px solid #888;
	font-size:14px;
	font-weight:bold;
}

.open:hover{
	color:#d20;
	border-bottom:1px solid #d20;
}

.clearer{
	clear:both;
}

#oldal{
	text-align:justify;
	margin:10px 50px 60px 50px;
}


.oldalcim {
	font-weight:lighter;
	margin-bottom:15px;
}

.imgcenter{
	text-align:center;
}

.imgcenter img{
	margin:20px 0 30px 0;
	padding: 2px;
	background-color:#fff;
	border:1px solid #999;
}

.imgcenter2{
	text-align:center;
}

.imgcenter2 img{
	margin:30px 0 40px 0;	
}

.elsosor{
	font-weight:bold;
	margin-bottom:10px;
}

.border{
	border-bottom:solid 1px #555;
}

#vissza{
	float:right;
	margin: 10px 0 0 0;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dotted #333;
}

#vissza:hover{
	color:#f00;
	border-bottom:1px dotted #f00;
}


.lapteteje{
	font-size:12px;
	line-height:26px;
	font-weight:bold;
	border-bottom: 1px solid #333;
}

.fel{
	font-size:14px;
	border-bottom:1px dotted #777;
}


