@charset "UTF-8";
/* Johannes Norlander Arkitektur AB CSS */

body {
    padding: 0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	
}
a:link {
	color: #000000;
	text-decoration: none;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border: 0;
}
a:hover {
	text-decoration: none;
	border-bottom:1px dotted #000;
}
a:active {
	text-decoration: none;
	color: #000000;
	border: 0;
	cursor:pointer;
}
/* Typografi */

.Meny {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	text-align: left;
	text-transform:capitalize;
}

.MainEN {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
		text-align: left;
		line-height:15px;
}

.MainTHUMB {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	text-align: left;
	text-transform:uppercase;
	border:0;
}
.MainTHUMB a:link, .MainTHUMB a:active, .MainTHUMB a:visited, MainTHUMB a:hover{
	text-decoration: none;
	border:0;
}

.MainLIST {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height:15px;
}
.MainLIST a:link, .MainLIST a:active, .MainLIST a:visited{
	text-decoration: none;
}
.MainLIST a:hover{
	text-decoration: none;
	border-bottom:1px dotted #000;
	
}
.MainRUB {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	text-transform:capitalize;
}
.Error {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color:#F00;
}
.ProjTXT {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

/* Slideshow */
.controls a:link
{
text-decoration: none;
cursor:pointer;
}
.controls a:visited
{
text-decoration: none;
cursor:pointer;
}
.controls a:hover
{
text-decoration: none;
	border-bottom:1px dotted #000;
cursor:pointer;
}
.controls a:active
{
text-decoration: none;
border-bottom:1px dotted #000;
cursor:pointer;
}
.next {
	cursor: pointer;
    }
.prev {
	cursor: pointer;
	}
.next.disabled {
	cursor: default;
	opacity:0.4;
	filter:alpha(opacity=40); 
}
.prev.disabled {
	cursor: default;
	opacity:0.4;
	filter:alpha(opacity=40); 
}