/* ========= style_index.css =========*/



/* ====== start projects UL ====== */
#rightcol #projekter {
	width: 40.2em;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin-right: 23px;
	margin-left: 23px;
	margin-top: -1em;
}

#rightcol #projekter li {
	list-style: none;
	color: #336666;
	margin: 0 0 0.2em 0;
	}

#rightcol #projekter li a {
	display: block;
	text-decoration: none;
	color: #333366;
	font-style: italic;
	font-size: 1.2em;
	background: #b9c2a0 url(img/bgprojecttab.jpg) no-repeat;
	padding: 0.5em 0 0.5em 10px;
	border-bottom: solid 1px #7f7f80;
	}

#rightcol #projekter li a .dotlink {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333366;
	}
	
#rightcol #projekter li a:hover .dotlink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336666;
	}

#rightcol #projekter li a:hover {
	color: #333366;
	background-color: #ece8c9;
	background-image: url(img/bgprojecttabhover.jpg);
	}

.dotlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	}

.projexp {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	margin-left: 22px;
	line-height: 1.5em;
	}
/* ====== end projects UL ====== */
