﻿@media all {
	.clear { clear: both; }	
}

@media screen, projection {
	body { font-family: verdana, Sans-Serif; font-size: 11px; color: #35a9aa; background: #fff; margin: 0px; padding: 0px; }
	.pageSummary, .articleSummary { font-weight: bold; }
	.pageHeader { margin-bottom: 15px; }

	/* Headings */
	h1 { font-size: 25px; font-weight: normal; }
	h2 { font-size: 18px; font-weight: normal; }
	
	/* Links */
	a:link { color: #a1c60f; text-decoration: underline; }
	a:visited { color: #a1c60f; text-decoration: underline; }
	a:active { color: #a1c60f; text-decoration: underline; }
	a:hover { color: #999; text-decoration: underline; }
	.top-Wrapper a { color: #35a9aa; text-decoration: none; }
	
	/* PageTop */
	.top-Wrapper { width: 960px; }
	.top-Image { background-color: #afd035; }
	
	/* Columns */
	.columns-Wrapper { width: 960px; }
	.columns-LeftColumn { float: left; width: 200px; padding: 15px 0px 15px 15px; }
	.columns-MiddleColumn { float: left; width: 484px; padding: 15px 15px 15px 15px; }
	.columns-RightColumn { float: left; width: 200px; padding: 15px 15px 15px 0px; }
	.columns-RightColumn { margin-top: 15px; padding-bottom: 50px; border-left: 1px solid #ccc; padding-left: 15px; }
	hr { border-color: #ccc; color: #ccc; height: 1px; }
	
	/* Navigation */
	.menuItem-Indicator { background-color: #afd035; width: 5px; }
	.menuItem-Text { padding-right: 7px; }
	.menuItem-Text a { color: #74b8cd; text-decoration: none; font-weight: bold; }
	.menuItem-Text, .menuItem-Indicator { height: 25px; }
	.menuHeader-Indicator { background: #fff url(../../img/digitaledistriktsagder/dot_ccc.gif) repeat-y center; height: 20px; }
	.menuFooter-Indicator { background: #fff url(../../img/digitaledistriktsagder/dot_ccc.gif) repeat-y center; height: 30px; }
	.menuItem-SelectedItem .menuItem-Indicator { background-color: #74b8cd; color: #999; }
	.menuItem-SelectedItem .menuItem-Text a { color: #999; }
	
	/* Search */
	.QuickSearch-TextBox { border: 1px solid #ccc; width: 100px; font-size: 10px; }
	.QuickSearch-Button { border: 0px; background-color: #fff; font-family: verdana, Sans-Serif; font-size: 11px; color: #35a9aa; }
	
	/* Modules */
	.module-ModuleHeader { margin-bottom: 20px; }
}

@media print {
	.printHidden { display: none; }	
}
