﻿/* cafe.css - CSS dokumentum */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	background: #f7e6bf url(../images/bg_body.jpg) repeat-x top left;
}

a:link, a:visited {
	text-decoration: none;
	color: #25140e;
}

td {
	border-bottom: 1px solid #4d4900;
}

/*------------------------------------------------------------------------------*/

div#oldal {
	margin: 0 auto;
	width: 950px;
	background-color: #ffffff;
}

/*-------------------------------FEJLÉC-----------------------------------------*/

div#fejlec {
	width: 100%;
	height: 130px;
	background: #08324d url(../images/bg_fejlec.gif) no-repeat top right;
	color: #ffffff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 1;
	text-align: center;
	z-index: 10;
}

/*-------------------------------KÖZÉPRÉSZ--------------------------------------*/

div#kozep {
	padding-top: 1em;
	border-top: 2px solid #ffffff;
	width: 100%;
	background: #ffffff url(../images/bg_kozep.jpg) repeat-x top left;
	color: #4d4900;
	z-index: 0;
}

/*-------------------------------BAL PANEL--------------------------------------*/

div#bal {
	padding: 6px;
	width: 188px;
	float: left;
}

ul#menu {
	list-style-type: none;
}

	*php ul#menu li {
		border-bottom: 1px solid #ffffff;
	}
	
	ul#menu li a {
		padding: 4px;
		border-top: 1px solid #f7e6bf;
		display: block;
		background-color: #25140e;
		color: #ffffff;
	}
	
	ul#menu li a:hover {
		border-bottom: 1px solid #1584cc;
		background-color: #4d4900;
		font-weight: bold;
	}
	
/*-------------------------------JOBB PANEL-------------------------------------*/

div#jobb {
	margin-left: 200px;
	padding: 6px;
	width: 734px;	
}

table.kozepre {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

div.kave {
	margin-bottom: 2em;
}

	div.kave h1 {
		color: #fde6a5;
	}
	
	div.kave h3 {
		border-bottom: 1px solid #4d4900;
		font-family: Georgia, Utopia, serif;
		font-size: 16px;
		font-weight: bold;
		color: #25140e;
	}

	div.kave h4 {
		font-family: Georgia, Utopia, serif;
		font-size: 14px;
		font-weight: bold;
		color: #25140e;
	}

/*-------------------------------LÁBLÉC-----------------------------------------*/

div#lablec {
	padding: 6px 0;
	font-size: 10px;
	text-align: center;
	background-color: #f7e6bf;
	color: #4d4900;
	clear: both;
}