img,table { border:0; }
body, form, h1, h2, h3, h4, h5, h6, ul, li { margin:0; padding:0; }
/*blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes: "" ""; }
*/
h1 {font-size:200%;}
h2 {font-size:175%;}
h3 {font-size:150%;}
h4 {font-size:115%;text-align:center;}

body {
  margin: 0;
  padding: 0;
  font-size: 11pt;
  font-family: arial, serif;
  color: #000;
  background-color: #ddd;
  background-image: url(/images/bgv.jpg);
  background-repeat: repeat;
}

A {text-decoration: none}
:link { color: #0000FF }
:visited { color: #800080 }
A:hover {text-decoration: underline}
:active { color: #000000 }


.var{
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px 1px 1px 1px;
  background-color: white;
}

.borderp{
  width: 70%;
  border-style: dotted;
  border-color: #aaaaaa;
  border-width: 1px 1px 1px 1px;
}

.borderl{
  border-style: dotted;
  border-color: #aaaaaa;
  border-width: 1px 1px 1px 1px;
}

.pimg{
  float:left;
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 1px 1px 1px 1px;
  background-color: white;
  margin: 0px 7px 5px 0px;
  padding: 3px 3px 3px 3px;
}

.ti {
  font-weight: bold;
  font-size: 14pt;
  color: #000080;
}

.ti a:hover {text-decoration: none;}

.CenterTable {
  text-align:center;
}

.CenterTable table {
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  background-color: #e0edff;
  padding: 0.7em;
}


#container
{
  margin: 1em 10%;
  background-color: #FFF;
  border: 1px solid #333;
  background-position: right;
  max-width: 1024px;
  margin-left:auto;
  margin-right:auto;
}

.BanPartWrap
{
  text-align:right;
  font-size:80%;
}

.TopPart
{
  float:right;
  width:200px;
  height:60px;
  padding-right: 2px;
  padding-top: 2px;
}


.BottomPart{ float:right;
 width:200px;
 clear:right;
 height:25px;
 padding-right: 2px;
}

#banner
{
  background-color: #000000;
  color: #ffffff;
  height: 87px;
  background-image: url(/images/alternative.jpg);
  background-repeat: no-repeat;
}


#nav
{
  float: right;
  width: 250px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-top: 1em;
  border-left: 1px dotted #333;
  border-bottom: 1px dotted #333;
}

#nav p { margin-top: 0; }

#content
{
  padding-top: 1em;
  margin: 0 50px 0 2em;
/*  max-width: 900px;*/
}

#content h2 { margin-top: 0; }

#footer
{
  background-color: #000;
  padding: 0em;
  text-align: center;
}

hr
{
  color: #e0e0e0;
  background-color: #e0e0e0;
  height: 1px;
  border: 0;
}

.hdotline {
  border-bottom: 1px dotted #808080;
  width: 100%;
}

/* Menu setup */
ul.cssmenu {
  list-style:none; /* Fjerner listepunktsmarkørerne */
  border-width:0 1px 1px 1px; /* Laver en kasse rundt om menuen */
  border-style: none;
  border-color: #777777;
  background:#fff;
  width:248px; /* Menuens bredde = width+2*border.*/
  margin: 1em 0;/* top og bund, venstre og højre */
  padding:0;/* Vigtigt at få denne med */}

ul.cssmenu li a {
  font-size:90%; 
  color:#1a0080;
  background-color:#fff;
  display:block; /* Gør a-markøren til et blokelement. */
  text-decoration:none;/* Fjerner understregning */
  margin:0;  /* Vigtigt at få denne med */
  padding:3px 5px; /* Laver luften mellem teksten og border - 
  top og bund, venstre og højre */
  border-top:1px dotted #bbbbbb;
}
  

ul.cssmenu li a:visited {  color:#800080;}

ul.cssmenu li a:hover {
  color:#fff;
  background-color:#1a0080;}
  
ul.cssmenu li a:active { color:#1a0080;}

.tboxwrap {
  margin:50px 0px; padding:0px;
  text-align:center;
}
	
.tbox {
  width:auto;
  margin:0px auto;
  text-align:left;
  padding:15px;
  border:1px dashed #333;
  background-color: #e0edff;
}


.t1px
{
background-color: #e0edff;
border-collapse: collapse;
border-spacing: 0px;
border: 1px black solid;
border-width: 1px;
border-style: solid;
border-color: #aaa;
padding: 3px;
}

.t1px td
{
border: 1px black solid;
border-width: 1px;
border-style: solid;
border-color: #aaa;
padding: 3px;
}
