/* Globals */
html, body {
	margin:0;
	padding:0
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	background-color: #E5F0E0;
}
a {
	color: #030;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Primary Divs */
div#wrapper { margin-top: 1px; 
}
div#container { text-align:left }
div#footer {
	background: #030;
	color: #fff;
	border-top: 2px solid #8FBF7B;
	clear:both;
	width:100%;
	margin: 0px 0px 6px 0px;
}
div#footer p {
	margin:0;
	padding:5px 10px;
}
div#container {
	width:990px;
	margin:0 auto;
}
div#bgwrap {
	background: #E5F0E0 url(images/CSS/alaphatter.jpg);
	width: 1200px;
	margin: 0 auto;
}
div#content {
	float:right;
	width:775px;
	margin-bottom: 20px;
	padding-left: 10px;
}
div#navigation {
	float:left;
	width:200px
}
div#BalBlokk {
	float:left;
	clear:left;
	width:200px;
	background:#fff;
	margin-bottom: 20px;
}
div#BalBlokk2 {
	float:left;
	clear:left;
	width:200px;
	background:#fff;
	margin-bottom: 20px;
	text-align: center;
}
div#ujma{
	float:left;
	clear:left;
	width:200px;
	background:#fff;
	margin-bottom: 20px;
}

/* TEXT STYLES */
div#content h1 {
	font-size: 24px;
	color:#600;
	margin-top: 0;
}
div#content h2 { font-size: 20px; }
div#content h3 { font-size: 16px; }
div#content h4 {
	font-size: 14px;
	font-weight:bold;
}
div#content h5 {
	font-size: 12px;
	font-weight:bold;
}
div#content h1, h2, h3, h4, h5 { padding:0 5px 0px; }
/* Vertical Navigation Menu */
#navigation { margin-bottom: 15px;
background:#fff;
font-size:12px;}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation ul li {
	line-height: 4px;
	border-bottom: 1px solid #8FBF7B;
}
#navigation ul li a:link, #navigation ul li a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:black;
	display:block;
	padding:10px;
}
#navigation ul li a:hover{
	background: #fff url(images/CSS/arrow.jpg) left center no-repeat;
	padding-left: 24px;
	font-weight:bold;
}
#navigation ul li a:link.itt, #navigation ul li a:visited.itt {
	background: #fff url(images/CSS/arrow.jpg) left center no-repeat;
	display:block;
	padding-left: 24px;
	font-weight:bold;
}
#navigation p { margin:0 10px 10px }
/* Logobox */
#logobox {
	background-color: white;
	width: 198px;
	text-align:center;
	border: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Main pic area above content */
div#mainpicbox {
	height: 250px;
	border-left: 1px solid #8FBF7B;
	border-bottom: 1px solid #8FBF7B;
	padding: 10px;
	margin-bottom: 15px;
}
div#mainpic {
	height: 250px;
	color:white;
	background-color: #98CF98;
	background-image: url(images/CSS/headeralap.jpg);
}

/* BalBLokk section */
.BalHead {
	background: #4A9763 url(images/CSS/greenhoriz.jpg) top left repeat;
	margin:0;
	color:white;
	text-transform:none;
	text-align:center;
	font-weight:bold;
	padding:6px 0px 6px 0px;
	margin-bottom: 10px;
}
div#BalBlokk p {
	font-size: 12px;
	margin: 8px;
}
div#BalBlokk img {
	float:left;
	padding: 3px;
	margin: 2px;
	margin-left:0;
	border: 1px solid #8FBF7B;
}
div#BalBlokk p a:link, div#BalBlokk p a:visited {
	padding:0;
	color: #600;
	font-weight:bold;
	padding-bottom: 1px;
	text-decoration:none;
}
div#BalBlokk p a:hover { text-decoration:underline; }


div#BalBlokk2 p {
	font-size: 12px;
	margin: 8px;
}
div#BalBlokk2 img {
	border: 0px;
}
div#BalBlokk2 p a:link, div#BalBlokk2 p a:visited {
	padding:0;
	color: #600;
	font-weight:bold;
	padding-bottom: 1px;
	text-decoration:none;
}
div#BalBlokk2 p a:hover { text-decoration:underline; }

/* Photo Gallery Area */
div#gallery {
	border-top: 1px solid #8FBF7B;
	padding-top: 15px;
}
div#gallery div {
	padding: 2px;
	border:1px solid #8FBF7B;
	width:111px;
	height: 74px;
	float: left;
	margin: 5px;
	text-align: center;
	overflow: hidden;
	font-size: 10px;
	background-color: #BDD9B0;
}
div#gallery img {
	border: 0px;
}
/* Footer Area */
div#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top: 2px;
	text-align:center;
	font-size: 10px;
	padding-bottom: 2px;
}
div#footer ul li {
	list-style-type:none;
	display:inline;
	border-left: 1px solid white;
	padding: 0px 4px 0px 4px;
}
div#footer ul li a:link, #footer ul li a:visited {
	display:inline;
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	font-size: 10px;

}
div#footer ul li a:hover { text-decoration:underline; }
div#footer p {
	text-align:center;
	margin-top: 5px;
}
/* Content Area */
div#content p {
	padding-right: 20px;
	text-align: left;
}
/* Bonus Styles */
p.rightsidelink { text-align:right; }
.rightsidelink a:link, .rightsidelink a:visited {
	padding:0;
	color:#600;
	font-weight:bold;
	text-decoration:none;
}
.rightsidelink a:hover { text-decoration:underline; }
.entrytext {
	margin-top: 0;
	font-size:larger;
	font-weight:bold;
}
.bright {
	font-size: 1.5em;
	color:#600;
	text-transform:uppercase;
}

.urlapcimsor {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #C0E2B1;
	border-bottom: solid #00612E 1px;
}


.urlapsor {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	background-color: #D0EAC5;
}

	.nagygomb {
	font-size: 16px;
	font-weight: none;
	color: White;
	background-color: #030;
	border: 1px solid #72B280;
	}
	

	.nagygombPiros {
	font-size: 16px;
	font-weight: none;
	color: White;
	background-color: #900;
	border: 1px solid #72B280;
	}
	

.kerdesmezo {

	background: #E5F0E0;
	border: 1px solid #6AB07C;
	width: 180px;
	font-size: 12px;
	font-weight: normal;
	color: #023118;
	text-decoration: none;
}
option {
	background: #E5F0E0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.mezo {
	background: #E5F0E0;
	border: 1px solid #6AB07C;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.kisbetu {
	font-size: 12px;
	font-weight: normal;
}
.kisdolt {
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	font-style: italic;
}

