body{
	margin: 0;
	background: url('images/home.jpg');
	background-attachment: fixed;
	font-family: arial,verdana,tahoma,sans-serif;
	font-size: 12px;
	
}
a {
	text-decoration: none;
	border-style: none;
}

div.clear{
	clear: both;
}
/* Ezek a slider css formázásai! */
#wrapper {width:1000px;}
#container { position:relative; background:white; height:360px; }
.sliderbutton { position: absolute; top:0; width:32px; height:360px; cursor:pointer}
#slideleft { background-image: url(images/left.gif); background-repeat: no-repeat; top: 170px; left: 0; height: 32px;}
#slideright { background-image: url(images/right.gif); background-repeat: no-repeat; top: 170px; right: 0; height: 32px;}
#slider { float:left; position:relative; overflow:auto; width:1000px; height:360px; }
#slider ul { position:absolute; list-style:none; top:0; left:0; margin:0; padding:0; }
#slider li {float:left; width:1000px; height:360px;}
.pagination {position:absolute; top:20px; right:40px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff; font-size: 5pt; text-align: center;}
.pagination li:hover, li.current {background:#fff}

div#container {
	width: 1000px;
	margin: 0 auto;
}
div#header {
	width: 1000px;
	height: 420px;
	
}
div#menu {
	width: 1000px;
	height: 40px;
	background: #cc0000;
	margin: 0px 0px 5px 0px ;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #cc0000;
	
}
div#menu ul li {
	float: left;
	width: 123px;
	background: #fff;
	text-align: center;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;

}
div#menu ul li:first-child {
	border-left: 1;
}
div#menu ul li:last-child {
	border-right: 1;
	
}
div#menu ul li a {
	color: #fff;
	background: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px 25px 13px 25px;
	display: block;
	font-size: 11px;
	
}
div#menu ul li a:hover {
	background: #990000;
	color: #fff;
	text-decoration:underline;
}

div#menu li div  {
	display: none;
	position: absolute;
}
div#menu li div a {
	background: #000;
	color: #fff;
	text-align: center;
	width: 75px;
}
div#menu li:hover div {
	display: block;
}


div#right_column {
	width: 695px;
	height: 1665px;
	float: left;
	background: #990000;
	padding: 0 0 0 0px;
	margin: 0px 5px 5px 0px;
	border-style:none;
}
div#footer {
	width: 300px;
	height: 320px;
	float: right;
	color: #f4f4f4;
	background: #990000;
	padding: 0px 0;
	margin: 0px 0px 5px 0px;
	
}
div#footer2 {
	width: 100%;
	height: 135px;
	float: left;
	color: #000;
	background: #990000;
	padding: 5px 0;
	margin: 0px 0px 5px 0px;		
}
div#footer3 {
	width: 300px;
	height: 180px;
	float: right;
	color: #f4f4f4;
	background: #990000;
	padding: 0px 0;
	margin: 0px 0px 5px 0px;
	
}
div#footer4 {
	width: 1000px;
	height: 30px;
	float: left;
	color: #000;
	background: #990000;
	padding: 0px 0;
	margin: 0px 0px 5px 0px;
}

#top-button {
	background: url('images/up.png') no-repeat;
	width: 36px;
	cursor: pointer;
	height: 36px;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
}



