
/* generelt */

html, body, div, span, h1, h2, p, 
a, font, img, ol, ul, li,
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

small {
font-size: 9px;
color: #777;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

body {
line-height: 1;
color: #04654c;
background-image: url(../pics/bgaale.gif);
font-family: verdana, trebuchet MS, tahoma, sans-serif;
}



/* divs og tabeller*/

#krop {
width: 951px; 
height: 550px; 
border: 2px white solid; 
background: white;
}

.br {
height: 2px;
background-image: url(../pics/spacer.gif);
}

#navi {
width: 640px;
height: 20px; 
background: #A98C3A;
padding-left: 20px;
color: #FFF;
font-size: 11px;
}

#venstre {
width: 296px;
height: 266px;
background: #eae6ca url(venstre.png) repeat-x;
font-size: 11px;
color: #74643e;
padding-left: 14px;
line-height: 14px;
}

#v_top {
height: 25px;
font-weight: bold;
color: #aa8d3f;
}

#v_midt {
height: 170px;
}

#v_bund {
height: 26px;
}


#broed {
width: 640px;
height: 266px;
font-size: 11px;
padding: 0 20px 5px 20px;
color: #044e3b;
}

/* links */

a:link {
text-decoration: none;
color: #777;
}

a:visited {
text-decoration: none;
color: #777;
}

a:active {
text-decoration: none;
color: #FFF;
}

a:hover {
text-decoration: none;
color: #FFF;
}


#navi a:link {
text-decoration: none;
color: #04654c;
}

#navi a:visited {
text-decoration: none;
color: #04654c;
}

#navi a:active {
text-decoration: none;
color: #000;
}

#navi a:hover {
text-decoration: none;
color: #000;
}
