
/*
 * Layout: Don't touch these!
 */

HTML, BODY {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;	
}

#Norse {
	min-height: 100%;
	position: relative;
}
#Odinn {
	width: 770px;
}
#Huginn {
	overflow: visible;
}
#Muninn {
	float: right;
	width: 636px;
	overflow: visible;
}
#Muninn.xwide {
	float: none;
	width: 770px;
}
#Muninn.nomenuwide {
	float: none;
	width: 770px;
}

#MiddleColumn{
	float: left;
	width: 380px;
	padding: 0 2px;
	height: 100%;
}
#Muninn.wide #MiddleColumn{
	width: 510px;
}
#Muninn.xwide #MiddleColumn{
	width: 766px;
}
#Muninn.nomenuwide #MiddleColumn{
	width: 644px;
	margin-right: 122px;
}

#RightColumn{
	float: right;
	width: 250px;
	padding: 0 0 0 2px;
	overflow: visible;
}
#Muninn.wide #RightColumn{
	width: 120px;
	height: 604px;
}

#LeftColumn{
	float: left;
	width: 130px;
	padding: 0 2px;
}

#Header {
	width: 770px;
}
#Footer {
	height: 22px;
	width: 770px;
}

.TextOnly {
	display: none !important;
}


/*
 * Defaults
 */

#Norse {
	font-family: Arial, sans-serif;
	font-size: 12px;
	/* background-color: #ffffff;
	color: #000000; */
}

.box A:link, .box A:visited, .box A:active {
	/* color: #177b54; */
	text-decoration: underline;
}
.box A:hover {
	/* color: #ff4343; */
	text-decoration: none;
}


/*
 * Header
 */

#Logo {
	display: none;
	/* display: block;
	position: absolute;	
	top: 6px;
	left: 7px;
	width: 227px;
	height: 65px; */
}
#Logo IMG {
	border: 0;
	/* display: block;
	width: 227px;
	height: 65px; */
}
#Logo A {
	text-decoration: none;
}

#Head0 {
	height: 82px;
}

#Head1 {
	height: 25px;
	/* background: #259072 url("/static/images/head1_bg.png") repeat-x top left; */
}

#TabMenu UL {
	display: block;
	margin: 0;
	padding: 0;
	/* color: #ffffff; */
}
#TabMenu LI {
	display: block;
	float: left;
	line-height: 25px;
	vertical-align: middle;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}
#TabMenu A {
	display: block;
	/* color: #ffffff; */
	padding: 0 7px;
	text-decoration: none;
}
#TabMenu A:hover {
	/* background: #8dc722 url("/static/images/head1_bg2.png") repeat-x top left; */
}
#TabMenu LI.act A {
	/* background: #8dc722 url("/static/images/head1_bg2.png") repeat-x top left; */
}

#Head2 {
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	font-size: 10px;
	padding: 0 10px;
	/* background: #176b54;
	color: #ffffff; */
}
#Head2 DIV, #Head2 DIV IMG {
	vertical-align: middle;
}
#Head2 DIV IMG {
	border: 0;
}
#Head2 A {
	/* color: #ffffff; */
}
#Head2 .today .nameday, #Head2 .today .nameday A {
	/* color: #ffff00; */
	text-decoration: none;
}
#Head2 .today .nameday A:hover {
	text-decoration: underline;
	padding-top: 1px;
}


/*
 * Footer
 */

#Footer {
	/* background: #176b54 url("/static/images/footer_bg.png") repeat-y top right;
	color: #e9efc0; */
	font-size: 10px;
	line-height: 22px;
	vertical-align: middle;
	padding: 0 10px;
	width: 750px;
}
#Footer A {
	/* color: #ffffff; */
	text-decoration: none;
	padding-top: 1px;
}
#Footer A:hover {
	text-decoration: underline;
	padding-top: 0;
}
#Footer .marg {
	margin: 0 2em;
}


/*
 * Left Column
 */

#MainMenu {
	margin: 4px 0 12px 0;
}
#MainMenu .separator {
	height: 4px;
}
#MainMenu UL {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	/* color: #ffffff;
	border: 1px solid #287e66; */
}
#MainMenu LI {
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	/* background: #287e66 url("/static/images/mainmenu_bg.png") repeat-x top left; */
}
#MainMenu A {
	display: block;
	padding: 0px 10px;
	/* color: #ffffff; */
	text-decoration: none;
}
#MainMenu A:hover, #MainMenu LI.act A {
	/* background: #8dc722 url("/static/images/mainmenu_bg2.png") repeat-x top left; */
}


/*
 * box
 */

