/*=========================================================
	Kastrup Vinduet 
	Overall screen css styles
	Af : Thor Madsen-Holm - Par no. 1
==========================================================*/




/*================== Imports ==================*/
@import url('/files/System/styles/reset.css');
@import url('/files/System/styles/menu.css');




/*================== Typography & Colors ==================*/
a { color: #4a4a4c; font: 10px Verdana; text-decoration: underline; }
a:hover	{ text-decoration: underline; }
p	{ font: 10px Verdana, Arial, Helvetica, sans-serif; line-height: 13px; }
div.footerText div	{ color: #D9DADB; font: 10px Verdana, Arial, Helvetica, sans-serif; line-height: 14px;}
h1, h1.h1	{ font: bold 14px Verdana, Arial, Helvetica, sans-serif; }
h2	{ font: bold 11px Verdana, Arial, Helvetica, sans-serif; }
h3.h3	{ font: bold 23px Verdana, Arial, Helvetica, sans-serif; padding: 9px 0 8px 0; }
.middleColumn ul	{ margin: 0 0 0 20px;}
.middleColumn ul li	{ margin: 0 0 0 0; list-style-type: disc;} 




/*================== Various Class's ==================*/
.floatLeft	{ float: left; }
.floatRight	{ float: right; }
.clearLeft	{ clear: left; }
.globalLink	{ color: #4a4a4c; font: bold 9px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.red	{ color: #ca003a; }
.pageHeading	{ margin: 0 0 16px 0; }
.readMore	{ float: left; margin: 6px 0 0 0; width: 100px; height: 10px;}
.smallText	{ font: 9px Verdana, Arial, Helvetica, sans-serif; }




/*================== Basic Styles ==================*/
.pageWrapper	{ margin: 0 auto; width: 960px; }
.header	{ background: #4a4a4c; float: left; height: 100px; width: 960px; }
.content	{ background: #ffffff; width: 960px; }
.footer	{ background: #4a4a4c; height: 45px; padding: 14px 0 0 25px; width: 935px; }




/*================== Global Styles ==================*/
.frontSmallFlash	{ height: 226px; overflow: hidden; width: 210px; }
.frontGlobalParagraph	{ background: #1a171b; color: #fff; height: 89px; overflow: hidden; padding: 23px 5px 0 15px; width: 190px; }
.frontGlobalImage	{ height: 112px; overflow: hidden; width: 210px; }
.topGraphic	{ height: 226px; width: 250px; }
.stdLargeImg	{ height: 226px; width: 495px; }




/*================== Front PS Styles ==================*/
.frontFlash	{ height: 450px; overflow: hidden; width: 750px; }




/*================== Standard PS Styles ==================*/
.standardLeft	{ width: 750px; min-height:420px; height:auto !important; height:420px; padding: 0 0 20px 0; }
.standardFullWidth	{ width: 960px; min-height:420px; height:auto !important; height:420px; padding: 0 0 20px 0; }
.rightColumn	{ width: 210px;}
.middleColumn	{ margin: 36px 20px 0 0; width: 480px; }
.middleColumnFull	{ margin: 36px 20px 0 0; width: 680px; }




/*================== News Styles ==================*/
.nyhedsListeItem	{ float: left; margin: 0 0 35px 0; width: 500px;}
.nyhedsElement	{ float: left; width: 450px; }
.nyhedsOverskrift	{ float: left; margin: 0 0 21px 0; width: 490px; }




