@charset "UTF-8";
/* CSS Document */

body, table, p {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
h1, h2 {
font-size:14px;	
}


#head{
	margin:0px auto 0px auto;
	padding:0px;
	width:900px;
	height:250px;
	background-image:url(pictures/fej.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	border-right:#000000 1px solid;
	border-left:#000000 1px solid;
}

.action{
	margin-left:15px;
	margin-top:15px;
	padding:5px 7px 5px 7px;
	width:455px;
	height:95px;
	background-color:#bc0f2b;
	font-size:14px;
	color:#ffffff;
}

.action p{
	font-size:14px;
	line-height:23px;
}


#content{
	margin:0px auto 0px auto;
	padding:0px;
	width:900px;
	height:410px;
	border-right:#000000 1px solid;
}

#menu{
	margin:0px;
	padding-top:20px;
	width:195px;
	height:390px;
	background-image:url(pictures/menubg.gif);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	border-right:#000000 1px solid;
	border-left:#000000 1px solid;
	font-size:14px;
}

#menu a {
margin-left:10px;
position:relative;
bottom:10px;
}

#menu li a:link, #menu li a:visited{
	text-decoration:none;
	color:#000000;
}

#menu li a:hover, #menu li a:active{
	text-decoration:none;
	color:#bc0f2b;
} 

#menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:inside;
}

#text{
	width:670px;
	float:right;
	overflow:hidden;
	/*height:410px;	*/
}

#text img{
	border:#000000 1px solid;
	margin-right:10px;
	margin-bottom:7px;
}

#text a:link, #text a:visited{
	color:#000000;
	text-decoration:none;
}

#text a:hover, #text a:active{
	color:#bc0f2b;
	text-decoration:none;
}

.be {
	padding-top:30px;
	padding-left:30px;
	overflow:hidden;	
}

.be p{
	width:630px;
	text-align:justify;	
	line-height:18px;	
}



#foot{
	margin:0px auto 0px auto;
	padding-top:12px;
	width:900px;
	height:40px;
	background-color:#000000;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	border-right:#000000 1px solid;
	border-left:#000000 1px solid;
	border-top:#333333 1px solid;
	overflow:hidden;
}

