@charset "utf-8";
/* CSS Document */

body {
	background-color:#e7e7e7;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}

#menu {
width: 150px;
left: 0px;
top: 0px;
color: #ffffff;
background-color: #000000;
position: fixed;
height:100%;
}

#indhold{
left: 150px;
right: 0px;
top: 0px;
background-color: #e7e7e7;
background-position: left top;
color: #000000;
background-repeat: repeat;
position: absolute;
background-attachment:fixed;
height:100%;
}

#indhold1{
	height:100%;
	left: 153px;
	right: 0px;
	top: -1px;
	background-color: #e7e7e7;
	background-position: left top;
	color: #000000;
	background-repeat: repeat;
	position: absolute;
	background-attachment:fixed;

}

.tekst{
margin-left:10px;
margin-right: 10px;
font-size: 14px;
}

.tekst_avl{
margin-left:10px;
margin-right: 10px;
font-size: 12px;
}

#indhold_forside{
left: 150px;
right: 0px;
top: 0px;
height: 100%;
background-position: left top;
color: #000000;
background-color: transparent;
background-repeat: repeat;
position: absolute;
}

.stamtavle{
font-size:14px;
margin-left:15px;
margin-top:15px;

}

th {
text-align: left;
}

hr.brun{
color: #bd9c29;
width: 130px;
margin-left: 3px;
}

hr.avl{
color: #000000;
margin-left: 5px;
margin-right: 5px;
}


.flag{
border: 0px;
float:right;
}

h1 {
font-size:26px;
margin-top: 10px
}

a:link {
	text-decoration:none;
	color: #000000;
	background-color: transparent;
}
a:visited {
	text-decoration:none;
	color: #000000;
	background-color: transparent;
}
a:active {
	text-decoration:none;
	color: #000000;
	background-color: transparent;
}
a:hover {
	text-decoration:none;
	color: #000000;
	background-color: transparent;
}

a.menu_link:link {
	text-decoration:none;
	color: #ffffff;
	background-color: transparent;
}
a.menu_link:visited {
	text-decoration:none;
	color: #ffffff;
	background-color: transparent;
}
a.menu_link:active {
	text-decoration:none;
	color: #ffffff;
	background-color: transparent;
}
a.menu_link:hover {
	text-decoration:none;
	color: #ffffff;
	background-color: transparent;
}