/* StyleSheet - Erik Ginnerskov private hjemmeside */

body {
background: url(images/bg.gif) top left repeat-y;
color: black;
margin: 0;
padding: 0;
font-family: georgia, "times new roman", serif;
font-size: 10px;
}

#overst {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

#indhold {
padding-top: 60px;
padding-left: 170px;
padding-right: 20px;
}

#topbar {
position: absolute;
top: 0px;
left: 0px;
height: 55px;
width: 100%;
background: #fff url(images/top.gif);
color: black;
}

#sojletop {
position: absolute;
top: 55px;
left: 0px;
height: 22px;
width: 160px;
background: url(images/topleft.gif);
}

#menu {
position: absolute;
top: 0px;
left: 0px;
padding-top: 77px;
padding-left: 9px;
}

#post {
position: absolute;
bottom: 25px;
left: 0;
padding-left: 9px;
z-index: 5
}

#post a {
display: block;
margin-bottom: 3px;
}

#fod {
position: absolute;
bottom: -1px;
left: 0px;
width: 160px;
height: 26px;
background: url(images/fod.gif);
}

body>div#topbar {
position: fixed;
}

body>div#sojletop {
position: fixed;
}

body>div#menu {
position: fixed;
}

body>div#post {
position: fixed;
}

body>div#fod {
position: fixed;
}

h1, h2, h3, h4, h5 {
font-family: "times new roman", times, serif;
text-align: center;
color: #000;
background: #fff;
}

h5.tal {
font-family: georgia, "times new roman", times, serif;
color: #000;
background: #fff;
text-align: left;
}

h5.tal a:link, h5.tal a:active, h5.tal a:visited {
color: #00f;
background: #eee;
}

h5.tal a:hover, h5.tal a:focus {
color: #fff;
background: #00f;
}

input, textarea {
font-family: georgia, "times new roman", times, serif;
font-size: 12px;
font-weight: 400;
color: #000000;
background: #fff;
}

caption {
font-size: 11pt;
font-weight: 700;
text-align: center;
}

p,td,blockquote,ul,ol,dl,option,div,caption {
font-family: georgia, "times new roman", times, serif;
font-size: 15px;
}

#indhold a:link, #indhold a:visited, #indhold a:active {
text-decoration: none;
color: #00f;
background: #eee;
}

#indhold a:hover {
color: #fff;
background: #00f;
}

img {
border: none;
}

table {
border-collapse: collapse;
margin: auto;
}

td {
vertical-align: top;
border: 1px solid #000;
padding: 3px;
}

img {
border: none;
}

h1 {
font-size: 22pt;
font-weight: 800;
}

h2 {
font-size: 18pt;
font-weight: 800;
}

h3 {
font-size: 14pt;
font-weight: 700;
}

h4 {
font-size: 11pt;
font-weight: 700;
}

h5 {
font-size: 9pt;
font-weight: 400
}

#footer {
margin-bottom: 20px;
}

legend {
font-size: 14px;
font-weight: bold;
margin: 0 5px 0 5px;
}

label {
width: 100px;
float: left;
}

fieldset {
border: 1px solid silver;
padding: 8px;
}

legend {
padding: 0 6px 10px 6px;
}

label {
width: 100px;
font-size: 14px;
margin-left: 8px;
}

input.formular, textarea.formular {
width: 450px;
border: 1px solid #ddd;
font-size: 11px;
font-family: verdana, sans-serif;
margin-bottom: 5px;
}

.knapper {
font-family: verdana, sans-serif;
font-size: 10px;
font-weight: 300;
color: #000000;
background: #c0c0c0;
}

.fl {
float:left;
margin-right: 15px;
margin-top: 0;
}

.fr {
float:right;
margin-left: 15px;
margin-top: 0;
}

.mb15 {
margin-bottom: 15px;
}

.cb {
clear: both;
}

code {
display: block;
padding: 5px;
border: 1px solid #ccc;
margin-bottom: 15px;
color: blue;
background: #ececec;
}

tt {
	color: #00f;
	background: inherit;
	font-family: "courier new", courier, monospace;
	}

.intxt {
	font-family: verdana, sans-serif;
	color: #000;
	background: inherit;
	font-size: 12px;
	}