/* StyleSheet - Hjemmesideskolen - Erik Ginnerskov */

/**************************************************************/
/* generelle body-definitioner                                */
/**************************************************************/

body {
background: #666666;
color: #ffffff;
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;
}

/**************************************************************/
/* menuens placering og links                                 */
/**************************************************************/

#menu {
	position: absolute;
	top: 19px;
	left: 8px;
	padding-top: 80px;
	padding-left: 5px;
	width: 156px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	z-index: 5;
	height: 130px;
}

#menublok a:link, #menublok a:visited, #menublok a:active {
font-family: verdana, arial, sans-serif;
color: #000080;
background: inherit;
display: block;
width: 135px;
text-decoration: none;
font-size: 10px;
padding: 3px;
font-weight: 300;
}

#menublok a:hover, #menublok a:focus {
color: #fff;
background: #00f;
}

/**************************************************************/
/* indholds placering                                         */
/**************************************************************/

#indhold, #searchindhold {
margin-top: 90px;
margin-left: 160px;
padding-right: 20px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
/*color: #000;
background: #fff;*/
}

/**************************************************************/
/* 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: #00c;
background: inherit;
text-decoration: none;
font-size: 12px;
font-weight: 600;
display: inline;
}

a.tlink:hover, a.tlink:focus {
color: #fff;
background: #00f;
}

/**************************************************************/
/* generelle linkdefinitioner                                 */
/**************************************************************/

a:link, a:visited, a:active {
color: #00c;
background: inherit;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #00f;
background: #fff;
}

/**************************************************************/
/* generel typografi i #indhold                               */
/**************************************************************/

h1, h2, h3, h4 {
font-family: arial, "ms sans serif", switzerland, swiss, helvetica, sans-serif;
color: black;
background: #fff;
text-align: center;
}

h1 {
font-size: 25px;
font-weight: 800;
}

h2 {
font-size: 22px;
font-weight: 800;
}

h3 {
font-size: 19px;
font-weight: 700;
}

h4 {
font-size: 16px;
font-weight: 700;
}

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(../g%C3%A6stebog/images/pil.gif);
}

/**************************************************************/
/* elementer i formularer                                     */
/**************************************************************/

fieldset {
border: 1px solid #d6d6ff;
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(../g%C3%A6stebog/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;
}
