/* general */

body {
	background: #fff url(/upload/bilder/annat förlaget/manniskohamn_bakgrund.jpg) no-repeat scroll top left;
	margin: 20px;
	font-family: verdana, arial, helvetica;
	font-size: 11px;

}

img {
	border: none;
}

#banner {
	min-height: 100px;
}

#leftbanners {
	margin: 100px 0px 100px 0px;
}

#publisherlogo {
	margin: 0px 0px 0px 0px;
}	

#rightRail h1 {
	font-family: Courier New, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 40px;
	padding-left: 10px;
	text-align: left;
}

#rightRail img {
	margin: 0px;
	padding: 15px;
	border: 0px;
}

#maincontainer h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}

#maincontainer h1, #maincontainer p {
	margin: 0px 15px 15px 15px;
}

#maincontainer {
	margin: 0 12px 0 12px;
	background-color:Transparent;
	padding-bottom: 20px;
	color: #000;
	line-height: 1.3em;
}

#columncontainer {
	text-align: center;
	background-color: Transparent;
}

#columncontainer a {
	display: block;
	text-decoration: none;
}

/* column layout */

#container {
	margin-top: 12px;
	background-color: Transparent;
	float: left;
	width: 454px;
	border-left: 148px solid transparent;
	/* The width and color of the left rail */
	border-right: 195px solid transparent;
	/* The width and color of the right rail */
}

#leftRail {
	float: left;
	width: 148px;
	margin-left: -148px;
	position: relative;
}

#center {
	float: left;
	width: 454px;
	margin-right: -454px;
}

#rightRail {
	float: right;
	width: 195px;
	margin-right: -195px;
	position: relative;
}

/* menu navigation */

#navcontainer {
	width: 100%;
	margin-top: -10px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Courier New, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

#navcontainer a {
	display: block;
	background-color: Transparent;
	color: #000;
	padding-left: 10px;
	line-height: 40px;
	font-weight: bold;
	font-size: 17px;
	margin-top: 10px;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: Black;
	color: #fff;
}

/* sub menu navigation */

#subnavcontainer {
	width: 100%;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:Transparent;
}

#subnavcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

#subnavcontainer a {
	display: block;
	background-color:Transparent;
	padding-left: 10px;
	line-height: normal;
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	color: #000;
	text-decoration: none;
}

#subnavcontainer a:hover {
	background-color: #000;
	color: #fff;
}

