body { 
	font: 12px verdana; 
	color: #8E8E8E; 
	margin: 0px;
	padding: 0px;
	background: #d3d3d3;
	}
p { 
	font: 12px verdana; 
	margin-top: 0px; 
	text-align: justify;
	}
a:link, a:visited { 
	color: #797979;
	}
a:hover, a:active { 
	color: #999999;
	}

input, select, textarea {
	font: 10px verdana;
	color: #000000;
	border: #b5b5b5 1px solid;
	}

#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-left: #9a9a9a 1px solid;
	border-right: #9a9a9a 1px solid;
	border-bottom: #9a9a9a 1px solid;
	width: 752px;
	background-color: white;
	padding: 0px;
	}

#title {
	height: 223px;
	width: 752px;
	padding: 0px;
	background: url(/img/fejlec_bg.jpg) no-repeat top left;
	}
#title a#title_logo span {
	display: none;
}
#title a#title_logo {
	float: left;
	height: 223px;
	width: 435px;
	}
ul#headhiers {
	float: left;
	margin: 110px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#headhiers li {
	padding-left: 15px;
	background: url(/img/head_li.gif) no-repeat left top;
}
ul#headhiers li a {
	text-decoration: none;
	color: #525252;
	font-weight: bold;
	font-size: 11px;
	}
ul#langmenu {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 5px;
}
ul#langmenu li {
	display: inline;
	margin: 0px;
	padding: 2px;
}
ul#langmenu li a img {
	border: none;
}
#menu {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	width: 250px;
}
#menu li {
	padding-left: 45px;
	margin: 0px;
	background: url(/img/li.gif) no-repeat left top;
	vertical-align: top;
	height: 18px;
	border-bottom: #dadbdc 1px solid;
	}
#menu li a, #menu li {
	text-decoration: none;
	text-transform: uppercase;
	font: normal 12px tahoma;
	color: #ec1d25;
	padding-top: 4px;
	padding-bottom: 2px;
	}
#menu li ul {
	margin: 0;
	padding: 0;
	position: relative;
	visibility: hidden;
	list-style-type: none;
	background: #d3d3d3;
	width: 250px;
}
#menu li ul li {
	list-style-type: none;
	background: none;
	border: none;
	padding: 2px 10px;
}
#menu li ul li a {
	text-transform: none;
	color: #656565;
}
#notes {
	clear: left;
	float: left;
	width: 248px;
	margin: 15px 0px 0px 3px;
	padding: 0px;
	background: #d3d3d3 url(/img/left_bottom.gif) bottom left repeat-x;
	color: #656565;
	}
#notes h4 {
	background-color: #ec1d25;
	padding: 4px 5px;
	margin: 0px;
	color: white;
	font: normal 11px verdana;
	text-transform: uppercase;
	}
#notes ul {
	text-align: left;
	list-style-image: url(/img/left_li.gif);
	margin: 10px 0px 40px 10px;
	padding: 0px 0px 0px 20px;
	}
#notes ul li {
	padding: 2px 0px; 
	}
#notes ul li a {
	text-decoration: none;
	color: #525252;
	}
#notes ul li.last a {
	font-weight: bold;
	}
img#isologo, img#sztmszlogo {
	float: left;
	margin-left: 10px;
}
img#isologo {
	clear: left;
}
#content {
	border: white 1px solid;
	margin-left: 255px;
	padding: 0px 10px 10px 10px;
	}
#content h3 {
	font-weight: bold;
	font-size: 14px;
	color: #ec1d25;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	}
#projectsearch {
	list-style-type: none;
}
	
#footer {
	clear: both;
}

/* searchform */

#megyelist {
	clear: both;
	width: 100%;
}

#megyelist ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#megyelist ul li {
	margin: 0px;
	padding: 1px 0px 1px 10px;
}
#megyelist ul li input {
	margin-right: 5px;
}
/* form */

#content form {
	margin: 0px;
	padding: 0px;
	}

#content form fieldset {
	font-size: 100%;
	border: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
#content form fieldset.submit {
	background: none;
	}
#content form fieldset legend {
	font-weight: bold;
	color: #ec1d25;
	margin: 0px;
	padding: 0px 5px;
	}


#content form fieldset div {
	display: block;
	clear: left;
	height: expression('1%');
	margin: 0px;
	padding: 0px 3px;
	}

div.buttons {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px 0px 15px 0px;
	color: #464646;
	}
div.buttons input {
	width: 35px;
	margin-bottom: 2px;
}
	
#content form div.optional input, #content form div.required input,  #content form div select, #content form div textarea, #content form div iframe {
	font: 10px verdana;
	color: #000000;
	border: #b5b5b5 1px solid;
	}
#content form div label {
	display: block;
	float: left;
	width: 110px;
	padding: 2px 5px;
	margin: 0px 0px 2px 0px;
	text-align: left;
	}

#content form div.optional label, label.optional {
	font-weight: normal;
	}

#content form div.required label, label.required {
	color: #ec1d25;
	}

div.btndiv {
	height: 22px;
	padding-bottom: 10px;
}
a.btn {
	display: inline-block;
	height: 22px;
	text-decoration: none;
}
a.btn span {
	display: inline-block;
	padding: 3px 15px;
	height: 22px;
	color: #515151;
	font-size: 11px;
	cursor: pointer;
}
a.btn span b, a.btn span strong {
	text-decoration: none;
	color: #ec1d25;
}

table.gallerytable {
	width: 100%;
	margin-top: 10px;
}
div.galleryimg {
	text-align: center;
	padding: 5px;
}
div.galleryimg img {
	border: none;
}