/* Layout */

body {
	background-image: url('../images/background.png'); 
	background-repeat: repeat-y;
	height: 100%;
	font-size: 0.8em;
}

#wrapper {
	width: 1024px;
	min-width: 1024px;
	max-width: 1024px;
	height: 100%;
	min-height: 1048px;
	background-image: url(../images/backgrounds/krone.png);
	background-position: top left;
	background-attachment: fixed;
}

#sitemast {
	height: 150px;
	background-repeat: no-repeat;
	background-position:  217px 0;
}

#header {
	width: 161px;
	height: 57px;
	font-size: 1px; 
	color: #FDB933;
	position: absolute;
	left: 35px;
	top: 93px;	
	background: url(../images/frivillig-for-alvor.png) no-repeat;
	text-indent: -100px;
	cursor: pointer;
}
	
#navigation {
	list-style: none;
	width: 215px;
	max-width: 215px;
	min-width: 215px;
	position: absolute;
	top: 240px;
	left: 35px;
}

#navigation li {
	line-height: 1.38em;
}

#pageheader {
	position: absolute;
	top: 215px;
	left: 248px;
	text-indent: 102px;
	font-size: 1.51em;
	font-weight: bold;
	background-image: url('../images/arrow.png');
	height: 67px;
	width: 508px;
	max-width: 508px;
	background-repeat: no-repeat;
	background-position:  0px 0px;	
	padding-top: 20px;
	
}
#pageheader h2 {
	font-weight: bolder;
}

#content {
	width: 430px;
	min-width: 430px;
	max-width: 430px;
	position: absolute;
	top: 280px;
	left: 350px;
}

.vcard {
	width: 215px;
	min-width: 215px;
	max-width: 215px;
	height: 100px;
	min-height: 100px;
	position: absolute;
	top: 590px;
	left: 35px;	
}

.org {
	width: 152px;
	height: 54px;
	background-image: url(../images/beredskabsstyrelsen.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 1px; 
	color: #FDB933;
	text-indent: -100px;
	margin-bottom: 18px;
	cursor: pointer;
}

.street-address, .postal-code, a.email {
	text-indent: 3px;
}

#addressheader {
	display: none;
}

#searchfield {
	border-style: solid;
	border-width: 1px;
	font-family:  verdana, helvetica, arial, sans-serif;
	width: 120px;
}

#badtable tr { 
	position: absolute;
	top: 60px;
	left: 350px;
	margin: 0px;
}

#badtable tr td {
	margin-right: 20px;
}

/* skip links */ 
.skipper {
	display: none !important;
}

/* Text related styles */
strong {
	font-weight: bold;
}

p { 
	margin-bottom: 1.5em;
	line-height: 1.3em;
}

a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


/* navigation links */

a.menu 		{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited 	{
	text-decoration: none;
}

a.menu:hover 	{
	text-decoration: none;
}

a.menu:active 	{
	text-decoration: none;
}

a.menuison {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.menuison:visited {
	text-decoration: none;
}

a.menuison:hover {
	text-decoration: none;
}

a.menuison:active 	{
	text-decoration: none;
}

a.submenu 		{
	padding-left: 15px;
	text-decoration: none;
}

a.submenu:visited 	{
	text-decoration: none;
}

a.submenu:hover 	{
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	text-decoration: none;
}

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

.submenuison {
	color: #000;
	text-decoration: none;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 15px;
}

a.submenuison 	{
	text-decoration: none;
}

a.submenuison:visited 	{
	text-decoration: none;
}

a.submenuison:hover 	{
	text-decoration: none;
}

a.submenuison:active 	{
	text-decoration: none;
}

/* secondary navigation begins */

#secondarynavigation {
	position: absolute;
	top: 160px;
	left: 800px;
	list-style-: none;
	display: inline;
	padding-bottom: 3px;
}

#secondarynavigation li {
	display: inline;
	margin-right: 10px;
	text-align: center;
}

#secondarynavigation li a {
	padding: 2px;
	border-bottom: 0px solid #000;		
	text-decoration: none;
}

#secondarynavigation li a:hover{
	color: #FDB933;	
}

/* secondary navigation ends */
