﻿@media screen, projection 
{
	body {
		background-image: url('../../img/nsk_menubg.gif');
		background-repeat: repeat-y;
		background-position: left;
		background-color: #fff;
		margin: 0px;
	}

	body, table {
		font-family: arial, verdana, Sans-Serif;
		font-size: 12px;	
	}

	a {
		color: #000000; 
		font-weight: bold;
		text-decoration: underline;
	}
	a:hover {
		color: #000000; 
		font-weight: bold;
		text-decoration: underline;
	}

	.menuLink a {
		color: #ffffff;	
		text-decoration: none;
		font-weight: bold;
	}

	.menuLink a:hover {
		color: #ffffff;	
		text-decoration: underline;
		font-weight: bold;
	}
	
	a.menuLink, a.menuLinkBig {
		color: #ffffff;	
		text-decoration: none;
		font-weight: bold;
	}
	a.menuLinkSelected, a.menuLinkBigSelected {
		color: #000000;	
		text-decoration: none;
		font-weight: bold;
	}
	a.menuLink:hover, a.menuLinkBig:hover {
		text-decoration: underline;	
	}
	a.menuLinkBig {
		font-size: 14px;	
	}
	a.menuLinkBigSelected {
		font-size: 14px;	
	}

	.menuContent {
		color: #ffffff;
		margin-left: 37px;	
		margin-right: 0px;
		border: 0px green solid;
		width: 185px;
	}

	.menuDivider 
	{
		padding-top: 3px;
		padding-bottom: 3px;
	}

	h1, h2, h3, h4 {
		color: #ff6600;
		margin: 5px;
		margin-left: 0px;
	}

	.requiredField { color: Red; }

	.formField {
		width: 400px;	
	}

	.menytittel { color: #fff; font-weight: bold; font-size: 18px; line-height: normal; font-family: Arial, Helvetica, Swiss, SunSans-Regular; text-decoration: none }

	.Layout-MiddleArea {
		padding: 3px;
	}
	
	.Layout-RightArea {
		padding: 3px;
	}
	
	.module-ContentWrapper { margin-bottom: 20px; }

	h1  {
		font-size: 18px;
	}
	
	h2  {
		font-size: 16px;
	}

	h3  {
		font-size: 14px;
	}
	
		/* ArticleImages */
	.ArticleImage-Item { margin-bottom: 20px; }
	.ArticleImage-Title { font-weight: bold; }
	.ArticleImage-Summary {}
	.ArticleImage-Copyright { color: #999;}
	
	/* ArticleFiles */
	.Article-FileContainerTitle {}
	.Article-AttachmentInfo { border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; padding: 2px 0px 2px 0px; font-style: italic; margin: 5px 0px 5px 0px; position: relative; }
	.Article-AttachmentInfo-Inner { background-color: #E8F0FE; padding: 5px 0px 0px 10px; }
	.Article-FileSizeLabel { color: #777; }
	.Article-AttachmentItem { padding-bottom: 10px; }


	.teaserImage {
		width: 500px;
		padding-bottom: 10px;
	}

	.teaserTitle {
		font-size: 18px;
	}

	.teaserSummary {
		padding-bottom: 10px;
	}

	.teaserReadmore {
		padding-bottom: 15px;
	}

}



