* {margin: 0; padding: 0;}

html { background-color: #FFFFFF; }

body
{
	font: 0.75em 'Trebuchet MS', 'Georgia', 'EngraversGothic',sans-serif;
	line-height: 1.7;
	color: #333;
	height: 100%;
}

a:link 		{color: #8A0808;text-decoration: none;}
a:visited	{color: #8A0808;text-decoration: none;}
a:hover		{color: #8A0808;text-decoration: none;}
a:active	{color: #8A0808;text-decoration: none;}
a:focus		{outline: 0;}


img 		{border: none;}

.imgborder
{
	border: 1px solid #d8d8d8;
	padding: 6px;
}

h4
{
	font-size: 1.2em;
	font-weight: normal;
}

#container
{
	margin: 0 auto;
	width: 900px;
	background-color: #ffffff;
	height: 100%;
}

#header
{
	padding: 70px 0px 20px;
	text-align: center;
	font: 3.8125em Verdana, sans-serif;
}

/* ---------------------------   New nav starts here */
.self-clear:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html .self-clear { /* for IE7 */
	min-height: 1px;
}

#nav {
	margin: 0;
	margin-left: 100px;
	padding-left: 0px;	
	list-style: none;
    float: left;
	font-size: 14.3px;
	font-family:   'EngraversGothic',sans-serif;
    letter-spacing: 2px;	
    line-height: 12px;
    padding: 0 9px;
	z-index: 2;
	list-style: none outside none;
}

#nav-div {
	margin: 0px 0 0px 0;
	background-color:#ffffff;
	background-image:none;
	background-repeat:repeat;
	background-position:top left;
	background-attachment:scroll;	
}

#nav ul {
    z-index: 3;
}

#nav li {
    margin-right: 82px;
    padding-top: 1px;
    padding-bottom: 9px;
	float: left;	
}

#nav a {
    z-index: 7;
	color: #333;text-decoration: none;
}

#nav a, #nav li.sfhover {
    display: block;
    cursor: pointer;	
}

#nav li ul {
    background: none repeat scroll 0 0 !important;
    margin-top: 9px;
    left: -999em;
    position: absolute;
    width: 130px;	
	list-style: none outside none;	
	font-size: 0.8em
}

#nav ul li {
    z-index: 4;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

/* ---------------------------   New nav ends here */

#content-container
{
	float: left;
	width: 900px;
	/* border: 1px solid black; */
	background-color: #ffffff;
}

.left-wide
{
	clear: left;
	float: left;
	width: 630px;
	display: inline;
}

.left-narrow
{
	clear: left;
	float: left;
	width: 310px;
	display: inline;
}

.content
{
	margin: 50px 20px 100px;
}

.content_centered
{
	margin: 50px 20px 100px;
	text-align: center;
}

.contentTidigareverk
{
	margin: 50px 20px 100px;
	height: 398px;
	position: relative
}

.contentTidigareverkStillbild
{
	margin: 50px 20px 100px;
	height: 591px;
	position: relative;
}

.contentTidigareverkStillbild300
{
	margin: 50px 20px 100px;
	height: 300px;
	position: relative;
}

.contentTidigareverkStillbild213
{
	margin: 50px 20px 100px;
	height: 213px;
	position: relative;
}

.alignBottom
{
	position: absolute;
	bottom:0px;
}

.right-wide
{
	float: right;
	width: 590px;
	display: inline;
	background-color: #ffffff;
}

.right-narrow
{
	float: right;
	width: 270px;
	display: inline;
}

#footer
{
	clear: left;
	background: #ccc;
	height: 300px;
	background-color: #ffffff;
}

.datum
{ 
	font-size: 12px;
	font-family:   'EngraversGothic',sans-serif;
    letter-spacing: 2px;	
    line-height: 22px;
}

