/* StyleSheet - egintext.css - Erik Ginnerskov */

body{
margin: 0px;
padding: 0px;
color: black;
background: url(menubg.gif);
background-repeat: repeat-y;
}

body,a,p,td,blockquote,ul,ol,dl,option,marquee
{
font-family: verdana, arial, "ms sans serif", switzerland, swiss, helvetica, sans-serif;
color: black;
font-size: 10pt;
}

#overst {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

#indhold{
position: absolute;
top: 0px;
left: 0px;
padding-top: 68px;
padding-left: 190px;
margin-right: 15px;
}

#topbar{
position:absolute;
top:0px;
left:0px;
width:100%;
height:68px;
background:url(topbg.gif);
background-repeat: repeat-x;
color:black;
}

#toptxt{
position:absolute;
top:10px;
left:200px;
}

#topl{
position:absolute;
top:0px;
left:0px;
padding-left:5px;
height:68px;
width:183px;
background:url(topleft.gif);
background-repeat: no-repeat;
color:black;
}

#menu{
position:absolute;
top:0px;
left:0px;
padding-top:80px;
padding-left:5px;
width:155px;
font-family:verdana,arial,sans-serif;
font-size:10px;
z-index:5
}

#menu img, #post img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
}

#post {
position: absolute;
bottom: 0;
left: 2px;
width: 155px;
z-index: 5
}

img{
border:none
}

h1,h2,h3,h4,h5
{
font-family: verdana, arial, "ms sans serif", switzerland, swiss, helvetica, sans-serif;
color: black;
text-align: center;
}

#indhold a:link, #indhold a:visited, #indhold a:active {
color: blue;
background: #ececec;
display: inline;
padding:0;
}

#indhold a:hover {
color: white;
background: blue;
}

.tal {
text-align: left;
}

pre,tt
{
font-family: "courier new", courier, monospace;
color: black;
font-size: 10pt;
}

code {
display: block;
padding: 5px;
border: 1px solid #ccc;
margin-bottom: 15px;
color: blue;
background: #ececec;
}

table {
width:500px;
border:1px solid black;
border-collapse:collapse;
margin:auto;
}

td{
vertical-align: top;
border: 1px solid black;
padding:5px;
}

a:link, a:visited, a:active
{
text-decoration: none;
color: #3333BB;
}

a:hover
{
color: #CC0055;
}

/* skriv <a href="#" class="link2"> for alternativ linkdefinition */

a.link2:link,a.link2:visited,a.link2:active
{
color: #FFFF00;
}

a.link2:hover
{
color: #000000;
background: #00CCFF;
}


/* skriv <ul class="pil"> for at benytte pil.gif i lister */

.pil
{
list-style: url(pil.gif);
}

h1
{
font-size: 17pt;
font-weight: 800;
}

h2
{
font-size: 14pt;
font-weight: 800;
}

h3
{
font-size: 12pt;
font-weight: 800;
}

h4
{
font-size: 10pt;
font-weight: 700;
}

h5
{
font-size: 8pt;
font-weight: 400
}

input, textarea
{
font-family: arial, "ms sans serif", sans-serif;
font-size: 10pt;
font-weight: 400;
color: #000000;
background-color: #FFFFFF;
}

.knapper
{
font-size: 10pt;
font-weight: 400;
color: #000000;
background: #C0C0C0;
cursor: pointer;
}

.ud
{
text-align: right;
}