@charset "utf-8";
/* CSS Document */

/* Browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}



/* My CSS */

body {
	margin: 10px;
	margin-top:0px;
	margin-bottom:20px;
/*	
	background-color:#999;
	background-image:url(bilder/bg4.jpg);
	background-position:center;
*/
	background-color: #f4f5ff;

	font-family: Verdana, sans-serif; 
	font-size: 17px;
	text-align:center;
}

form input {
	background-color: #f4f5ff;
	border: 1px solid #000;
	
}

#merinformation {
	padding:0px;
	margin: 0px;
	border: none;
	background-color: white;
	color:#000099;
	text-decoration: none;
	font-style:italic;
	font-size: 14px;
}

#merinformation:hover {
	color: blue;
}

form textarea {
	background-color: #f4f5ff;
	border: 1px solid #000;
}

fieldset {
	margin:10px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
	border: 1px solid #000;
	background:white;
	margin-top:20px;
}
fieldset legend {
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}
fieldset td {
	vertical-align:middle;
	margin:3px;
	text-align:left;
	height:30px;
	padding-right:10px;
	
}
fieldset div {
	font-size:14px;
	margin-top:20px;
}

fieldset #field_big_text {

}

a {
	color:#000099;
	text-decoration: none;
	font-style:italic;
}

a:hover {
	color: blue;
}


#outerFrame {
	margin:auto;
	width:850px;
}

#topBar {
	height:20px; 
	background:#fff url(bilder/bluefade.jpg) repeat-x top left; 
	border:1px solid #000; 
	border-bottom:none;
}

#topArea {
	padding:10px;
	padding-right:5px;
	padding-bottom:5px;
	background:#fff;
	border-top:none;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	text-align:left;
}


.nfhlogo {
	page-break-after:avoid;
}
.nfhtext {
	margin-bottom:5px;
	margin-left:5px;
}

#middleArea {
	margin:auto;
/*	
	background: #E8EBF0;
	background-image:url(bilder/bgblue.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
*/
	background:#fff;
	
	border: 1px solid #000;
	border-top:none;
	border-bottom:none;
	margin-top:0px;
	padding-top:1px;
}


#innerArea {
	margin:auto;
	text-align:left;
}

#innerArea h1 {
	font-weight:bold;
	margin-top:20px;

	color:#fff;
	padding-top:10px;	
	padding-left:10px;
	padding-bottom:2px;
	display:block;
	background:#fff url(bilder/bluefade2.jpg) repeat-x left top; 
}

.textContainer {
	line-height:19px;
	border:1px solid #000;
	border-bottom:none;
	background: #fcfcff;
	padding:10px;
}

.textContainer ul {
	list-style:disc outside;
	padding-left:15px;
}

.textContainer li {
	margin-bottom:5px;
}

.textContainer img {
border: 2px solid #000;
}


.linkPage {text-align:left;}

.linkPage hr {width:100%;}

.linkPage a {display:block;}

.arrTable {	
	width:100%; 
}

.arrTable td {vertical-align:middle;}

.aptitretare {
	padding-top:3px;
	font-style:italic;
	font-size:14px;
}

.styrelseBild {
	float:right;
	margin-right:50px;
}

.innehallslista {
	text-align:right;
	padding-right:1em;
	padding-bottom:0.15em;
	padding-top:0.15em;
}

#information_sigtuna_2009 {
	padding-top:20px;
	padding-bottom:20px;
}

#information_sigtuna_2009 ul {
	list-style:disc inside;
	padding-left:25px;
}
#information_sigtuna_2009 li {
	padding-top:5px;
	padding-bottom:5px;
}


#bottomArea {
	margin:auto;
	padding-top:0px;
}

#bottomTable {
	margin:auto;
	width:100%;
 	font-size: 13px;
	background: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#bottomTable td {
	padding-top:10px;
	padding-bottom:4px;
}


#bottomTable a:hover {
	color: blue;
}

#validationArea {
	font-size:10px;
	margin-top:5px;
}

#validationArea a {
	
	font-style:normal;
}

/* Menu */

#menycontainer {
	background: transparent url(bilder/bluefade2.jpg) left top repeat-x;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height:30px;
	font-size: 0.8em;
	line-height:35px;
	font-weight:bold;
	text-decoration: none;
}

#menycontainer li{
	display: inline;
	padding-left:0.2em;
	padding-right:0.2em;
}
#menycontainer li#active {
	padding-left:0.1em;
	padding-right:0.1em;
}
#menycontainer a:link{color: #d9dbef;}
#menycontainer a:visited{color: #d9dbef;}
#menycontainer a:hover{color:#fff;}
#menycontainer a#current{color: #fff;font-size: 1.2em;} 

