/* 
    Document   : style
    Created on : 28. december 2004, 21:45
    Author     : Flemming Larsen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* SELECTORS */

td						{ font-family: Tahoma; font-size: 11px; color: #000000; }

/* CLASSES use this with a div or span tag */

	.headlinem				{ font-size: 13px;font-family: Arial; font-weight: bold; padding: 0px 0px 0px 0px }
	.fonti					{ color:#999999; text-decoration:none; }
	.italic					{ font-style: italic;}
	.black					{ color:#ffffff;}
	a 					{ color:#000000; text-decoration:none;}
	a:visited 				{ }
	a:active 				{ }
	a:hover					{ color:#CCCCCC; }
	form, input, select, option, div 	{ font-family: Tahoma; font-size :11px; }


.knap		{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		border: 1;
		border-color: #000000;
		border-style: solid;
		background-color: #7ec722;
		}

 .tilbud		{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		border: 1;
		border-color: #000000;
		border-style: solid;
		background-color: #FFFF00;
		}
		
.greyLines   {

		border-style: solid;
		border-width: 1px;
		border-bottom-color: #CCCCCC;
		border-left-color: #CCCCCC;
		border-right-color: #CCCCCC;
		border-top-color: #CCCCCC;
		
		}

.blueLines   {

		border-style: solid;
		border-width: 1px;
		border-bottom-color: #99ccff;
		border-left-color: #99ccff;
		border-right-color: #99ccff;
		border-top-color: #99ccff;
		
		}
		
.darkGreyLines   {

		border-style: solid;
		border-width: 1px;
		border-bottom-color: #999999;
		border-left-color: #999999;
		border-right-color: #999999;
		border-top-color: #999999;
		color : #333333;
		}



		
.hvideLiniertop   {

		border-style: solid;
		border-width: 1px;
		border-bottom-color: #000000;
		border-left-color: #000000;
		border-right-color: #000000;
		border-top-color: #000000;
		
		}
		
		
.hvideLinierbox   {

		border-style: dotted;
		border-width: 1px;
		border-bottom-color: #ffffff;
		border-left-color: #ffffff;
		border-right-color: #ffffff;
		border-top-color: #ffffff;
		
		}
		
		
		
.hvideLinier   {

		border-style: solid;
		border-width: 1px;
		border-bottom-color: #ffffff;
		border-left-color: #ffffff;
		border-right-color: #ffffff;
		border-top-color: #ffffff;
		
		}

.gronneLinier   {

		border-style: solid;
		border-width: 2px;
		border-bottom-color: #7ec722;
		border-left-color: #7ec722;
		border-right-color: #7ec722;
		border-top-color: #7ec722;
		padding-left: 3px; 
                padding-right: 3px;
                padding-top: 1px;
                padding-bottom: 1px;
		}


		
.input {border: 1px solid #CCCCCC; height: 17px; font-size: 10px; background-color:#99ccff;}
.input2 {border: 1px solid #333367; height: 57px; font-size: 12px; background-color:#99ccff;}
.input3 {border: 1px #333367; height: 17px; font-size: 10px; background-color:#CCCCCC;}
.input4 {border: 1px #333367; height: 127px; font-size: 11px; background-color:#99ccff;}
.input5 {border: 1px #333367; height: 17px; font-size: 10px; background-color:#99ccff;}
.textareaUdlejer {border: 1px #333367; height: 127px; font-size: 11px; background-color:#99ccff;}
.textareaBoligSoeger {border: 1px #333367; height: 127px; font-size: 11px; background-color:#cccccc;}
.boligSoegerDesign {border: 1px #333367; height: 17px; font-size: 10px; background-color:#cccccc;}
.bgc {background-color: #c4d0d2;}
.write {font-family: Arial; font-size: 12px; color: #ffffff; padding-left: 20px; padding-right: 20px; border-left: 1px solid white; }
.colorWrite {color: #FF0000;}
.greenbg {background-color: #7ec722; padding-left: 3px; font-weight: bold;}
.redFont {color: #FF0033;}
.blueFont {color: #99ccff;}
.header  {font-weight: bold;}
.headerfs  {background-color:#CCCCCC; font-weight: bold; padding-left: 3px; font-size: 12px }
.black  {background-color: #000000;}
.white {color: #FFFFFF;}
.whiteheader  {font-weight: bold; color: #ffffff;}
.overskrifter {font-family: Arial; font-size: 28px; color: #696969;}
.headlin {font-family: Arial; font-size: 15px; color: #000000;}
.mellemrum {line-height: 13pt ;}

