/* Tak til http://bluerobot.com/ 
og til Dan Cederholm i bogen "Web Standards solutions"
for hjælp til CSS - endelig ser det ud til at lykkes 
at slippe ud af tabellerne*/


/* box, som man sætte indhold i*/
div#box {
	width:300px; height:300px;
	border-width: 5px; border-style: ridge; border-color: silver;
	background-color:transparent; color:gray;
	float:left; margin-right:20px; display:inline;
	}

ul {
	list-style: none;
	}

li {
	background: url(/grafik/gifs/arrow_left_red.gif)no-repeat 0 50%;
	padding-left: 27px;
	font-size: 12px;
	padding-bottom: 6px;
	}

dl	{
	color: #660000;
	}
	
dt	{
	font-weight: bold;
	color: #993333;
  padding-bottom: 12px;
	}
dd	{
	margin-left: 20px;
	padding-left: 30px;
	padding-bottom: 8px;
	color: #999;
	background: url(/grafik/gifs/arrow_left.gif) no-repeat 0;
	}

cite	{
	font-style: italic;
	font-weight: bold;
	color: red;
	background-color: #ddd;
	}

abbr	{
	speak:spell-out;
	}
acronym	{
	speak: normal;
	}
abbr, acronym	{
	border-bottom: 1px dotted;
	cursor: help;
	}		
		
#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #696;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #09c;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #999;
	padding-bottom: 2px;
	background: #fff;
	color: #363;
	}
	
table	{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	}

caption	{
  font-family: georgia, arial, sans-serif;
  color: #993333;
  padding-bottom: 6px;
}
	
th, td	{
	padding: 10px;
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
/* ids fra tabeller*/
#emne	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/question.gif) no-repeat 10px 50%;
	}
#info	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/info.gif) no-repeat 10px 50%;
	}	
#year {
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/calendar.gif) no-repeat 10px 50%;
	}
#plac	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/calculator.gif) no-repeat 10px 50%;
	}
#job	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/wrench_left.gif) no-repeat 10px 50%;
	}
#min,	#komm, #user {
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/user.gif) no-repeat 10px 50%;
	}
#din, #tool	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/wrench_right.gif) no-repeat 10px 50%;
	}

#bistand, #kat	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/shopping_cart.gif) no-repeat 10px 50%;
	}
#artik, #artik1, #artik2, #artik3, #artik4, #artik5, #artik6, #artik7, #artik8, #artik9, #artik10, #artik11, #artik12, #artik13, #artik14, #artik15, #artik16	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/document.gif) no-repeat 10px 50%;
	}
#rode	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/disk.gif) no-repeat 10px 50%;
	}
#uk, #de	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/flag.gif) no-repeat 10px 50%;
	}
#sogn, #herred, #amt, #land, #svar	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/info_red.gif) no-repeat 10px 50%;
	}
#spm	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/question_red.gif) no-repeat 10px 50%;
	}
/* styler informationer i søgeresultater i kirkebøger*/
#kb1, #kb2, #kb3, #kb4, #kb5, #kb6, #kb7, #kb8, #kb9, #kb10, #kb11	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/info_red.gif) no-repeat 10px 50%;
	}

	
/* denne styler dokumentation for FT 1880*/
#li, #pl, #ab, #an, #mk	{
	padding-left: 30px;
	background: #ccc url(../grafik/gifs/info_red.gif) no-repeat 10px 50%;
	}
	
/* slut på ids fra tabeller*/

input	{
	margin: 6px 0;
	}
	
#opret p	{
	margin: 6px 0;
	}

#opret	{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #999;
	}
	
#opret label	{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000
	}
#opret fieldset	{
	border: 1px solid #ccc;
	padding: 0 20px;
	}
#opret legend	{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
	} 

#thyrform p	{
	margin: 6px 0;
	}

#thyrform	{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #999;
	}
	
#thyrform label	{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000
	}
#thyrform fieldset	{
	border: 1px solid #ccc;
	padding: 0 20px;
	}
#thyrform legend	{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
	} 

#sognform p	{
	margin: 6px 0;
	}
	
#sognform	{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #999;
	}
#sognform label	{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	}
#sognform	fieldset{
	border: 1px solid #ccc;
	padding: 0 20px;
	}
#sognform legend	{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
	} 
#name, #email	{
	width: 200px;
	}

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	font: 24px georgia;
	margin:0px 0px 15px 0px;
	padding-left:20px;
	font-weight:900;
	color:#eeeeee;
	background: #468e78;
	}
h2 {
	font: bold 14px georgia, verdana, helvetica, sans-serif;
	color: #369;
	margin:0px 0px 5px 0px;
	padding-bottom: 15px;
	background: url(../grafik/gifs/10x10.gif)  repeat-x bottom;
	}
p {
	font:12px/20px verdana, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}


a {
	color:#09c;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}

a:link {
	color:#09c;
	}
a:visited {color:#07a;}
a:hover	{
	background-color:#eee; 
	border-bottom: 1px dotted blue;
	}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

/* styler kirkebøgernes resultattabeller, ellers kan de ikke være der*/	
.contentkb {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 20px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
/* slut på kirkebøgernes resultattabeller */	

	
#navAlpha {
	position:absolute;
	width:190px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}