@CHARSET "UTF-8";

body, div {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana,arial;
	text-decoration: none;
	color: #000000;	
}

td {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana,arial;
	text-decoration: none;
	color: #000000;	
}

p {
	margin: 0px;
	padding: 0px;
	border: none;
}

img {
	border: none;
	margin: 0px;
}

form {
	margin: 0px;
	border: 0px none #000000;
	padding: 0px;
	border-collapse: collapse;
}

input {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #868686;
	padding: 3px;
	margin: 0px;
	height: 22px;
}

input.check {
	width: 22px;
	padding: 0px;
	margin: 0px;
}

input.button {
	border: 1px solid #ee1c25;
	background-color: #ffffff;
	color: #ee1c25;
	padding: 0px 0px 0px 0px;
	width: auto !important;
	font-weight: bold;
}

textarea {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #868686;
	padding: 3px;
	margin: 0px;
}


select {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #868686;
	padding: 3px;
	margin: 0px;
	height: 20px;
}

table.page {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	border-collapse: collapse;
}
table.page td {
	padding: 0px;
	border: none;
	margin: 0px;
	text-align: left;
	vertical-align: top;	
}
table.page td.leftmargincol {
	width: 65px;
}
table.page td.leftmenucol {
	width: 240px;
}
	div.leftmenu {
		width: 225px;
		margin-left: 15px;
		/*background-color: #800000*/;
	}

table.page td.contentcol {
	width: 450px;
}
	div.content {
		width: 430px;
		margin-left: 20px;
		/*background-color: #008000;*/
	}

table.page td.rightcol {
	width: 215px;
}
	div.rightcol {
		width: 180px;
		height: 100%;
		margin-left: 20px;
		margin-right: 15px;
		/*background-color: #800000;*/
	}

table.page td.rightmargincol {
}

table.page tr.headerrow {
	height: 100px;
}
	table.page tr.headerrow td.leftmenucol {
		vertical-align: middle;
	}
	img.logo {
		margin-left: 15px;
	}
	
table.page tr.langselrow {
	height: 40px;
}
	table.page tr.langselrow td.leftmargincol {
		background-color: #ee1c25;
	}
	table.page tr.langselrow td.leftmenucol {
		background-color: #ee1c25;
		vertical-align: middle;
	}
	table.page tr.langselrow td.contentcol {
		background-color: #ee1c25;
	}
		div.langselmenu {
			margin: 8px 0px 8px 20px;
			background-color: #ee1c25;
		}
	
table.page tr.langselrowbottommargin {
	height: 40px;
}
table.page tr.contentrow {
}
table.page tr.footer {
	height: 20px;
}
	table.page tr.footer td.contentandrightcol {
		background: url(images/site/footer_top_corner.gif) #ee1c25 no-repeat left top;
		vertical-align: middle;
	}
	table.page tr.footer td.rightmargincol {
		background-color: #ee1c25;
	}

/* -------------------------------------- formok */

table.formtable {
	width: 400px;
	border: none;
	margin: 10px 0px 10px 0px;
	border-collapse: collapse;
}


table.formtable td.formdesc {
	border: none;
	padding: 3px;
	width: 100px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	padding-top: 7px;
}

table.formtable td.formvalue {
	border: none;
	padding: 3px;
}

table.formtable input {
	width: 100%;
}
table.formtable input.check {
	width: 22px;
}
table.formtable textarea {
	width: 100%;
}
table.formtable select {
	width: 100%;
}


/* ---- a nyelvvalaszto teruleten jobbra le kell kerekiteni a sarkokat, ezek erre jok */
table.langselarea {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	border-collapse: collapse;;
}
table.langselarea td.roundercontainer {
	width: 9px;
	text-align: right;
	vertical-align: top;
	background: url(images/site/langselround_bottom_corner.gif) #ee1c25 no-repeat right bottom;
}


/* ---- general cuccok a jobb oszlophoz */

p.boxtitle {
	font-size: 12px;
	font-weight: bold;
	color: #5a5a5a;
	margin: 0px 0px 7px 0px;
}
