/* StyleSheet - egintext.css - Erik Ginnerskov */

body {
color: black;
background: url(menubg.gif) repeat-y;
margin: 0px;
padding: 0px;
}

body, a, p, td, blockquote, ul, ol, dl, option{
font-family: "comic sans ms", arial, "ms sans serif", switzerland, swiss, helvetica, sans-serif;
font-size: 10pt;
}

#overst {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

#topbar {
position: absolute;
top: 0px;
left: 0px;
height: 68px;
width: 100%;
background: url(topbg.gif) repeat-x;
color: black;
text-align: center;
}

#indhold {
position: absolute;
top: 0px;
left: 0px;
padding-top: 68px;
padding-left: 190px;
margin-right: 20px;
}

#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;
}

#topl {
position: absolute;
top: 0px;
left: 0px;
padding-left: 5px;
height: 68px;
width: 183px;
background: url(topleft.gif) no-repeat;
color: black;
}

#menu {
position: absolute;
top : 0px;
left: 0px;
padding-top: 80px;
padding-left: 5px;
width: 183px;
font-family: "comic sans ms", arial, sans-serif;
font-size: 10px;
z-index: 5
}

#post{
position:absolute;
bottom:0;
left:0px;
padding-left:5px;
width:183px;
font-family: "comic sans ms", arial, sans-serif;
font-size: 10px;
z-index:5
}

h1, h2 ,h3, h4, h5 {
font-family: "comic sans ms", arial, "ms sans serif", switzerland, swiss, helvetica, sans-serif;
color: black;
text-align: center;
}

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;
}

#menu a:link, #menu a:visited, #menu a:active, #post a:link, #post a:visited, #post a:active {
text-decoration: none;
color: #3333bb;
background: transparent;
display: block;
}

#menu a:hover, #post a:hover {
color: #ffffff;
background: transparent;
}

.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: 700;
}

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
}