body {
	background: url(../images/bg-body.jpg) repeat left top;
	background-color: grey;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	min-width: 500px;
	width: 980px;
	/*border: 2px solid yellow;*/
	margin:auto;
	height:auto;
	}
header {
	background: url(../images/bg-header.jpg) repeat-x left top;
	background-color: grey;
	margin:auto;
	/*border: 2px solid blue;*/
    width: 100%;
	height: 150px;
	}
#headpic{
	/*border: 1px solid red;*/
	position:relative;
	left:0px;
	top:0px;
	width: 55%;
	height: auto;
	margin:auto;
	
	}
		/*menu beállítás*/
#logo {
	background: url(../images/light.png) no-repeat center top;
	border: 2px solid deepskyblue;
	}

#menu{
	/*border: 1px solid red;*/
	margin:auto;
	font-weight:bold;
	width: 85%;
	height: auto;
	position:relative;
	right:0px;
	top:0px;
	}
/*menu beállítás*/
ul.menu
{
list-style-type:none;
margin:auto;
padding:0px;
overflow:hidden;
}
li.menu
{
display:inline;
float:left;
width:auto;
height:auto;
text-align:center;
}
a.menu:link,a.menu:visited
{
display:block;
font-weight:bold;
color:lightpink;
padding:4px;
text-decoration:none;
}
a.menu:hover,a.menu:active
{
/*background-color: deepskyblue;*/
border: 1px solid indianred;
color:indianred;
}
a:link {color:deepskyblue;}      /* unvisited link */
a:visited {color:deepskyblue;}  /* visited link */
a:hover {color:indianred;}  /* mouse over link */
a:active {color:indianred;}  /* selected link */ 

#content{
	background: url(../images/bg-body.jpg) repeat left top;
	background-color: DarkSlateGray ;
	width: 70%;
	height: 2750px;
	float:left;
	/*border: 5px;*/
	}
#mainframe{
	width: 100%;
	height: inherit;
	border: 1px;
}
/*reklám blokk*/
#adv{
	visibility:hidden;
	background: url(../images/bg-body.jpg) repeat left top;
	background-color: grey;
	border: 2px solid black;
    text-align: center;
	width: 28%;
	height: 400px;
	float:right;

	}
article{
	margin-left:10px;
	margin-right:10px;
	width: 660px;
	text-align:justify;
	color: lightpink;
	font-weight:200;
	}

p{
	margin-left:20px;
	margin-right:20px;
	text-indent:50px;
}
p:first-letter
{
font-size:200%;
color:indianred;
}
footer{
	background: url(../images/bg-header.jpg) repeat-x left top;
	background-color: grey;
	/*border: 2px solid brown;*/
    text-align: center;
	width: 100%;
	height: 50px;
	float:left;
}
img { border: 2px solid indianred; }
.center
{
margin:auto;
}
.oszlop
{
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
}