/* CSS Document */

/*
colours
#e2edff = light blue
#4373c0 = darker blue
#4373C0 = h1 blue
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4373C0;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	padding: 8px 8px 0px;
}
h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	padding: 8px;
}
h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	padding: 8px;
}
h4 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	padding: 8px;
}
hr {
	color: #999999;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 115%;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	text-decoration: none;
	padding: 4px 8px;
}
.projektP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4373C0;
	padding: 4px 8px;
	line-height: 115%;
	font-style: normal;
	font-variant: normal;
}
.tdrightline {
	border-right: 2px dashed #999;
}

.p12 {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.h2textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	padding: 8px;
}
.projektGray12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 115%;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	padding: 4px 8px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	text-decoration: none;
}
#sidebar {
}
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li{
	margin:0;
	padding:0;
	background:url(../bilder/grafik/bt_left_meny_up_down.png)no-repeat left center;
}
#sidebar ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
	line-height:25px;
	margin:0;
	border-bottom:1px solid #fff;
	display:block;
	width:120px;
	padding-left:30px;
	background: url(../bilder/grafik/bt_up_over_down.png);
}
#sidebar ul a:hover{
	background-position:-150px 0px;
	color: #4373C0;
}
#sidebar ul a.current{
	background-position: right top;
	color:#4373C0;
	cursor:default;
}
#sidebar ul a.last {
	border-bottom:none;
}
#ProjNav{
	padding-left: 25px;
}
#ProjNav li{
	float: left;
}
#ProjNav ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}
#ProjNav li a:link,#ProjNav li a:visited{
	background: #4373C0;
	padding: .2em.5em;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #e2edff;
	text-decoration: none;
	line-height: 1.2em;
	margin-right:.5em;
}
#ProjNav li a:hover{
	color:#4373C0;
	background:#fff;
}
#ProjNav li a.current,#ProjNav li a.current:hover,#ProjNav li a.current:active {
	color:#4373C0;
	background:#fff;
	cursor:default;
}
