body {
	margin: 0px;
	padding: 0px;
	background: red;
}

div.mainframe {
	width: 100%;
}

div.head {
	height: 100px;
	text-align: center;
	color: yellow;
	background: url(../images/kiskerek2.jpg) no-repeat;
	/*background-color: #5b7157;*/
	background-position: center center;
	border: 0px solid black;
}
div.bevaltas{
	margin: 0px;
	margin-top:50px;
	text-align:center;
	border: 0px solid black;
}

fieldset {
	width: 100%;
	/*background: white;*/
	border: 0;
}

fieldset ul, fieldset li{
	border: 0;
	margin: 0;
	/*margin-bottom: 25px;*/
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

fieldset li{
	clear: both;
	list-style: none;
	
}

fieldset input{
	float:left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	/*border: 1px solid red;*/
}

fieldset select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}

fieldset checkbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336600;
	text-decoration: none;
}

fieldset label{
	width: 280px;
	float: left;
	padding-right: 5px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

fieldset legend {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div.row {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0px solid red;
}

div.formpage {
	float: left;
	clear: left;
	overflow: hidden;
	overflow-y: auto;
	margin: 1%;
	margin-left: 15%;
	padding: 2%;
	width: 60%;
	height: 500px;
	text-align: left;
	background: red;
	/*background: #ffdddd;*/
	/*border: 1px solid #f6f6f6;*/
	border: 0;
}

div.errorpage {
	float: left;
	overflow: hidden;
	overflow-y: auto;
	margin: 1%;
	padding: 2%;
	width: 27%;
	height: 500px;
	text-align: left;
	background: red;
	/*background: #ffdddd;*/
	border: 1px solid #f6f6f6;
	
}

div.fullpage {
	float: left;
	clear: left;
	overflow: hidden;
	overflow-y: auto;
	margin: 1%;
	padding: 2%;
	width: 94%;
	height: 350px;
	text-align: left;
	background: #ece8cf;
	border: 1px solid #f6f6f6;
	
}

div.footer {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	border: 0px solid red;
}

h1 {
	margin: 20px;
	margin-left: 5%;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

h2 {
	margin: 0;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*color: #336600;*/
	color: white;
	text-decoration: none;
}

p {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	/*color: #336600;*/
	color: white;
	text-decoration: none;
}
#bevaltas{
	margin:0;
	margin-top:20px;
}

p.footer {
	margin: 0;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

ul#preferences
{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	border-top: 1px solid #666;
}

a {
	color: white;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF66;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

ul#preferences li a.pref
{
	display: block;
	width: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ece8cf;
	background-color: #5b7157;
	padding: .2em .2em;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ece8cf;
	/*#5b7157*/
}

ul#preferences li a.pref:hover
{
	color: #5b7157;
	background-color: #ece8cf;
	font-weight: bold;
}

errortext {
	color: red;
}