.box {
	margin: 4px 0;
	/* border: 1px solid #287e66;
	background: #ffffff url("/static/images/bgr.png") repeat-y top left; */
	overflow: hidden;
}
.purple-box {
	/* border: 1px solid #ff4343;
	background: #fafafa; */
}
.news-box {
	/* background: #fafafa; */
	padding: 5px 10px;
}
.box .title {
	/* background: #287e66;
	color: #ffffff; */
	margin: 0 0 5px 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 8px;
	line-height: 24px;
	vertical-align: middle;
}
.box .stitle {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 8px;
}
.news-box .title {
	font-size: 14px;
	margin: 0;
	padding: 0;
	/* color: #000000; */
}
.purple-box .title {
	/* background: #ff4343; */
}
.box .content {
	margin: 5px;
}
.box .textContent, .box .searchContent {
	margin: 0 10px;
}

.news-box P {
	margin: 6px 0 0 0;
}
.news-box P.meta {
	margin: 0;
	text-align: right;
	font-size: 10px;
}


/*
 * pager
 */

.box .pager {
	margin: 0;
	height: 20px;
}
.pager DIV.left, .pager DIV.right {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	padding: 0 5px;
	/* background: url("/static/images/pager_bg.png") no-repeat bottom center;
	color: #ffffff; */
}
.pager DIV.left A, .pager DIV.right A {
	/* color: #ffffff; */
	text-decoration: none;
}
.pager DIV.left {
	background-position: bottom right;
	float: left;
	padding-right: 20px;
}
.pager DIV.right {
	background-position: bottom left;
	float: right;
	padding-left: 20px;
}


/*
 * headlines & toptitles
 */

DL.headlines {
	margin: 5px;
	position: relative;
}
DL.headlines DT {
	margin: 8px 0 4px 35px;
	padding: 0;
}
DL.headlinesTop DT {
	margin-left: 54px;
}
DL.headlines DD {
	margin: 0 0 0 35px;
	padding: 0;
	font-size: 11px;
}
DL.headlinesTop DD {
	margin-left: 54px;
}
.headlines .newstitle {
	font-weight: bold;
}
.headlines .newstitle A, .toptitles .newstitle A {
	/* color: #000000; */
}
.headlines .time {
	display: block;
	position: absolute;
	left: -5px;
	width: 35px;
	text-align: right;
	/* color: #444444; */
	font-size: 11px;
	line-height: 130%;
	vertical-align: middle;
}
.headlinesTop .time {
	width: 50px;
}
.headlines .source, .toptitles .source {
	/* color: #444444; */
	font-size: 10px;
	white-space: nowrap;
}
.headlinesTop .source {
	display: block;
}
.headlines .source A, .toptitles .source A {
	/* color: #444444; */
}

UL.toptitles {
	margin: 5px;
	padding: 0 0 0 15px;
	list-style: outside square ;
	/* list-style: outside url("/static/images/li.png") square ; */
}
UL.toptitles LI {
	margin: 6px 0;
	padding: 0;
}
.toptitles {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}
P.toptitles {
	margin: 6px;
	padding: 0;
	text-align: center;
}
P.toptitles a.b {
	font-weight: bold;
}
UL.cloud {
	margin: 5px;
	padding: 0px;
	list-style: outside square ;
}
UL.cloud LI {
	display: inline;
	padding-right: 5px;
	font-size: 9px;
}

/*
 * calendar
 */

.calendar {
	/* border: 1px solid #287e66; */
	border-collapse: collapse;
}
.calendar CAPTION {
	font-weight: bold;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
	margin: 0.5em 0.5em 0.3em 0.5em;
}
.calendar THEAD {
	font-weight: bold;
	/* border-bottom: 1px solid #287e66;
	background-color: #eaf5d5; */
}
.calendar TH, .calendar TD {
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
.calendar A, .box .calendar A {
	text-decoration: none;
}
.calendar TD A {
	display: block;
	margin: 1px;
}
.calendar TD A:hover {
	margin: 0;
	/* border: 1px solid #287e66;
	background-color: #eaf5d5; */
}
.calendar TD.today, .calendar TD.selected {
	font-weight: bold;
}
.calendar TD.today A {
	margin: 0;
	/* border: 1px solid #ff4343; */
}
.calendar TD.selected A {
	margin: 0;
	/* border: 1px solid #287e66; */
}
.calendar .wd6, .calendar TD.wd6 A {
	/* color: #cc2323; */
}
.calendar TD.nmd, .calendar TD.nmd A {
	/* color: #888888; */
}

.ycalendar UL, .mcalendar UL, .ccalendar UL {
	display: block;
	padding: 0;
	margin: 0;
}
.ycalendar LI, .mcalendar LI, .ccalendar LI {
	display: block;
}
.ycalendar .caption, .mcalendar .caption, .ccalendar .caption {
	font-weight: bold;
	text-align: center;
	margin: 0;
	height: 1.5em;
}
.ycalendar .selected, .mcalendar .selected, .ccalendar .selected {
	font-weight: bold;
}
.ycalendar A, .mcalendar A, .ccalendar A, .box .ycalendar A, .box .mcalendar A, .box .ccalendar A {
	text-decoration: none;
}
.ycalendar A:hover, .mcalendar A:hover, .ccalendar A:hover {
	text-decoration: underline;
}

.box .calContent {
	margin-left: 60px;
}
.box .calendar {
	float: left;
	margin: 0 0.5em 0.5em 0.5em;
}
.box .ycalendar {
	float: left;
	margin: 0.5em;
}
.box .mcalendar {
	float: left;
	margin: 0.5em;
}
.box .ccalendar {
	float: left;
	margin: 0.5em;
}


/*
 * google search box (middleColumn)
 */

.gsearchM {
	margin: 0 auto;
	padding: 10px;
}
.gsearchM P {
	vertical-align: middle;
	margin: 5px 0;
}
.gsearchM P.line2 {
	margin-right: 10em;
}
.gsearchM #sbi {
	width: 200px;
	border: 1px solid #176b54;
	padding: 1px 3px;
}
.gsearchM #sbb {
	background: #fcde79 url("/static/images/button_bg.png") repeat-x top left;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 10px;
	padding: 1px 5px;
	margin: 1px 0;
}
.gsearchM #ss0, .gsearchM #ss1 {
	vertical-align: baseline;
	margin-left: 20px;
}


