/* COMMON */
body {
	margin: 0px;
	background-color: #d9e4e6;
	font-family: Arial;
}

/* LAYOUT */
td.Bg-Left	{
	background: url(../images/bal_bg.jpg) repeat-x right top;
}
td.Bg-Right	{
	background: url(../images/jobb_bg.jpg) repeat-x left top;
}
td.Header1 {
	height: 26px;
	background: url(../images/fejlec_ny.jpg) no-repeat;
}
td.Header-Text {
	font-family: Arial;
	font-size: 13px;
	color: #6f6767;
}
td.Header2 {
}
td.TopMenu {
	height: 34px;
	background-color: #2b506d;
}
td.Content-Left {
	width: 210px;
	padding: 0px;
	background: url(../images/baltolt.jpg) repeat-y;
}
td.Content-Middle {
	padding: 0px;
	background-color: #ffffff;
}
td.Content-Right {
	width: 210px;
	padding: 0px;
	background-color: #ffffff;
	border-left: solid 1px #e6e6e6;
}
td.Footer {
	height: 20px;
	background: url(../images/lablec.jpg) no-repeat bottom center;
}



/* MENU - TOP */
table.TopMenu {
	padding: 3px 0px 3px 0px;
}
table.TopMenu td {
padding: 0px 5px 0px 5px;
}
table.TopMenu a {
	padding: 6px 6px 6px 6px;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
table.TopMenu a:hover {
	border-top: solid 3px #06dd01;
}



/* MENU - BOTTOM */ 
table.BottomMenu td {
	padding:0px;
	padding-right: 5px;
	padding-left: 5px;
}
table.BottomMenu a {
	padding: 2px 6px 2px 6px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
table.BottomMenu a:hover {
	color: #06dd01;
}



/* FORM - GET QUOTE */
table.QuoteSidebar .QuoteTitle {
	padding-top: 5px;
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	color: #558fa1;
}
table.QuoteSidebar td.FormText {
	padding: 14px 0px 4px 0px;
	text-align: left;
	font-size: 12px;
}
table.QuoteSidebar select {
	font-size: 12px;
	color: #666666;
	width: 100%;
	border: 1px solid #cecece;
	height: 22px;
}
td.QuoteFormTitle {
	padding-top: 6px;
	font-weight: bold;
}
table.QuoteForm select {
	font-size: 12px;
	color: #666666;
	width: 100%;
	border: 1px solid #cecece;
	height: 22px;
}
table.QuoteForm td.QuoteFormLeft {
	width: 170px;
	padding-right: 16px;
	text-align: right;
	font-weight: bold;
}

table.QuoteForm td.QuoteFormLeftSummary {
	width: 248px;
	padding-right: 16px;
	text-align: right;
	font-weight: bold;
}
table.QuoteForm td.QuoteFormRightSummary { text-align: left; }



/* CONTENT */
table.Content td.SiteTitle {
	padding: 0px 0px 0px 10px;
	font-family: Arial;
	font-size: 18px;
	color: #315673;
}
table.Content td.SiteContent {
	padding: 0px 20px;
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #585858;
}
td.SiteContent p {
	margin: 10px 0px 6px 0px;
	padding: 0px;
}


/* QUOTE */
table.QuoteForm select {
	width: 324px;
}
table.QuoteForm textarea {
	width: 320px;
}
table.QuoteForm input[type="text"] {
	width: 320px;
}



/* TEMP */
.nyelv {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #6f6767;
}
