/**************************
 * CSS-fil för NOFS.org   *
 **************************/

/* Huvudstyles */
* {
  margin: 0px;
  padding: 0px;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 15px 0px 15px 0px;
	background: url('/bilder/nofsBg.png');
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}
table, tr, td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}
input, select, textarea {
	width: 75px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #db7372;
	margin-bottom: 4px;
}
b {
	color: #2b0302;
}
form {
	padding: 0px;
	margin: 0px;
}
ul {
  margin: 3px 0px;
}
li {
  margin-left: 15px;
  padding: 2px 0px;
}

/* LÄNKAR */
a:link {								text-decoration: none; color: #ab4342; font-weight: bold; }
a:visited {								text-decoration: none; color: #8b2322; font-weight: bold; }
a:hover, a:active {						text-decoration: underline; color: #000000; }

a.smallLink:link, a.smallLink:visited { text-decoration: none; color: #ab4342; font-weight: normal; }
a.smallLink:hover, a.smallLink:active { text-decoration: underline; color: #000000; }


/* Sidstyles */
.pageTop {
  width: 736px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: bottom center;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bilder/nofsBorderTop.png');
}
.pageTop[class] {
  background-image: url('/bilder/nofsBorderTop.png');
}
.pageContent {
  width: 736px;
  background-repeat: repeat-y;
  background-position: top center;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/bilder/nofsBorderSide.png');
}
.pageContent[class] {
  background-image: url('/bilder/nofsBorderSide.png');
}
.pageBottom {
  height: 12px;
  width: 736px;
  background-repeat: no-repeat;
  background-position: top center;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bilder/nofsBorderBottom.png');
}
.pageBottom[class] {
  background-image: url('/bilder/nofsBorderBottom.png');
}
.pageNordic {
	background: url('/bilder/nofsNordic.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	padding: 20px 20px 10px 62px;
  text-align: left;
}

.alphaLogotype {
	width: 91px;
	height: 35px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bilder/nofsLogotype.png');
	position: absolute;
	top: -6px;
	left: 550px;
}

.pinkLine {
	height: 1px;
	background-color: #db7372;
}
.grayLine {
	height: 1px;
	background-color: #bbe3e2;
}
.menuCell {
	padding: 4px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.footerDiv {
	float: left;
	width: 125px;
	text-align: left;
}
.footerDiv2 {
	float: left;
	width: 175px;
	text-align: left;
}

b.footer {
	color: #666666;
}