body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E0E5E7 url('/img/bg/main.gif') repeat-x;
}

p, td, ul, ol, li, input, select, textarea {
	font-size: 11px;
	color: #808080;
}

.little {
	font-size: 10px;
}

a {
	color: #997676;
}

.title {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}

.bold {
	color: #FF6600;
	font-weight: bold;
}

.img {
	border: solid 1px #B28888;
}

.maintable {
	background-image: url('/img/bg/table.gif');
	background-repeat: repeat-y;
	background-position: center;
}

.footert {
	font-family: 'Verdana', 'Arial', sans-Serif;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

.addr {
	font-size: 10px;
	color: #B28888;
}

div#szakteruletek td {
	font-size: 11px;
	padding: 8px 5px 8px 5px;
	background-color: #E99A34;
}

div#szakteruletek td.active {
	background-color: #B65E0B;
}

div#szakteruletek td.line {
	height: 1px;
	padding: 0px;
	background-color: #EDEDED;
}

div#szakteruletek a {
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
}

img.right {
	float: right;
	margin: 0px 0px 5px 10px;
}

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
}

div.hspacer {
	background-image: url('/img/content/hspacer.gif');
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
}

.error * {
	color: red;
}

.ok * {
	color: #008000;
}