`body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia;
}

a {
	font-family: Georgia;
	color: #4e5356;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	text-decoration: underline;
}

div#content {
	width: 1022px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-top: 1px solid transparent;
	/*border: 1px solid red;*/
}

div.menu {
	position: relative;
	height: 22px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #575757;
	padding-left: 84px;
	/*border: 1px solid red;*/
	padding-top: 9px;
}

/* normal article */
div.normal_article {
	position: relative;
	overflow: hidden;
	width: 890px;
	height: 479px;
	margin-left: 66px;
}
div.normal_article div#articles {
	position: absolute;
	height: 479px;
	left: 0;
	top: 0;
}
div.normal_article div.article {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	overflow: hidden;
	width: 890px;
	height: 479px;
}
div.normal_article div.image {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
div.normal_article div#heading {
	position: absolute;
	left: 28px;
	top: 194px;
	width: 570px;
	font-family: Georgia;
	color: #343537;
	font-size: 67px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 110%;
	cursor: pointer;
}

div.normal_article div#body {
	position: absolute;
	/*left: 628px;*/
	left: 890px;
	top: 0px;
	width: 238px;
	height: 462px;
	/*background-image: url(images/body_bg.png);*/
	background-image: url(images/shortcuts_bg.png);
	padding-top: 17px;
	padding-left: 12px;
	padding-right: 12px;
}
div.normal_article div#body div.heading {
	font-family: Georgia;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
div.normal_article div#body div.body {
	font-family: Georgia;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	margin-top: 12px;
}
div.normal_article div#loader {
	position: absolute;
	left: 440px;
	top: 230px;
	visibility: hidden;
}
/* normal article */

/* shortcuts */
div.normal_article div#shortcuts {
	position: absolute;
	z-index: 500;
	left: 0px;
	top: -479px;
	width: 231px;
	height: 458px;
	background-image: url(images/shortcuts_bg.png);
	padding-top: 21px;
	padding-left: 19px;
	padding-right: 12px;
	font-family: Georgia;
	color: #343537;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 155%;
}
div.normal_article div#shortcuts div {
	cursor: pointer;
}
/* shortcuts */

/* teasers */
table.teasers_container td {
	vertical-align: top;
}
div#navigator_prev {
	padding-left: 10px;
	padding-top: 33px;
	cursor: pointer;
	visibility: hidden;
}
div#navigator_next {
	padding-left: 28px;
	padding-top: 33px;
	cursor: pointer;
	visibility: hidden;
}
div.teasers_viewport {
	position: relative;
	overflow: hidden;
	width: 890px;
	height: 134px;
}
div#teasers {
	position: absolute;
	left: 0;
	top: 0;
	height: 134px;
}
div#teasers div.teaser {
	position: absolute;
	display: block;
	width: 263px;
	height: 134px;
	overflow: hidden;
}
div#teasers div.teaser div.heading {
	font-family: Georgia;
	color: #343537;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 3px;
}
div#teasers div.teaser div.ingress {
	font-family: Georgia;
	color: #4e5356;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	width: 100%;
	height: 41px;
	overflow: hidden;
}
div#teasers div.teaser div.readmore {
	font-family: Georgia;
	color: #4e5356;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	cursor: pointer;
}
div#teasers div.teaser div.thumbnails {
	margin-top: 8px;
}
div#teasers div.teaser div.thumbnails img {
	display:block;
	float:left;
	clear:none;
	margin-right:2px;
}
/* teasers */

/* lang  switcher */
table.lang {
	position: absolute;
	left: 906px;
	top: 11px;
}

table.lang a#lang_en {
	display: block;
	width: 24px;
	height: 17px;
	background-image: url(images/lang_u_en.gif);
}
table.lang a.active#lang_en {
	display: block;
	width: 24px;
	height: 17px;
	background-image: url(images/lang_a_en.gif);
}
table.lang a#lang_en:hover {
	background-image: url(images/lang_a_en.gif);
}

table.lang a#lang_no {
	display: block;
	width: 24px;
	height: 17px;
	background-image: url(images/lang_u_no.gif);
	margin-left: 2px;
}
table.lang a.active#lang_no {
	display: block;
	width: 24px;
	height: 17px;
	background-image: url(images/lang_a_no.gif);
}
table.lang a#lang_no:hover {
	background-image: url(images/lang_a_no.gif);
}
/* lang  switcher */

