@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
img{ border:none;}

div#fkep{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}

div#ff_menu{
	background-color:#333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
div#ff_menu div{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height:50px;
	}
/* menufent */
ul#menu_ff{
	margin:0px;
	padding:0px;
	list-style-type: none;
	float: left;
}
ul#menu_ff li{
	float:left;
	height:50px;
	display:block;
	background-color:#333;
	margin:0px 10px 0px 10px;
}
ul#menu_ff li a{
	height:50px;
	line-height:50px;
	display:block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding:0px 4px 0px 4px;
}

ul#menu_ff li a:hover {
	background-color: #369;
}
/*menu fent vége */
div#site{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	width: 900px;
	margin-right: auto;
	padding:10px;
	margin-left: auto;
}
div#content{
	float:left;
	width:550px;
	padding:10px;
}
div#sav{
	margin-top:15px;
	padding-left:15px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	width:250px;
}
div#footer{
	clear:both;
}

/* menu kezdet*/
div#menu{
	height: 100px;
	margin-top: 10px;
	background-image: url(../img/PDlogo_cegnev.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#menu_fent{
	margin:0px;
	padding:0px;
	list-style-type: none;
	float: right;
}
ul#menu_fent li{
	float:left;
	height:100px;
	width:100px;
	display:block;
	background-color:#962a2a;
	margin:0px 10px 0px 10px;
}
ul#menu_fent li a{
	height:100px;
	line-height:100px;
	display:block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

ul#menu_fent li a:hover {
	background-color: #369;
}
.nav{
	background-color: #369;
}
/*menu end*/
h1{
	font-size: 24px;
	font-weight: normal;
	padding-top: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #369;
}
div#sav h2, #foot_menu h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	padding-top: 10px;
	font-weight: normal;
	color: #369;
}
div#sav p , #sav address, #foot_menu p{
	font-size: 12px;
	padding-top: 5px;
}
#content p{
	padding:10px;
}
#footer{
	min-height:200px;
	background:url(../img/lablec_bg.png) repeat-x;

}
#foo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	width: 900px;
	margin-right: auto;
	padding:10px;
	margin-left: auto;
}
div#foot_menu{
	width:280px;
	float:left;
	margin:0px 10px 0px 10px;
	
}
div#foot_menu li{
	padding:1px;
}
div#foot_menu a{
	font-size: 12px;
	color: #fff;
}

/* feedback*/
#feedback {
	display:scroll;
	position: fixed;
	top: 40%;
	left: 0;
	background:url(../img/fed_bg.png);
	height: 120px;
	width: 360px;
	margin: 0 0 0 -300px;
	-moz-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
}
		
#feedbackimg {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	}
#feedback h3{
	padding:20px;
}
#feedback a{
	font-family: Verdana;
	color: white;
	padding:20px;
	text-shadow:#fff 0px 0px 15px;
}


