/* StyleSheet - Hjemmesideskolen - Erik Ginnerskov */

/**************************************************************/
/* generelle body-definitioner                                */
/**************************************************************/

body {
background: #fff url(images/bg.jpg);
color:black;
margin: 0;
padding: 0;
}

#overst {
position: absolute;
top: 0px;
left: 0px;
height: 1px;
width: 1px;
}

.fv {
width: 40.6em;
margin-top:20px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
text-align:left;
padding:0px;
color:black;
background: #fff;
border:solid 1px #666699;
position:relative;
}

/**************************************************************/
/* topbar elementer                                           */
/**************************************************************/

#topbar {
position: absolute;
top: 0px;
left: 0px;
height: 5em;
width: 100%;
background: #ececff;
color: black;
}

#headline {
position: absolute;
top: 0.1em;
left: 4.45em;
font-size: 2.5em;
font-weight: bold;
color: #09f;
background: #ececff;
}

/**************************************************************/
/* breadcrumbs                                                */
/**************************************************************/

.toptekst {
position: absolute;
top: 5em;
left: 15.1em;
width: 38em;
font-size: 0.75em;
}

#topend {
font-weight: 600;
}

a.bclink:link, a.bclink:active, a.bclink:visited {
color: #666;
background: inherit;
font-weight: 300;
font-size: 0.9em;
}

a.bclink:hover, a.bclink:focus {
color: #fff;
background: #00f;
}

/**************************************************************/
/* ikoner i topbar                                            */
/**************************************************************/

#icons {
position: absolute;
top: 62px;
left: 10px;
z-index: 6;
}

/**************************************************************/
/* aktive brugere                                             */
/**************************************************************/

#brugere {
position: absolute;
top: 42px;
left: 7px;
font-size: 0.7em;
}

#icons img {
margin-right: 5px;
}

/**************************************************************/
/* menuens placering og links                                 */
/**************************************************************/

.menu {
position: absolute;
top: 0px;
left: 0px;
padding-top: 5em;
padding-left: 5px;
width: 9em;
font-family: verdana, arial, sans-serif;
font-size: 1em;
z-index: 0;
}

.menu ul {
margin-top: 0;
}

.menu li {
list-style-type: none;
}

#menublok a:link, #menublok a:visited, #menublok a:active {
font-family: verdana, arial, sans-serif;
color: #000080;
display: block;
width: 8.5em;
text-decoration: none;
font-size: 0.8em;
padding: 3px;
background: inherit;
font-weight: 300;
border-bottom: 1px solid #ccf;
}

#menublok a:hover, #menublok a:focus {
color: #fff;
background: #00f;
}

/**************************************************************/
/* indholds placering                                         */
/**************************************************************/

#vfindhold{
padding-left: 10em;
padding-right: 15px;
padding-top: 6em;
font-family: verdana, arial, sans-serif;
font-size: 0.8em;
}

/**************************************************************/
/* definition af float og clear                               */
/**************************************************************/

.fl {
float: left;
margin-right: 15px;
margin-top: 0;
}

.fr {
float: right;
margin-left: 15px;
margin-top: 0;
}

.cb {
clear: both;
}

.cl {
clear: left;
}

.cr {
clear: right;
}

/**************************************************************/
/* hop-op links - hop-ned links                               */
/**************************************************************/

.hop{
width: 45%;
}

.downlinks { 
width: 47%;
float: left;
}

.downlinks ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 0px;
}

.downlinks li {
margin-bottom:0px;
}

.downlinks a {
display: block;
padding: 1px;
width: 90%;
font-weight: 600;
}

.downlinks a:link, .downlinks a:visited {
color: #00c;
background: inherit;
text-decoration: none;
}

.downlinks a:hover, .downlinks a:focus {
color: #fff;
background: #00f;
}

.fl45 {
float: left;
width: 45%;
margin-top: 0;
}

a.jlink:link, a.jlink:visited, a.jlink:active {
font-family: verdana, arial, sans-serif;
color: #00c;
display: block;
width: 95%;
text-decoration: none;
font-size: 1em;
font-weight: 600;
padding: 1px;
background: inherit;
}

a.jlink:hover,a.jlink:focus {
color: #fff;
background: #00f;
}

.jumper {
width: 95%;
}

/**************************************************************/
/* margin-definitioner                                        */
/**************************************************************/

.mb10 {
margin-bottom: 10px;
}

.mt10 {
margin-top: 10px;
}

.mr15 {
margin-right: 15px;
}

.mb {
margin-bottom: 0;
}

.mt {
margin-top: 0;
}

.ma {
margin: auto;
}

/**************************************************************/
/* generelle linkdefinitioner                                 */
/**************************************************************/

a:link, a:visited, a:active {
color: #00c;
background: inherit;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #f00;
background: inherit;
}

/**************************************************************/
/* copyright                                                  */
/**************************************************************/

h5 {
font-family: verdana, sans-serif;
font-size: 0.8em;
font-weight: 400;
color: #999;
background: inherit;
text-align: left;
clear: both;
}

h5 a:link, h5 a:active, h5 a:visited {
color: #999;
background: inherit;
}

h5 a:hover, h5 a:focus {
color: #fff;
background: #00f;
}

/**************************************************************/
/* generel typografi i #indhold                               */
/**************************************************************/

h1 {
font-family: arial, "ms sans serif", switzerland, swiss, helvetica, sans-serif;
text-align: center;
font-size: 1.95em;
font-weight: 800;
}

div, p {
font-family: verdana, arial, sans-serif;
font-size: 1em;
}

code {
font-size: 1.2em;
color: red;
background: #eee;
display: block;
margin-left: 0px;
margin-right: 10px;
margin-top: 1em;
margin-bottom: 1em;
padding: 15px;
border: solid 1px #999;
}

tt {
color: #f00;
background: inherit;
font-size: 1.2em;
}

pre {
font-family: "courier new", courier, monospace;
color: #f00;
background: #eee;
font-size: 1.1em;
margin-left: 0px;
margin-right: 10px;
padding: 15px;
border: solid 1px #999;
}

img {
border: none;
}

.db {
display: block;
}

.u {
text-decoration: underline;
}

/**************************************************************/
/* diverse tekstjusteringer                                   */
/**************************************************************/

.just {
text-align: justify;
}

.midt {
text-align: center;
}

.hoj {
text-align: right;
}

.ven {
text-align: left;
}

.ind {
text-align: center;
vertical-align: middle;
}

.ned {
vertical-align: bottom;
}

.w400 {
width: 400px;
margin-top: 15px;
}

.op {
height: 17px;
width: 46px;
}


