/* Fix PNG's In IE 6 and 5.5 */
img, div { behavior: url(iepngfix.htc) }

/* Main Divides */
body {
	background-color:#2d9be6;
	background-image:URL('/images/bg-main.jpg');
	background-repeat: repeat-x;
	font-family:Arial;
	font-size:14px;
	margin:0;
}
#constraint {
	margin:0 auto;
	width:760px;
}
#header {
	height:215px;
	margin-bottom:10px;	
}
#headerlogo {
	margin-top:50px;
	float:left;
}
#headerimage {
	float:right;
}
#sidebar {
	float:left;
	width:198px;
}
#content {
	width:540px;
	float:right;
}
#contentinside {
	padding-left:10px;
	padding-right:10px;	
	padding-bottom:20px;
	background:#ffffff;
	min-height:600px;
}
#footer {
	clear:both;
	padding-top:10px;
	font-size:12px;	
	text-align:center;
	color:#ffffff;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#ffff99;
}
#copy {
	clear:both;
	text-align:center;
	font-size:11px;
	margin-top:5px;
}

/* Standard Markups */
img {
	display:block
}
p {
	margin:0;
	padding-bottom:15px;
}

/* Navigation Markups */
#sidebarinside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebarinside {
	background-color:#0165aa;
	padding-left:0px;
	color:#ffffff;
	font-family:arial;
}
#sidebarinside a {
	display: block;
	color:#ffffff;
	padding: 1px 12px 2px 6px;
	text-decoration: none;
	font-weight: bold;
}
#sidebarinside a:hover {
	background-color:#ffff99;
	color:#000000;
}

#subsidebarinside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subsidebarinside {
	background-color:#ffffff;
	padding-left:0px;
	font-family:arial;	
}
#subsidebarinside a {
	display: block;
	color:#000000;
	padding: 1px 12px 2px 6px;
	text-decoration: none;
	font-weight: bold;
	border-bottom:1px solid #eeeeee;
}
#subsidebarinside a:hover {
	background-color:#ffff99;
	color:#000000;
}


#subsidebarinside ul a {
	padding-left: 20px;
	font-size:12px;
	font-weight:normal;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}



/* Navigation Rollovers */
#portfolio {
	height:24px;
	width:185px;
	text-indent:10000px;
	overflow:hidden;
	background:url(../images/nav-luftens-aktorer.jpg) top left no-repeat;
	display:block;
}
#portfolio:hover {
	background-position:left bottom;
}

h1 {
	margin-top:0;
	margin-bottom:5px;
	font-size:18px;
	font-family:arial;
	font-weight:normal;
	color:#000000;
	border-bottom:1px solid #666666;
}
h2 {
	margin-top:0;
	margin-bottom:5px;
	font-size:16px;
	font-family:arial;
	border-bottom:1px solid #dddddd;
	font-weight:bold;
}
h2 a {
	text-decoration:none;
}
h3 {
	margin-top:0;
	margin-bottom:2px;
	font-size:16px;
	font-family:arial;
	font-weight:bold;
	color:#000000;
}
a img {
	border: none;
}
a {
	color:#0164a6
}
a:hover {
	color:#990000
}
a.anchor {
	font-weight:bold;
	color:#000000;
}
.box {
	border:1px solid #00365c;
	background:#f8fdff;
	padding:5px;	
}
.small {
	font-size:10px;
}