/* Style sheet ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
   STRUKTUR
	@ GCAD Dynasite
--------------------------------------------------------------------------- */


body
{
	margin: 0;
	padding: 0;
	/*background: #FFF url(../../bilder/bg_not.jpg) repeat top left;*/
	font-size: 76.5%; /* Relativ (%) grundstorlek för att användaren ska kunna skala om själv */
	font-family: Arial, sans-serif;
}

a
{
	color: #537DB9;
/*	color: #6699cc; /*color: #000000; kk*/
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

p, h1, h2, h3, h4
{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
h2, h3, h4
{
	padding-bottom: 4px;
	padding-top: 4px;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

img
{
	border: 0;
}

table
{
	border-style:solid;
	border-width:1px;
}


th, td
{
	text-align: left;
	vertical-align: right;
	font-size:10pt;
	color: black;
	
}
th
{
	text-align: left;

}

#formular{
	padding-top:5px;
	padding-left:20px;
}
#formular div{
	padding-top:10px;
	padding-bottom:2px;
}
.input_field{
	background-color:#EEEEEE;
	border:0;
	font-size:11px;
	/*width:350px;*/
	padding:2px;
}
.input_field_val{
	background-color:#EEEEEE;
	border:0;
	font-size:11px;
	width:75px;
	padding:2px;
	text-align: right;
}

input.button {
  color: #fff; background: #0034D0;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}


/* ------------------------------------------------------------------------ */


div.dsYttre
{
	width: 760px;
	margin: 10px auto 10px auto; /* topp höger botten vänster / Auto på höger+vänster ger centrering */
	/*border: 1px solid #dddddd;*/ /*kk*/
	/*padding: 6px; *//*kk*/
	background-color: #000000; /*kk*/
	background-image: url(../../bilder/bg-03.jpg); /*kk*/
	background-repeat: no-repeat; /*kk*/
}

div.dsClearing
{
	height: 1px;
	width: 100%;
	float: none;
	display: block;
	clear: both;
	overflow: hidden;
}

