body {
   margin: 0;
	 font-family:sans-serif,Arial;
	 line-height: 24px;
	 font-size: 15px;
}
p {
	 font-family:Helvetica,Arial,sans-serif;
	 line-height: 24px;
	 font-size: 15px;
}
h1 h2 h3 h4 h5{
	 font-family:Helvetica,Arial,sans-serif;
}
a {text-decoration: none; color: black;}

#container {
   margin: auto;
   background: #F2F2F2;
   border-radius: 7px;
   margin-top: 5px;
   padding: 10px 0px 0px 0px;
   min-width: 1000px;
   max-width: 1200px;
   left: 0;
   right: 0;
}
body div div:after {
   content:'';
   clear:both;
   display:block;
}
body div div {
   text-align: center;
}
#header {
   border-bottom: 2px solid silver;
   min-width: 1000px;
	 background: #333;
}
#header p{
	font-weight:bold;
	font-size:20px;
	color:#9D9D9D;
	margin: 0;
	padding: 20px;
}
#header div {
}
#main_content div {
   float: left;
}
#left{
   width: 20%;
}
#rlg_logo{
	height: 165px;
	margin: 10px;
	border-radius: 5px;
}
#center {
   width: 60%;
   min-height: 450px;
}
#content img{
	display:block;
	margin:auto;
}
#main_content div:last-of-type{
   float:right;
}
#main_content div div:last-of-type {      /* #docs felszabadítása */
   float:left;
}
#center_bottom div div div:last-of-type {
   float:right;
}
#right {
   width: 20%;
}
#right div {
   background: #E6E68A;
   position:relative;
   float:none;
   border-radius: 5px;
   margin: 10px;
	 width: 92%;
}
#right h2{
   margin: 0px;
   padding: 7px 4px;
   background: #B8B84A;
   text-align:center;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom: 1px solid;
}

#galery img{
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   position: absolute;
   left: 0;
   right: 0;
   margin: auto;
   opacity: 0;
   cursor:pointer;
	 height:166px;
}
#right li {
   text-align: left;
}
#galery {
	height: 205px;
  background: #E6E68A;
}
#links {
   display:none;
   top: 160px;
}
#docs {
   display: none;
   background: wheat;
   border-radius: 5px;
   padding: 20px;
   padding-left: 40px;
   width: 50%;
   text-align: left;
}
#docs ul {
   padding: 0;
   margin: 0;
}
#footer{
   border-top: 1px solid silver;
   margin-top: 20px;
	 padding: 20px;
}
#footer p {
	text-align: right;
	margin:13px 0px;
}


.logo {
   height: 50px;
   border-radius: 6px;
   margin-right: 20px;
	 float:left;
}
.flag {
   height: 50px;
   display:none;
}

