@charset "utf-8";
/* CSS Document */
/* GENERAL CODE */
html, body, div {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:16px;
	text-align:justify;
}

.rightimg {
	border:0;
	float:right;
	padding:10px 0 20px 20px;
}

/* GENERAL FONTS */

/* GENERAL LINKS */

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* GENERAL INPUT */

input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:5px;
}

textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:5px;
}

.felInput {
	background-color:#bc181f;
	color:#fff;
	border:1px solid #920d13;
}

/* HEADER */

#wrapHeader {
	width:100%;
	background:url(../px/top_bg.jpg) repeat-x top left;
}

#header {
width:700px;
height:115px;
padding:0 150px;
background:url(../px/header.jpg) no-repeat top left;
margin:0 auto;
}

/* MENY */

#meny {
	width:700px;
	height:27px;
	padding:0 150px 8px 150px;
	background:url(../px/menu_bg.jpg) no-repeat top left;
	margin:0 auto;
}

#meny ul {
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}

#meny li {
	list-style:none;
	display:inline;
	color:#dce0df;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	padding:0 0 12px 0;
	margin:0 10px 0 0;
	cursor:pointer;
}

#meny .liActive {
	background:url(../px/menu_arrow.jpg) no-repeat bottom;
}

#meny a {
	color:#dce0df;
	text-decoration:none;
}

/* CONTENT */

#wrapContent {
	width:100%;
	background:url(../px/content_bg.jpg) repeat-x bottom left #d5d5d5;
	padding:10px 0 15px 0;
	overflow:auto;
}

#content {
	width:700px;
	margin:0 auto;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#bc181f;
	padding:0;
	margin:0;
	line-height:30px;
}

.leftdiv {
	float:left;
	width:300px;
}

.rightdiv {
	float:left;
	width:400px;
}

/* BOTTOM */

#bottom {
	width:700px;
	margin:0 auto;
}

.bottomBox {
	width:140px;
	float:left;
	padding-top:10px;
}

#bottom h1 {
	font-size:12px;
	font-weight:bold;
	color:#bc181f;
	padding:0;
	margin:0;
	line-height:25px;
}

#bottom a {
	background:url(../px/toc_arrow.jpg) center left no-repeat;
	padding:0 0 0 10px;
	text-decoration:none;
	color:#000;
}

#bottom a:hover {
	text-decoration:underline;
}