/* 
Name: Orient Darban
Verison: 2.0
*/


body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Georgia', Times New Roman, sans-serif;
	font-size: 10pt;
	color: #000;
}

img {
	border: 0;
	margin: 0;
}

#start {
	margin-top: 80px;
	text-align: center;
	margin-bottom: 80px;
}

#page {
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px 20px 20px;
}


#header {
	width: 300px;
	height: auto;
	padding-top: 0;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 0px;
	float: left;
}

#nav {
	width: 590px;
	height: auto;
	padding: 15px 0px 10px 0px;
	margin: 0;
	font-style: italic;
	font-size: 9pt;
	color: #111;
	float: left;
}

#nav ul {
	margin: 0;
	padding: 0px;
	text-align: right;
}

#nav li {
	display: inline;
	margin-right: 20px;
	list-style-type: none;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

#nav li.last {
	margin-right: 0;
	border-right: 0;
}


#flash {
	width: 920px;
	border-top: 10px solid #fff;
	padding: 0;
	height: auto;
	margin-bottom: 10px;
	float: left;
	margin-top: 0px;
	
}

#content {
	width: 580px;
	height: auto;
	padding: 10px 10px 10px 10px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 50px;
}

#indexcontent {
	width: 475px;
	height: auto;
	padding: 10px 10px 10px 10px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
}


#indexside {
	width: 400px;
	height: auto;
	padding: 10px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;
}

#sidebar {
	width: 280px;
	height: auto;
	padding: 10px;
	float: left;
	text-align: left;
	margin-top: 0px;
}

#sidenav {
	width: 280px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidenav a {
	background-image: url(images/sidenavbg.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 17px 20px 20px 20px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}

#sidenav a:link {
	color: #1b1b1b;
	text-decoration: none;
}

#sidenav a:visited {
	color: #1b1b1b;
	text-decoration: none;
}

#sidenav a:hover {
	background-image: url(images/sidenavbg_over.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #1b1b1b;
}

#sidfot {
	width: 900px;
	padding: 10px;
	height: auto;
	clear: both;
	border-top: 1px solid #ccc;
}

#fot {
	width: 900px;
	float: left;
	font-family: 'Arial', Verdana, sans-serif;
	font-size: 8pt;
	color: #686868;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
}

/*LÄNKAR, TABELLER, MED MERA*/

a:link {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
	border: 0;
}

a:visited {
	color: #1b1b1b;
	text-decoration: underline;
	border: 0;
}

a:hover {
	color: #ccc;
}

#nav a {
	font-family: Georgia, cursive, Times New Roman, sans-serif;
	font-size: 9pt;
	color: #1b1b1b;
	text-decoration: none;
}

#nav a:visited {
	color: #1b1b1b;
	text-decoration: none;
}

#nav a:hover {
	color: #ccc;
}



/*RUBRIK, BRÖDTEXT, MED MERA*/

.brodtext {
	font-family: Arial, Georgia, Times New Roman, sans-serif;
	font-size: 10pt;
	color: #464646;
	line-height: 22px;
}

.rubrik {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: #1b1b1b;
	line-height: 2px;
	
}

.small {
	font-size: 8pt;
	font-style: italic;
}

.welcome {
	color: #1b1b1b;
	width: 280px;
	font-size: 12pt;
	font-style: italic;
	line-height: 24px;
}