/* StyleSheet - Hjemmesideskolen - Erik Ginnerskov */

/**************************************************************/
/* generelle body-definitioner                                */
/**************************************************************/

body {
background-color: #fff;
color: black;
margin: 0px;
padding: 0px;
border: 0px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

#overst {
position: absolute;
top: 0px;
left: 0px;
height: 1px;
width: 1px;
}

img {
border: none;
}

h1, h2 {
font-family: georgia, "times newroman", serif;
}

/**************************************************************/
/* topbar elementer                                           */
/**************************************************************/

#topbar {
position: absolute;
top: 0px;
left: 0px;
height: 80px;
width: 100%;
background-color: #efe;
color: black;
}

#headline {
position: absolute;
top: 12px;
left: 179px;
font-size: 40px;
font-weight: bold;
}

#hl {
color: inherit;
background: #efe url(images/headline3.gif) no-repeat;
}


.knapper {
font-family: verdana, sans-serif;
font-size: 10px;
font-weight: 300;
color: #000;
background: #d4d0c8;
}

/**************************************************************/
/* breadcrumbs                                                */
/**************************************************************/

#toptekst {
position: absolute;
width: 560px;
font-size: 11px;
top: 62px;
left: 180px;
z-index: 6;
}

#topend {
font-weight: 600;
}

a.bclink:link, a.bclink:active, a.bclink:visited {
color: #c00;
background-color: inherit;
font-weight: 300;
font-size: 10px;
text-decoration: none;
}

a.bclink:hover, a.bclink:focus {
color: #ff0;
background-color: #0c0;
}

/**************************************************************/
/* ikoner i topbar                                            */
/**************************************************************/

#icons {
position: absolute;
top: 62px;
left: 10px;
z-index: 6;
}

#icons img {
margin-right: 5px;
}

#xmllnk {
position: absolute;
top: 25px;
left: 626px;
z-index: 6;
}

/**************************************************************/
/* aktive brugere                                             */
/**************************************************************/

#brugere {
position: absolute;
top: 42px;
left: 7px;
font-size: 11px;
}

/**************************************************************/
/* freefind søgning                                           */
/**************************************************************/

#find {
position: absolute;
top: 4px;
left: 7px;
z-index: 6;
width: 160px;
}

#find a:link, #find a:visited, #find a:active {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #c00;
background-color: inherit;
}

#find a:hover, #find a:focus {
color: #ff0;
background-color: #0c0;
}

/**************************************************************/
/* peak counter                                            */
/**************************************************************/

#cnt {
position:absolute;
top:19px;
left:641px;
width:90px;
z-index:5;
}

/**************************************************************/
/* menuens placering og links                                 */
/**************************************************************/

#menu {
position: absolute;
top: 2px;
left: 0px;
padding-top: 80px;
padding-left: 5px;
padding-bottom: 0;
font-family: verdana, arial, sans-serif;
font-size: 10px;
z-index: 5;
}

.menu {
margin-top: 0px;
margin-left: 0;
padding-left: 0px;
}

.menu li {
list-style-type: none;
margin-bottom: 0;
}

#menublok ul.menu li {
display: inline;
width: 165px;
}

#menublok a:link, #menublok a:visited, #menublok a:active {
font-family: verdana, arial, sans-serif;
color: #c00;
background-color: inherit;
text-decoration: none;
font-size: 12px;
margin-left:5px;
padding: 3px;
font-weight: 300;
}

#menublok a:hover, #menublok a:focus {
color: #ff0;
background-color: #0c0;
}

#copyscapeknap {
margin-left: 5px;
}

#query {
margin-top: 0;
}

.ph {
margin-top: 10px;
}

.pj {
margin-top: 4px;
}

/**************************************************************/
/* indholds placering                                         */
/**************************************************************/

#indhold, #searchindhold {
margin-top: 110px;
margin-right: 20px;
padding-left: 20px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #000;
background-color: inherit;
}

/**************************************************************/
/* copyright                                                  */
/**************************************************************/

h5 a:link, h5 a:active, h5 a:visited {
color: #c00;
background-color: inherit;
text-decoration: none;
}

h5 a:hover, h5 a:focus {
color: #ff0;
background-color: #0c0;
}

/**************************************************************/
/* kodeboks                                                   */
/**************************************************************/

code {
font-size: 12px;
color: red;
background-color: #efe;
display: block;
margin-left: 0px;
margin-right: 10px;
margin-top: 1em;
margin-bottom: 1em;
padding: 15px;
border: 3px dotted #aaf9aa;
}

.intxt {
font-family: verdana, arial, sans-serif;
color: black;
background-color: inherit;
}

a.tlink:link, a.tlink:visited, a.tlink:active {
color: #c00;
background-color: inherit;
text-decoration: none;
font-weight: 600;
}

a.tlink:hover {
color: #ff0;
background-color: #0c0;
}

.m10 {
margin-top:10px;
}

.mt {
margin-top: 0;
}

.mb {
margin-bottom: 0;
}

tt {
color: #f00;
background-color: inherit;
}