/* StyleSheet - Hjemmesideskolen - Erik Ginnerskov */

/**************************************************************/
/* generelle body-definitioner                                */
/**************************************************************/

body {
background: #DAEAEE;
color: black;
margin: 0px;
padding: 0px;
border: 0px;
font-family: verdana, arial, sans-serif;
font-size: 11px;
}

#overst {
position: absolute;
top: 0px;
left: 0px;
height: 1px;
width: 1px;
}

body, html {
SCROLLBAR-FACE-COLOR: #DAEAEE; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #C9D7DB; 
SCROLLBAR-3DLIGHT-COLOR: #7FA2B0; 
SCROLLBAR-ARROW-COLOR: #7FA2B0; 
SCROLLBAR-TRACK-COLOR: #DAEAEE; 
SCROLLBAR-DARKSHADOW-COLOR: #90ACB7; 
SCROLLBAR-BASE-COLOR: #DAEAEE;
} 

/**************************************************************/
/* menuens placering og links                                 */
/**************************************************************/

#menu {
position: absolute;
top: 10px;
left: 560px;
padding-top: 0px;
padding-left: 0px;
width: 115px;
font-family: verdana, arial, sans-serif;
font-size: 11px;
z-index: 5;
}

#menublok a:link, #menublok a:visited, #menublok a:active {
font-family: verdana, arial, sans-serif;
color: #3F6675;
background: #7FA2B0;
border: solid 1px #FFFFFF;
display: block;
width: 115px;
text-decoration: none;
font-size: 11px;
padding-left: 4px;
padding-top: 2px;
padding-bottom: 2px;
margin-bottom:3px;
font-weight: bold;
}

#menublok a:hover, #menublok a:focus {
color: #fff;
background: #7FA2B0;
}

/**************************************************************/
/* indholds placering                                         */
/**************************************************************/

#indhold, #searchindhold {
margin-top: 80px;
margin-left: 0px;
padding-right: 20px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
/*color: #000;
background: #fff;*/
}

#indhold {
width: 693px;
}

/**************************************************************/
/* 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;
}

/**************************************************************/
/* 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;
}

/**************************************************************/
/* tekstlinks i #indhold                                      */
/**************************************************************/

a.tlink:link, a.tlink:visited, a.tlink:active {
font-family: verdana, arial, sans-serif;
color: #3F6675;
background: inherit;
text-decoration: none;
font-size: 12px;
font-weight: 600;
display: inline;
}

a.tlink:hover, a.tlink:focus {
color: #fff;
background: #7FA2B0;
}

/**************************************************************/
/* generelle linkdefinitioner                                 */
/**************************************************************/

a:link, a:visited, a:active {
color: #3F6675;
background: inherit;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #00f;
background: #fff;
}

/**************************************************************/
/* generel typografi i #indhold                               */
/**************************************************************/

h1, h2, h3, h4 {
font-family: verdana, arial, "ms sans serif", switzerland, swiss, helvetica, sans-serif;
color: 7FA2B0;
background: ;
text-align: left;
}

h1 {
color: #3F6675;
font-size: 20px;
}

h2 {
color: #3F6675;
font-size: 18px;
font-weight: bold;
}

h3 {
color: #3F6675;
font-size: 16px;
font-weight:bold;
}

h4 {
color: #3F6675;
font-size: 14px;
font-weight: bold;
}

img {
border: none;
}

.db {
display: block;
}

.u {
text-decoration: underline;
}

/**************************************************************/
/* typografi lister                                           */
/**************************************************************/

li, dd {
margin-bottom: 10px
}

dt {
margin-bottom: 5px;
}

dd {
margin-left:40px;
}

.firk {
list-style: square;
}

.ring {
list-style: circle;
}

.dec {
list-style: decimal;
}

.a {
list-style: lower-alpha;
}

.r {
list-style: upper-roman;
}

.pil {
list-style: url(images/pil.gif);
}

/**************************************************************/
/* elementer i formularer                                     */
/**************************************************************/

fieldset {
border:1px solid #7FA2B0;
width: 70%;
padding: 15px;
margin-bottom: 10px;
}

legend {
letter-spacing: 3px;
color: black;
background: #fff;
font-weight: bold;
padding: 6px;
}

label {
width: 100px;
color: black;
background: inherit;
float: left;
text-align: left;
}

#t1, #t2, #t3, #t4, #t5, #t11, #t13, #t15, #t16, #t18, #t19, #t20, .t11 {
border: 1px solid #d6d6ff;
width: 300px;
background: #fff;
color: #000;
margin-bottom: 5px;
}

#t4, #t13 {
height: 80px;
overflow: auto;	
}

#t12 {
border: 1px solid #d6d6ff;
background: #fff;
color: #000;
margin-bottom: 5px;
width: 60px;
}

input, textarea {
font-family: verdana, arial, "ms sans serif", sans-serif;
font-size: 10px;
font-weight: 400;
color: #000;
background: #fff;
}

.knapper {
font-family: verdana, sans-serif;
font-size: 10px;
font-weight: 300;
color: #000;
background: #d4d0c8;
}

dl.dlp dt {
color: #000;
background: #fff url(images/pil.gif) no-repeat;
padding-left: 15px;
}

.op {
height: 17px;
width: 46px;
}

.guest {
border: solid 2px #ccc;
padding: 5px;
}

.rt {
color: red;
background: inherit;
}

.gbs {
font-weight: bold;
}

.ikkese {
display: none;
}