@import url('reset.css');
/* General Demo Style */
.container{
	position:relative;
}

a{
	color: #fff;
	text-decoration: none;
}

.content{
	position:relative;
	z-index: inherit;
}

/* Header Style */
.header{
	box-shadow: 1px 0px 2px #000;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	background-image: url("../img/bg_headline.png");
	background-repeat: no-repeat, no-repeat;
	background-size: cover; /* Resize the background image to cover the entire container */
	background-color: #e7d9a7;
	font-family:'Arial Narrow', Arial, sans-serif;
	min-height: 120px;
	font-size: 11px;
	line-height: 24px;
	margin:0;
	opacity: 0.9;
	padding:0;
	position: relative;
	text-transform: uppercase;
	z-index: 9999;
}

.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}

.header a:hover{
	color: #fff;
}

.header span.right{
	float: right;
}

.header span.right a{
	float: none;
	display: inline;
}
span#cikk{
	cursor: pointer;
}
.more{
	position:relative;
	clear:both;
   font-size: 11px;
   padding: 20px 0px;
   text-transform:uppercase;
   width: 390px;
   height:55px;
   margin: 0 auto;
}

.more ul{
	display:block;
	text-align:center;
}

.more ul li{
	display: block;
   padding: 4px 2px;
   float:left;
}

.more ul li.selected a,
.more ul li.selected a:hover{
	background:#0099c5;
	color:#fff;
	text-shadow:none;
   font-weight:bold;
}

.more ul li a{
	color:#555;
   float:left;
	background:#fff;
   width:64px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}

.more ul li a:hover{
	background:#000;
	color:#fff;
}

.newspaper
{
	background-color: #F5F5F5;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
   -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-webkit-column-rule: 3px outset #182312; /* Chrome, Safari, Opera */
   -moz-column-count: 3; /* Firefox */
   -moz-column-gap: 40px; /* Firefox */
   -moz-column-rule: 3px outset #182312; /* Firefox */
   column-count: 3;
   column-gap: 40px;
   column-rule: 3px outset #182312;
   color: #4D4D4D;
   margin: 5px 5px 5px 5px;
   padding: 5px 15px; 20px 15px;
   width: 960px;
}

.twocolumn
{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
   -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
   -moz-column-count: 2; /* Firefox */
   -moz-column-gap: 20px; /* Firefox */
   column-count: 2;
   column-gap: 20px;
}

div.rubric
{
	background-color: #0b3f3d;
	color: #acbf30;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}

div.jumpup
{
	position: fixed;
	right: 0px;
	bottom: 33px;
}

div.gallery {
    margin: 5px;
    border: 1px inset #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px outset #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

img.right
{
	float: right;
	margin: 10;
	padding: 0;
}

img.left
{
	float: left;
	margin: 10;
	padding: 0;
}

#plan{
	color: red;
}
#canceled{
	background-color: red;
	color: white;
	font-style: upright;
}

nav ul {
	padding:0; margin:0;
}
nav li {
   list-style-type:none; /*ne legyen listajelölő*/
   display:inline;       /*soron belüli megjelenés*/
   padding: 5px 20px;    /*belső kitöltés beállítása */
   border-right:1px dotted black;  /*jobb oldali szegély*/
   margin:0;     /*margó beállítása*/
}
nav li:last-child {
	border-right:none;
}	/*az utolsó listaelem jobb oldalán ne legyen szegély*/

p#codo{
	background-color: transparent;
	color: #000000;
	font-family: 'Indie Flower', cursive;
	/**** font-family: 'Codystar'; ***/
	font-weight: bold;
	font-size: 24px;
	height: 22px;
	padding-top: 3px;
	vertical-align: top;
}
#floatingRectangle {
	align-self: flex-end;
   background-color: #000;	/* Layer háttérszíne */
   bottom: 0px;
	height: 100%;
   left: 2px;
	/*margin-top: 50px;*/
   min-height: 100px;
   opacity: 0.98;
   	filter: alpha(opacity=98); /* For IE8 and earlier */
   padding: 50;
   position: fixed;/* absolute;*/
   right: 0;
	visibility: hidden;
	vertical-align: baseline;
   z-index: 10000;
}
#hiddenframe {
   bottom: 50px;
   left: 175px;
   margin: auto;
   position: fixed;/* absolute;*/
}
/* JavaScript gallery */
#left {
	margin: 126px 0 0 26px;
   float: right;
}
#right {
	margin: 126px 6px 0 0;
   float: left;
}
.galleryjsc {
	text-align: center;
   padding: 40px 0 0;
}
