@import url("main.css");

#header {
	
}

#header a {
	color: #404040;
	background: #FCFDFF;
}

#header a:hover {
	color: #000;
	background-color: #FCFDFF;
}

#menu {
	float: right;
}

#menu li {
	padding: 0px 0px 0px 5px;
	display: inline;
	font-size: 100%;
	background: transparent url("images/menu_sep.gif") no-repeat 0 4px;
}

#menu li.first {
	padding: 0px 5px 0px 0px;
	background: none;
}

#progos-logo {
	position: relative;
	width: 765px;
	height: 70px;
	text-align: left;
	font-size: 1.0em;
}

#progos-logo a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url("images/progos_logo.gif") no-repeat 0 0;
	cursor: pointer;
}

ul#navigation {
	list-style: none;
	width: 100%;
	overflow: hidden;
	padding: 18px 0px 0px 0px;
}

#navigation li {
	padding: 0px 14px 2px;
	float: left;
	font-size: 1.0em;
	color: #404040;
	background: #FCFDFF url("images/navigation_sep.gif") no-repeat -1px 4px;
}

#navigation li a.active {
	color: #000;
	background: #FCFDFF;
	text-decoration: underline;
}

#navigation li.first {
	padding: 0 15px 2px 0;
	background: none;
}

#content {
	
}

#content h1, #content h2 {
	padding: 15px 5px 0;
}

#content p {
	padding: 10px 5px;
	font: 1.1em/2.2 Tahoma, Arial, sans-serif;
	text-align: justify;
	line-height: 2em;
}

#content ul {	
	padding: 0 0 0 40px;
	margin: 0;
}

#content ul li {
	font: 1.1em/2.2 Tahoma, Arial, sans-serif;
}

#content p em {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#content p em.orange,#content p em.orange a {
	color: #FFA800;
	background: #FCFDFF;
}

#content p em.red,#content p em.red a {
	color: #FF5200;
	background: #FCFDFF;
}

#content p em.red a:hover {
	border-bottom: 1px solid #FF5200;
}

#content p em.orange a:hover {
	border-bottom: 1px solid #FFA800;
}

#content ul#address {
	padding: 10px 5px 15px;
}

body#szolgaltatasaink #content ul li {
	padding: 0 0 0 0px;
}

#content a {
	color: #000;
	border-bottom: 1px solid #D1D1D1;
}

#content a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#content h3 {
	padding: 20px 5px 0;
	font: bold 1.1em/ 1.0 Arial, Tahoma, sans-serif;
}


#content form {
	padding: 15px 5px;
}

#content form p {
	float: right;
	clear: right;
	width: 125px;
	padding: 0 0 10px 15px;
	text-align: left;
	font: 0.85em/1.4 Tahoma, sans-serif;
}

#content form p.error {
	color: #FF8A00;
	background: #FCFDFF url("images/form_error_bg.gif") no-repeat 0 4px;
}

#content form p.info {
	color: #404040;
	background: #FCFDFF url("images/form_info_bg.gif") no-repeat 0 4px;
}

#content form fieldset {
	padding: 0 0 8px;
}

#content form fieldset.block {
	padding: 20px 0 8px;
}

#content form label {
	float: left;
	font-size: 0.85em;
	width: 160px;
	padding: 2px 0;
}

#content form input,#content form textarea {
	width: 190px;
	color: #313131;
	background: #fff;
	border: 1px solid #CBCBCC;
}

#content form textarea {
	height: 126px;
	font: 0.85em/ 1.4 Tahoma, sans-serif;
}

#content form input.error {
	color: #313131;
	background: #FF8A00;
}

#content form input.submit {
	width: 130px;
	margin: 10px 0 0 190px;
	color: #fff;
	background: #8C8C8C;
	border: 1px solid #8C8C8C;
}

#content form #hatarido input {
	width: 50px;
}

#content form #hatarido #month {
	width: 90px;
}

#content form #hatarido #day {
	width: 44px;
}

#sidebar {
	
}

#sidebar div#section-title {
	padding: 0 0 10px 25px;
	font-size: 1.1em;
	font-weight: bold;
	color: #313131;
	background: #FCFDFF url("images/sidebar_header_bg.gif") no-repeat 7px
		1px;
	border-bottom: 2px solid #FF5200;
}

#sidebar h3 {
	padding: 10px 0 10px 0px;
	font-size: 1.0em;
	color: #313131;
}

#sidebar p {
	padding: 5px 0 5px 0px;
	line-height: 1.4em;
	text-align: justify;
}

#sidebar p a {
	color: #333;
	border-bottom: 1px solid #FF5200;
}

#sidebar ul {
	margin: 0;
	padding: 15px 0 0 15px;
	font-size: 1.0em;
}

#sidebar li {
	padding: 0 0 20px;	
	line-height: 1.8;		
}

#sidebar li.back {
	padding: 15px 0 35px;
}

#sidebar li span {
	display: block;
	color: #FF5200;
	background: #FCFDFF;
}

#sidebar li a {
	padding: 0 10px 0 0;	
	color: #313131;
	background: #FCFDFF url("images/news_list_bg.gif") no-repeat 100% 4px;
}

#sidebar li a.active {
	text-decoration: underline;
	color: #FF5200;
	background: #FCFDFF url("images/news_list_bg.gif") no-repeat 100% -21px;
}

#sidebar li a:hover {
	color: #000;
	background: #FCFDFF url("images/news_list_bg.gif") no-repeat 100% -8px;
}

#sidebar form {
	padding: 20px 10px;
	border-top: 1px solid #FF5200;
	color: #313131;
}

#sidebar form label {
	font-size: 90%;
}

#sidebar form input {
	margin: 0 0 0 4px;
	padding: 1px 2px;
	font-size: 90%;
	color: #313131;
	background: #fff;
	border: 1px solid #CBCBCC;
}

#sidebar form input.submit {
	padding: 0;
	color: #fff;
	background: #8C8C8C;
	border: 1px solid #8C8C8C;
}

#footer {
	padding: 0px 5px 0px 5px;
	background-color: #FCFDFF;
}

#footer li {
	display: inline;
}

#footer li a.active {
	text-decoration: underline;
	color: #FF5200;
	background-color: #FCFDFF;
}

#submenu,#copyright {
	padding: 10px 0;
	font-size: 90%;
	color: #404040;;
}

#submenu,#copyright {
	
}

#submenu a,#copyright a {
	color: #404040;
	background: #FCFDFF;
}

#submenu a:hover,#copyright a:hover {
	color: #000;
	background: #FCFDFF;
}

#submenu {
	float: right;
}

.todo {
	background-color: yellow;
}
.note {
	margin: 5px;
	color: #FF5200;
	border-left:0px;
	border-right:0px;
	border-top:1px;
	border-bottom:1px;
	border-style : solid;
	border-color : #FF5200;
}
.note a{
	font-weight : normal;
	margin: 5px;
	border-bottom: 1px solid #D1D1D1;
}
.note a:hover{
	border-bottom: 1px solid #000;
}
