﻿@media all {

}

@media screen, projection {
	/* RESET */
	html, body, form, div, p, h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; }
	
	.noWrap { white-space: nowrap; }
	
	a { color: #2e8032; }

	.mainWrapper { margin: 20px auto; width: 954px; margin-bottom: 50px; }
	.pageHeader { height: 169px; position: relative; }
	.pageHeader-logo { padding-left: 35px; padding-top: 17px; }

	/* COLORS */
	body { color: #49494a; }
	.pageHeader { background-color: #000; }
	.pageContent, .pageFooter { background-color: #fff; }
	.pageHeader-dekor { position: absolute; right: 0px; top: 0px; }
	.required, .requiredField, .requiredFieldIndicator { color: Red; font-weight: bold; }

	/* GLOBAL NAVIGATION */
	.globalNavigation { text-align: center; position: relative; z-index: 10; }
	.nav { list-style-type: none; }
	.nav li { display: inline; padding-right: 27px; }
	.nav li.last { padding-right: 0px; }
	.nav a { color: #2e8032; text-decoration: none; }

	.leftColumn-teaser { padding: 20px; }

	.pageFooter { text-align: center; padding-top: 10px; padding-bottom: 10px; }

	/* FONTS */
	body { font-family: Verdana, Geneva, sans-serif; font-size: 11px; }
	h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; margin-bottom: 15px; }
	h2 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin-bottom: 20px; }
	.nav { font-size: 12px; }
	.leftColumn-teaser { font-size: 18px; line-height: 22px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
	.pageSummary { font-weight: bold; }

	/* COLUMNS */
	.leftColumn { float: left; width: 190px; background: transparent url(../../img/bg_leftmenu.png) no-repeat 0px 100px; min-height: 400px; }
	.middleColumn { float: left; width: 477px; }
	.middleColumn-inner { padding: 0px 20px 0px 20px; border-left: 1px dotted #49494a; border-right: 1px dotted #49494a; }
	.rightColumn { float: left; width: 270px; }

	/* OTHER NEWS */
	.otherNews h2 { margin-left: 15px; }
	.otherNews ul { list-style-type: square; padding: 0px; margin: 0px; padding-left: 15px; margin-bottom: 25px; }
	.otherNews li { color: #2e8032; margin: 0px; padding: 0px; }
	.otherNews li div { color: #49494a; }
	.otherNews a { text-decoration: none; }
	a.otherNewsItemLink { font-family: Arial; font-size: 14px; }
	.otherNewsItem { margin-bottom: 15px; }
	
	/* AIR */
	p { margin-bottom: 15px; }
	.topImage { margin-bottom: 10px; float: right; padding: 0px 0px 15px 15px; }
	.fhPortrett { padding-right: 15px; }
	.fhItem { margin-bottom: 15px; }
	
	/* FORMS */
	.applicationFormField { width: 375px; }
	.applicationFormField-postalCode { width: 75px; }
	.applicationFormField-postalPlace { width: 290px; }
	.formContent h2 { margin-top: 15px; }
	.applicationFormItem { margin-top: 5px; }
	.formButtons { margin-top: 10px; }
	
	/* DATATABLE */
	.deltagertable { border-collapse: collapse; border-color: #ccc; }
	.deltagertable th { text-align: left; }
	.deltagertable .item td { border-bottom: 1px solid #ccc; }
	.deltagertable .alt { background-color: #f7f7f7; }
}

@media print {

}