html {
	background: #f9f9ed;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: xx-small;
	background: #f9f9ed;
	color: #40473C;
	width: 100%;
	height: 100%;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

h1 {
	font-family: Georgia, serif;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.8em;
	margin-top: 1em;
	line-height: 1.2em;
	color: #007AAE;
	text-align: left;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

strong {
	font-weight: bold;
}

#header {
	font-size: 3em;
	position: absolute;
	top: 25px;
	padding: 0 0 10px 0;
	width: 100%;
	text-align: center;
	color: #40473C;
}

#header p {
	font-size: 0.35em;
	margin-right: 40px;
}

#header h1 {
	margin-right: 40px;
	font-weight: normal;
}

#header_net {
	color: #FB7B00;
	font-weight: normal;
}

#header_garazs {
	color: #007AAE;
	font-weight: normal;
}

#container {
	width: 60%;
	padding: 30px 20px 60px 10px;
	margin: 0px auto;
}

#content {
	margin-top: 180px;
	text-align: justify;
	height: 100%;
}

#content ul {
	margin: 2em;
}

#content ul li {
	list-style: disc outside;
	font-size: 1.2em;
	line-height: 160%;
}

#content form textarea {
	width: 100%;
}

#content fieldset {
	border: 1px solid #f9f9ed;
	font-size: 1.2em;
	padding: 1em;
}

#content legend {
	font-size: 1.5em;
	font-weight: bold;
	color: #007AAE;
	padding: 1em;
}

#content fieldset label {
	margin: 1em 0em 0.5em 1em;
	padding: 3px 2px 1px 2px;
	width: 12em;
	text-align: right;
	display: block;
}

#content fieldset input {
	margin: 0.5em 0 2em 10em;
	padding: 3px 2px 1px 2px;
	display: block;
}

#reglista {
	padding: 10px;
	border: 1px solid #fff;
}

#content table {
	font-size: 1.2em;
	width: 100%;
}

#content table th {
	text-align: center;
	padding: 10px 5px 7px 5px;
	background: #f9f9ed;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#content table td {
	text-align: center;
	padding: 10px 5px 7px 5px;
}

#content .table-util {
	background: #f9f9ed;
	padding: 4px 4px 1px 4px;
	border: 1px solid #fff;
}

#content .odd {
	background: #fbfff6;
}

.visszavont {
	color: #ff0000;
}

#ajanlat {
	width: 600px;
	border: 1px solid #f9f9ed;
	padding: 20px;
	text-align: center;
	background: #f9f9ed;
}

#ajanlat table {
	width: 560px;
	border: 1px solid #f9f9ed;
}

#ajanlat fieldset {
	font-size: .9em;
	border: none;
}

#ajanlat td {
	padding: 5px;
	margin: 0.5em 0;
}

#td_radio div {
	text-align: left;
	margin-bottom: 2px;
}

#ajanlat strong {
	font-size: 1.4em;
	color: #007AAE;
}

#ajanlat hr {
	width: 80%;
	border: 1px solid #f9f9ed;
}

#edit_form {
	font-family: Georgia, serif;
	overflow: hidden;
}

#edit_form fieldset {
	width: 95%;
	background: #f9f9ed;
	border: 1px solid #adac93;
}

#edit_form legend {
	background: #b5c6a9;
	color: #7a7a74;
	font-size: 1.4em;
	padding: 8px 20px 5px 20px;
}

#edit_form label {
	font-size: 1em;
	width: 12em;
}

#edit_form input {
	font-family: sans-serif;
}

#edit_form input[type=hidden] {
	display: none;
}

#edit_form input[type=text] {
	font-family: monospace;
	width: 250px;
}

#edit_form input[type=password] {
	font-family: monospace;
	width: 250px;
}

#edit_form textarea {
	font-family: monospace;
	height: 500px;
}

#edit_form select{
	font-family: monospace;
	margin-left: 10em;
	margin-bottom: 2em;
}

#loginform {
	position: absolute;
	top: 30%;
	margin-left: 20%;
	width: 40%;
	min-width: 500px;
	font-size: 12px;
}

#loginform h2 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Georgia serif;
	margin-left: 10px;
}

#customform {
	position: absolute;
	top: 30%;
	margin-left: 20%;
	width: 90%;
	min-width: 500px;
	font-size: 12px;
}

#customform h2 {
	font-size: 1.7em;
	font-weight: bold;
	font-family: Georgia serif;
	margin-left: 10px;
}

#flash_message {
	margin-bottom: 6em;
}

#flash_message .warning {
	background: #fcfcfc;
	border: 1px solid #ff0000;
	font-size: 13px;
	line-height: 160%;
	padding: 1em;
	color: #ff0000;
	display: block;
}

#flash_message .notice {
	background: #fcfcfc;
	border: 1px solid #459941;
	font-size: 13px;
	line-height: 160%;
	padding: 1em;
	color: #459941;
	display: block;
}

.kell {
	color: #ff0000;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #FB7B00;
}

a:hover {
	color: #007AAE;
}

#navigation {
	position: absolute;
	top: 100px;
	right: 0px;
	height: 30px;
	background: #40473C;
	border-top: 1px inset #FB7B00;
	border-bottom: 1px inset #FB7B00;
	width: 100%;
	min-width: 850px;
	text-align: center;
}

#navigation ul {
	list-style: none;
	width: 80%;
	margin: 8px auto;
}

#navigation ul li {
	display: inline;
	margin-right: 1em;
	font-size: 1.4em;
	font-family: sans-serif;
	text-align: center;
}

#navigation ul li a {
	text-decoration: none;
	color: #FB7B00;
	padding: 3px 10px 2px 10px;
}

#navigation ul li a:hover {
	background: #f9f9ed;
	color: #007AAE;
	border-top : 2px solid #B5C6A9;
	border-left : 2px solid #B5C6A9;
	padding: 2px 9px 2px 9px;
}

#tabbar {
	position: relative;
	top: -20px;
	width: 100%;
	border-bottom: 1px groove #fff;
	padding-bottom: 2px;
	margin-bottom: 2em;
	padding-left: 10px;
}

.paginglink {
	font-size: 1.2em;
	border: 1px outset #fff;
	border-bottom: none;
	padding: 5px 10px 2px 10px;
	margin-bottom: 2em;
	display: inline;
}

#actpage {
	position: relative;
	top: -4px;
	border-bottom: none;
	background: #f9f9ed;
	color: #007AAE;
	padding-bottom: 7px;
	z-index: 100;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	font-size: 1.1em;
	padding: 4px 5px 1px 5px;
	width: 100%;
	background: #f9f9ed;
	border-top: 1px solid #fff;
}

#footer .menu {
	position: absolute;
	right: 20px;
}