/* StyleSheet - Hjemmesideskolen - Erik Ginnerskov */

/**************************************************************/
/* generelle body-definitioner                                */
/**************************************************************/

body {
background: #fff url(images/bg2.gif) top right repeat-y;
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;
}

/**************************************************************/
/* topbar elementer                                           */
/**************************************************************/

#topbar {
position: absolute;
top: 0px;
left: 0px;
height: 80px;
width: 100%;
background-color: #ffe;
color: black;
}

#headline {
position: absolute;
top: 12px;
left: 179px;
font-size: 40px;
font-weight: bold;
}

#hl {
color: inherit;
background: #ffe url(images/headline2.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: #c00;
background-color: #cc0;
}

/**************************************************************/
/* ikoner i topbar                                            */
/**************************************************************/

#icons {
position: absolute;
top: 62px;
left: 10px;
z-index: 6;
}

#icons img {
margin-right: 5px;
}

#xmllnk {
position: absolute;
top: 25px;
left: 575px;
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: #c00;
background-color: #cc0;
}

/**************************************************************/
/* peak counter                                            */
/**************************************************************/

#cnt {
position:absolute;
top:19px;
left:641px;
width:90px;
z-index:5;
}

/**************************************************************/
/* menuens placering og links                                 */
/**************************************************************/

#menu {
position: absolute;
top: 0px;
right: 0px;
padding-top: 80px;
width: 180px;
padding-left: 5px;
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 a:link, #menublok a:visited, #menublok a:active {
font-family: verdana, arial, sans-serif;
color: #c00;
background-color: inherit;
display: block;
width: 165px;
text-decoration: none;
font-size: 12px;
margin-left:5px;
padding: 3px;
font-weight: 300;
border-bottom: 1px solid #e3e553;
}

#menublok a:hover, #menublok a:focus {
color: #c00;
background-color: #cc0;
}

#copyscapeknap {
margin-left: 5px;
}

/**************************************************************/
/* indholds placering                                         */
/**************************************************************/

#indhold, #searchindhold {
margin-top: 90px;
margin-right: 190px;
padding-left: 20px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #000;
background-color: #fff;
}

/**************************************************************/
/* 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: #c00;
background-color: #cc0;
}

/**************************************************************/
/* kodeboks                                                   */
/**************************************************************/

code {
font-size: 12px;
color: red;
background-color: #ffe;
display: block;
margin-left: 0px;
margin-right: 10px;
margin-top: 1em;
margin-bottom: 1em;
padding: 15px;
border: 1px dashed #cc0;
}

.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: #c00;
background-color: #cc0;
}

.mt {
margin-top: 0;
}

.mb {
margin-bottom: 0;
}

tt {
color: #f00;
background-color: inherit;
}