/* Default CSS Stylesheet for a new Web Application project */

BODY
{
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  PADDING-TOP: 0px;
  FONT-FAMILY: Verdana;
  COLOR: #000000;

  FONT-SIZE: 10px;
  FONT-WEIGHT: normal;

}
.overskrift1
{
	font-size: 25px;
	color: #4a3c8c;
	FONT-FAMILY: Verdana
	
}

.TblRow1
{
	background: #000000;
	
}

.TblRow2
{
	background: #000000;
	
}

.Kalender
{
	position:absolute; 
	top:100px;
	left:100px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#000000;
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#000000;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#000000;
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	font-weight:bold;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
TD
{
	font-size: 10px;
	font-family: Verdana;
}
TEXTAREA
{
	font-size: 10px;
	font-family: Verdana;
}

INPUT
{
		font-size: 10px;
	font-family: Verdana;
}

.dgFooder
{
	color: white; 
	background-color:#3b3e73;
	vertical-align:top;
	border-bottom-color: 000000;
	height:20px;
}

.dgHeader
{
	color: white; 

	background-color:#3b3e73;
	vertical-align:top;
	font-weight:bold;
	border-bottom-color: 000000;
	
	height: 27px;
}

.dbMain
{
	background-color: #3b3e73;
	vertical-align:top;
	border-bottom-color: 000000;
	height:20px;
}


.dbBody
{
	color: Black;
	background-color: #FFFFFF;
	vertical-align:top;
	border-bottom-color: 000000;
	height:20px;
}

.dbAlternatingBody
{
	color: Black; 
	background-color:#7AA6D7;
	vertical-align:top;
	border-bottom-color: 000000;
	height:20px;
}

.dbBodySel
{
	color: white; 
	background-color:3b3e73;
	vertical-align:top;
	border-bottom-color: 000000;
	height:20px;
}

.dgPager
{
	color: white; 
	background-color:#3b3e73;
	vertical-align:top;
	text-align: center;
	border-bottom-color: 000000;
	height:20px;
}

.Overskrift1
{
	color:#3b3e73;
	font-size:large;
	font-weight:bold;
}

.Overskrift2
{
	color:#3b3e73;
	font-size:medium;
	font-weight:bold;
}

.MsoTableGrid
					{border:1.0pt solid windowtext;
					font-size:10.0pt;
					font-family:"Times New Roman";
					}
