@charset "CP850";
/* DEFINITIONS START */
/* VALUES */
/* COLORS */
/* farver - HER SKAL RENSES UUUDDDDDDDDDDDDDDD 
	colLCQPh
	tekstStor
	Skygger om firkant
	inkMenu
	da/fr  InkMenu
	menuLine
	*/
/* FONTS */
/* ANIMATION */
/* GRAFIC */
/* My gridsize */
/* Space top of page */
/* $grid WITH px-unit */
/* RESPONSIVE */
/*
		@media (min-width: $respXlimitL){
			
		} 
		
		@media (min-width: $respXlimitS+1px) and (max-width: $respXlimitM) {
			
		}	
		
		@media (max-width: $respXlimitS) {
			
		}
		
		@media (max-width: $respXlimitXS) {
			
		}
		
*/
/* FUNCTION */
/* end DEFINITIONS */
/* MIXINS */
/* end MIXINS */
/* @include($attrib:'attrib', $value:value, $duration:duration[$hoverTransitionTime*?])*/
/*

/* This is not used (a Microsoft compability thing)*/
/* FONT */
@font-face {
  font-family: "journal";
  src: local("journal"), url("../font/journal-webfont.eot"), url("../font/journal-webfont.eot?#iefix") format("embedded-opentype"), url("../font/journal-webfont.woff2") format("woff2"), url("../font/journal-webfont.woff") format("woff"), url("../font/journal.ttf") format("truetype"), url("../font/journal-webfont.svg#journalregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI"), url("../font/SEGOEUI.TTF") format("truetype");
  src: local("Segoe UI"), url("../font/segoeui-webfont.eot?#iefix") format("embedded-opentype"), url("../font/segoeui-webfont.woff") format("woff"), url("../font/SEGOEUI.TTF") format("truetype"), url("../font/segoeui-webfont.svg#segoeuiRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Segoe Script";
  src: local("Segoe Script"), url("../font/segoesc-webfont.eot?#iefix") format("embedded-opentype"), url("../font/segoesc-webfont.woff") format("woff"), url("../font/SEGOESC.TTF") format("truetype"), url("../font/segoesc-webfont.svg#segoescRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'segoe ui symbol';
  src: local("segoe ui symbol"), url("../font/seguisym-webfont.eot?#iefix") format("embedded-opentype"), url("../font/seguisym-webfont.woff") format("woff"), url("../font/SEGUISYM.TTF") format("truetype"), url("../font/seguisym-webfont.svg#seguisymRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* end FONT */
/* FUNCTION SKAL SLETTES NÅR SITET KØRER NOGENLUND, som p i #topbar!
/* Chrome, Safari, Opera */
@-webkit-keyframes bouge {
  from {
    background-color: rgba(241, 208, 120, 0.5);
    left: 0px; }

  to {
    background-color: rgba(75, 44, 53, 0.5);
    left: 10px; } }
/* Standard syntax */
@keyframes bouge {
  from {
    background-color: rgba(241, 208, 120, 0.5);
    left: 0px; }

  to {
    background-color: rgba(75, 44, 53, 0.5);
    left: 10px; } }
/* 26/02/2015 */

#middle #head {
  /* layout */
  top: 72px; 
  width: 31%; }
#middle #formular {
  /* layout */
  background-color: tranparent;
  position: absolute;
  top: 90px;
  left: 48%;
  width: 35%;
  font-size: 0.9em;
  padding: 9px 36px;
  line-height: 170%;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
  #middle #formular .small {
    font-size: 80%; }
  #middle #formular input, #middle #formular textarea {
    font: normal normal 500 0.9em/1.4 "Segoe UI";
    background-color: rgba(255, 255, 255, 0.3);
    margin: 1px;
    padding: 1px;
    border: 0; }
  #middle #formular tr {
    margin: 2px 0;
    padding: 2px 0; }
  #middle #formular td {
    line-height: 110%;
    margin: 2px 0;
    padding: 2px 0; }
  #middle #formular .return_message {
    font-size: 110%;
    background-color: rgba(255, 255, 255, 0.95);
    color: red;
    margin: 1px;
    padding: 2px 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    display: inline-block;
    position: relative;
    z-index: 2;
    top: -72px;
    left: -36px;
    cursor: text; }
    #middle #formular .return_message span.close {
      /* lay-out */
      display: inline-block;
      position: relative;
      z-index: 2;
      top: -39.6px;
      margin: 0;
      padding: 2px 3px;
      cursor: context-menu;
      float: right;
      /* style */
      line-height: 1;
      font-size: 80%;
      color: white;
      background-color: rgba(255, 0, 0, 0.8);
      border: solid 1px white;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
      text-decoration: none; }
      #middle #formular .return_message span.close :hover {
        background-color: green; }
      #middle #formular .return_message span.close :active {
        pointer-events: none; }
  #middle #formular .hidden {
    visibility: hidden;
    opacity: 0;
    /*visibility: visible;
    opacity: 1;*/
    -webkit-transition: visibility 0s 3s, opacity 3s ease-in-out;
    -moz-transition: visibility 0s 3s, opacity 3s linear;
    -ms-transition: visibility 0s 3s, opacity 3s linear;
    -o-transition: visibility 0s 3s, opacity 3s linear; }
  #middle #formular input[type=submit] {
    font-size: 120%;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
    line-height: 0.8em;
    margin: 1px;
    padding: 3px 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