/*
 * links
 */

.links .siteicons UL {
	display: block;
	margin: 10px 0;
	padding: 0;
}
.links .siteicons LI {
	display: block;
	float: left;
	width: 38px;	/* 498/13 */
	text-align: center;
}
.links .siteicons IMG {
	width: 20px;
	height: 20px;
	border: 0;
}

.links .catalog UL {
	display: block;
	margin: 0;
	padding: 5px 0;
}
.links .catalog LI {
	display: block;
	float: left;
	width: 73px;	/* 498/6-2*5 */
	padding: 3px 5px;
}
.links .catalog LI.gyerek A {
	color: #c87d39;
	font-weight: bold;
}
.links .catalog LI.hirek A {
	color: #1866ae;
	font-weight: bold;
}
.links .catalog LI.noi A {
	color: #027e04;
	font-weight: bold;
}
.links .catalog LI A:hover {
	color: #ff4343;
}

.links P.paid {
	font-size: 11px;
	text-align: center;
}
.links P.paid A {
	color: #000000;
}
.links P.paid A:hover {
	color: #ff4343;
}

.links P.more {
	margin: 0 0 5px 0;
	padding: 5px 5px 0 5px;
}


.etarget .content {
	padding: 10px;
}
.etarget .title A.promo {
	float: right;
	/* color: #ffffff; */
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 0;
}
.etarget .title A.promo:hover {
	padding-bottom: 1px;
}
.etarget .content .title {
	margin: 6px 0 3px 0;
	background: transparent;
	/* color: #000000; */
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	line-height: normal;
}
.etarget .content .description {
	margin: 0 0 12px 0;
}
#ad2inl .etarget .title {
	text-align: center;
	line-height: 1.5em;
}
#ad2inl .etarget .content .title {
	line-height: normal;
	text-align: left;
}


/*
 * ads
 */

#ad1 {
	position: absolute;
	top: 10px;
	left: 302px;
	width: 468px;
	height: 60px;
	margin: 0;
	border: 0;
	overflow: hidden;
}
#ad2 {
	position: absolute;
	top: 137px;
	left: 774px;
	width: 160px;
	height: 600px;
	margin: 0;
	border: 0;
	overflow: hidden;
}
#ad3 {
	position: absolute;
	top: 137px;
	left: 650px;
	width: 160px;
	height: 600px;
	margin: 0;
	border: 0;
	overflow: hidden;
}
#ad2inl {
	position: absolute;
	top: 137px;
	left: 774px;
	width: 160px;
	margin: 0;
	border: 0;
	overflow: hidden;
}
#ad4 {
	margin: 0;
	border: 0;
	overflow: hidden;
	text-align: center;
}

.rightColumn .ad {
	margin: 2px 0;
}

.news-box .ad {
	margin: 5px -10px -5px -5px;
}

#googleSearchUnit {
	width: 756px;
	margin: 0 auto;
}
#googleSearchUnit IFRAME {
	width: 756px;
}

.searchResults {
	margin: 20px 0px;
}

.searchResults .title {
	padding: 0;
	line-height: normal;
}

.searchResults DT {
	margin-bottom: 6px;
}

.searchResults DT .meta {
	white-space: nowrap;
	margin-left: 2em;
}

.searchResults DT span.meta {
	margin-left: 0;
	padding: 0;
	vertical-align: middle;
}

.searchResults DD {
	margin-bottom: 12px;
	margin-left: 2em;
}

.searchResults DD.more {
	margin: 0 0 0.5em 1.5em;
	padding: 0 0 0 0.5em;
}

.searchResults .meta {
	font-size: 90%;
}

.searchResults .url, .searchResults .weight,
.searchResults .cached, .searchResults .similar {
	white-space: nowrap;
}

.searchMeta {
	width: 90%;
	text-align: right;
	font-size: 90%;
	float: right;
}
.searchMeta SPAN {
	white-space: nowrap;
}

.Link {
	cursor: pointer;
}

