/*this is my over all working sheet, controls all pages.*/
body { font-size: 90%; font-family: Arial, sans-serif; margin: 0; padding: 0 }
/*code for all layers. layers can be controlled from here. i don't have to access each page to move layers around if i so please.*/
/*<agl.folder "layer relateret" ">*/
	#indhold { visibility: visible; display: block; position: absolute; z-index: 3; top: 110px; left: 20px; width: 75%; height: auto }
	#indhold li { color: black; font-size: 12px; font-family: monospace, sans-serif; font-weight: bold; line-height: 16px; background-color: transparent; list-style-type: square; margin-left: 75px }
	#menu { visibility: visible; display: block; margin-left: 0; position: absolute; z-index: 2; top: 110px; right: 0; width: 22%; height: auto }
	#menu p { font-style: italic; margin-left: 5px }
	#menu li { line-height: 1.5em; margin-right: 5px; margin-left: 5px }
	#head { background-image: url("../img/back_of_sign.gif"); background-repeat: repeat-x; visibility: visible; display: block; position: absolute; top: 0; left: 0; width: 100%; height: auto }
	#head img { float: left }
/*</agl.folder>*/
/*<agl.folder "linkfarver" "code for multiple link colors in menu">*/
	/*code for multiple link colors in menu*/
	/*main link colors*/
	.main a { display: block }
	.main a:link { color: #330; background-color: transparent }
	.main a:visited { color: #330; background-color: transparent }
	.main a:hover, .main a:active { color: #600; text-decoration: none; background-color: #d9d9ba }
	/*gl5 link colors*/
	.gl5 a { display: block; padding-right: 5px; padding-left: 5px }
	.gl5 a:link { color: #054345; background-color: transparent }
	.gl5 a:visited { color: #888; text-decoration: none; background-color: transparent }
	.gl5 a:hover, .gl5 a:active { color: #600; text-decoration: none; background-color: #e6eeef }
	/*gl 6 link colors*/
	.gl6 a { display: block; padding-right: 5px; padding-left: 5px }
	.gl6 a:link { color: #339; background-color: transparent }
	.gl6 a:visited { color: #888; text-decoration: none; background-color: transparent }
	.gl6 a:hover, .gl6 a:active { color: #600; text-decoration: none; background-color: #e4eee4 }
	/*gl 7 link colors*/
	.gl7 a { display: block; padding-right: 5px; padding-left: 5px }
	.gl7 a:link { color: #8b1f1f; background-color: transparent }
	.gl7 a:visited { color: #888; text-decoration: none; background-color: transparent }
	.gl7 a:hover, .gl7 a:active { color: #600000; text-decoration: none; background-color: #ede1e1 }
	/*prepered for gl8*/
	/*gl 8 link colors
.gl8 a { display:block; padding-right: 5px; padding-left: 5px }
.gl8 a:link { color: #036; background-color: transparent }
.gl8 a:visited { color: #888; background-color: transparent }
.gl8 a:hover, .gl8 a:active { color: #600; background-color: #e5eaf0; text-decoration: none }
*/
	/*the rest of the coding*/
/*</agl.folder>*/
/*<agl.folder "Classes">*/
.copy { color: gray; font-size: 0.8em }
.graakasse { color: black; font-size: 1em; font-family: Times, "Times New Roman", serif; font-style: italic; line-height: 1.6em; background-color: silver; margin-left: 75px; padding: 10px; width: 75%; clear: right; border: solid 3px gray }
.graakasse1 { color: black; font-size: 0.9em; font-family: Arial, sans-serif; line-height: 1.5em; background-color: silver; margin-top: 10px; margin-bottom: 5px; margin-left: 5px; padding: 5px; border: solid 2px }
.head { color: black; font-size: 18px; font-style: italic; font-weight: normal; text-align: center }
.head1 { color: black; font-size: 16px; font-style: italic; line-height: 20px; background-color: transparent }
.ikkevise { display: none }
.vise { display: block }
.kode { color: black; font-size: 12px; font-family: Arial; font-style: italic; margin-left: 75px; padding: 10px; width: 75%; clear: right; border: solid 3px gray }
.kode1 { color: #000000; font-size: 14px; font-family: monospace; background-color: transparent; margin-left: 20px }
.mindre { color: #000000; font-size: 10px; font-family: Arial, sans-serif; background-color: transparent; float: none }
.mindre1 { color: #000000; font-size: 14px; font-family: monospace; background-color: transparent; float: none }
.overskrift, .overskrift1, .overskrift2 { color: black; font-family: Times, "Times New Roman", sans; font-style: italic; background-color: transparent }
.overskrift { font-size: 18px; line-height: 20px; text-align: center }
.overskrift1 { font-size: 16px; font-weight: bold; line-height: 14px; text-align: left; margin: 2px; padding: 3px }
.overskrift2 { font-size: 14px; line-height: 26px; text-decoration: underline; text-align: center; margin-left: -5px }
.tabletext { color: black; font-size: 0.9em; font-family: Arial; line-height: 1.5em }
.text { color: black; font-size: 1em; font-family: Arial, sans-serif; font-weight: bold; line-height: 1.5em; background-color: transparent; margin-left: 15px }
/*</agl.folder>*/
p  { color: black; font-size: 0.9em; font-family: Verdana, Arial, serif; line-height: 1.5em; background-color: transparent; margin-left: 20px }
ol  { list-style-type: none; display: block; margin-left: 0; padding-left: 0 }
a img { cursor: pointer }
img { margin: 5px }
td {color:black;font-size:12px;font-family:Verdana,sans-serif}
h1 { font-size: 1.8em; margin-left: 20px }
.break_clear  { margin-bottom: 10px; clear: both }
