@charset "UTF-8";
/* CSS Document */


body {
  font-family:"times new roman";
  font-size: 14pt;
}

input, select  {
  font-family : Helvetica, Verdana, Gotham, Helvetica Neue, Arial, sans-serif;
  font-size   : 100%;
  color : LawnGreen;
  background-color: black; 
}

button, input[type=submit] {
  background:url(/login-button.png) no-repeat;
    cursor:pointer;
    width: 250px;
    height: 96px;
    border: none;
/*    font-family : Helvetica, Verdana, Gotham, Helvetica Neue, Arial, sans-serif;
  font-size   : 100%;
  background-color: black;
  color : LawnGreen;	
  border: thick;
  border-color: LawnGreen; */
}

input[type=checkbox] {
	visibility: hidden;
}

textarea {
  font-family : "times new roman", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size   : 100%;
  color : LawnGreen;
  background-color: black;
  background-image : url(/indtast.jpg);
  background-position : top left;
  background-repeat : no-repeat;
  
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #888;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #888;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #888;
}
:-ms-input-placeholder { /* Internet Explorer 11 */
    color: #888 !important;
    font-weight: 400 !important;
}

td.embeded_off {
	  color : #08AD33;

}

td.blaa {
	  color : Blue;

}
font.embeded_off {
	  color : #08AD33;

}

/*a:link    {color:black;
           font-weight: bold; 
		   font-family:"times new roman"; font-size:25pt;}
a:visited {color:black;}
a:active  {color:black;}
a:hover   {color:#cccccc;} */
a.claus {color:blue; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:11pt;}
a.claus:link {color:blue; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:11pt;}
a.claus:visited {color:blue;}
a.claus:active  {color:blue;}
a.claus:hover   {color:#cccccc;}

a.jensen {color:black; font-family:"times new roman"; font-size:14pt;}
a.jensen:link {color:black; font-family:"times new roman"; font-size:14pt;}
a.jensen:visited {color:black;}
a.jensen:active  {color:black;}
a.jensen:hover   {color:#cccccc;}

a.bruger {color:green; font-family:"times new roman"; font-size:14pt;}
a.bruger:link {color:green; font-family:"times new roman"; font-size:14pt;}
a.bruger:visited {color:greenk;}
a.bruger:active  {color:green;}
a.bruger:hover   {color:#cccccc;}

h1 {  
  font-family:"times new roman";
  line-height: 5pt;
  font-size: 16pt;

}
/* SQUARED TWO */
.squaredTwo {
	width: 40px;
	height: 40px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 32px;
	height: 32px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 21px;
	height: 11px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


