
html, * {
	padding:0;
	margin:0;
}
body {
	background-color:#ffffff; /* #e6e6e6*/ 
	margin:0 auto;
	font-size:1.0em;
	color:#999999;
	font-family:Tahoma, Arial;
}
/*menu*/
#menu{background-color:#e3e3e3; background-repeat:repeat-x; height:70px; border-bottom:30px solid #515151; border-top:0px solid #325277;}
#menu ul{margin:0px; padding:0px; float:left; display:block}
#menu ul li{width:auto; height:28px; margin:0px; padding:0px; float:left; display:block}

#menu ul li .gap{background-color:#e3e3e3; width:1,5px; height:70px; margin:0px; padding:0 1px 0 1px; float:left; background:url(images/line.jpg) no-repeat center top}

#menu ul li a{width:auto; height:50px; padding: 20px 5px 0 5px; float:left; font-family:Tahoma, Arial; font-size:0.8em; color:#515151; text-decoration:none}

#menu ul li a:hover{color:#FFFFFF; background-color:#004FA3; center center}


/* headers */
h1 {
	font-size:3.4em;
	text-align:center;
	padding-top:20px;
	color:#ffffff;
	letter-spacing:3px;
	font-weight:normal;
}
h2 {
	color:#9dcc05; /* megnevezes szine */
	font-size:3em;
	display:inline;
	padding:0 0px;
	margin:5px 0;
}
h3 { /*megjegyzes szoveg */
	font-size:10px;
	font-weight:normal;
	color:#515151;
		display:inline;
}
h4 { /*linkek hp,canon*/

	font-size:2em;
	line-height:15px;
	color:#c67832;
}

h5 { /*idézet*/
	font-family:Tahoma, Arial;
	font-size:11px;
	line-height:15px;
	color:#C0C0C0;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
	color:#515151;
}

/* links */
a {
	color:#c67832; /* a link szine */
	border:none;
	text-decoration:none;
	
}
a:hover {
	border-bottom:0px solid #ffffff; /* #c67832 */
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
	border:none;
	background-color:#dcdcdc;
	padding:4px;
}
div#footer a:hover {
	border:none;
}
div#sidebar ul li a { 
	color:#5580B4;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:0.9em;
	border:none;
	padding:5px;
}
div#sidebar ul li a:hover {
	background-color:#5580B4;
	color:#ffffff;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}
	
/* keret */

div#container {
	width:70%;
	padding:5px 5px 5px 5px;
	margin:60px auto 0 auto;
}
/* legfelso, logo */
div#header {
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#ffffff;
	height:80px;
	padding:10px;


}
div#header p {
	text-align:center;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
}


/* kozep */
div#content {
	padding:20px 20px 0 20px;
	background-color:#ffffff;
	background-image:url('images/kozep.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}
div#page {
	width:100%;
	height:400px;
	float:left;
	font-size:0.8em;
}


/* footer */
div#footer {
	padding:20px 5px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#dcdcdc;

	border-top:3px solid #ffffff;
}
div#footer p {
	font-size:0.6em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
img { border: none; }
