@charset "utf-8";

body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #ddd;
	margin-top: 10px;
}

table {
	padding: 0;
	border-spacing: 0;
	border: none;
}

tr, th, td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

a, a:link, a:visited, a:hover, :link, :visited, :hover {
	color: inherit;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 13px;
}

form, input {
	margin: 0;
	padding: 0;
}

/* structure */

.canvas {
	width: 980px;
	border-width: 0 3px 3px 0;
	border-style: outset;
	border-color: #aaa;
	margin-left: auto;
	margin-right: auto;
}

.top {
	position: relative;
	width: 100%;
	height: 78px;
	background-image: url('/images/toppbakgrund.gif');
	background-color: #900;
	padding-top: 2px;
}

.top_logo {
	position: absolute;
	top: 1px;
	left: 0;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2px;
}

.top_menu {
	width: 780px;
	position: absolute;
	left: 200px;
}

.top_lang {
	position: absolute;
	left: 930px;
	top: 0;
}

.flag {
	margin: 5px;
}

.content_area {
	width: 100%;
	background-color:#fff;
}

.content_area_inner {
	position: relative;
	width: 100%;
	padding: 10px;
}

.bottom {
	position: relative;
	width: 100%;
	height: 18px;
	background-color: #900;
	color: #fff;
	background: url('/images/toppbakgrund.gif');
}

.bottom_text {
	padding: 2px;
}

.bottom_left {
	position: absolute;
	left: 5px;
	width: 45%;
	padding-left: 2px;
}

.bottom_center {
	position: absolute;
	left: 450px;
	width: 15%;
}

.bottom_right {
	position: absolute;
	left: 500px;
	width: auto;
	padding-right: 2px;
}

/* menu styles */

table.menu {
	border-spacing: 1px;
	width: 700px;
}

table.artist_menu {
	border-spacing: 1px;
	width: 700px;
}

.menu_active {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 1px;
	font-weight: 900;
}

.IE_menu_active {
	background-color: #000;
	color: #fff;
	font-weight: 900;
	margin: 0;
	padding: 0;
}

.menu_passive {
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 1px;
	font-weight: 900;
}

.IE_menu_passive {
	background-color: #fff;
	color: #000;
	font-weight: 900;
	margin: 0;
	padding: 0;
}

.artist_menu_active {
	color: #fff;
	text-align: center;
	padding: 1px;
	font-weight: 700;
}

.artist_menu_active .svensk {
	color: #000;
}

.IE_artist_menu_active {
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.IE_artist_menu_active .svensk {
	color: #000;
}

.artist_menu_passive {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 1px;
	font-weight: 700;
}

.artist_menu_passive .svensk {
	background-color: #fff;
	color: #000;
}

.IE_artist_menu_passive {
	background-color: #000;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.IE_artist_menu_passive .svensk {
	background-color: #fff;
	color: #000;
}

/* bio section classes */

.content_left {
	position: relative;
	left: 0;
	float: left;
	width: 160px;
	min-height: 580px;
	margin: 10px;
	border-right: 1px dotted black;
}

.content_right {
	position: relative;
	top: 0;
	left: 170px;
	width: 770px;
	min-height: 580px;
	margin: 10px;
	border-right: 1px dotted black;
}

.menu_left {
	width: 150px;
	height: 580px;
	overflow: auto;
}

.bio {
	
}

.bio_text {
	
}

.bio_photo {
	border: 1px solid black;
}

.bio_author {
	font-weight: bold;
}

.cv_menu {
	margin-top: 50px;
	margin-right: 20px;
	border-top: 1px solid #666;
}

.cv_menu_item {
	font-weight: bold;
	color: #666;
	padding-right: 5px;
}

.cv_menu_item:hover {
	cursor: pointer;
	color: #900;
}

.cv_header {
	color: #f00;
	font-weight: bold;
	font-size: 14px;
}

.cv_byline {
	font-style: italic;
	color: #999;
	text-align: right;
}

.bio_text {
	width: 295px;
}

.content_text {
	width: 400px;
	position: absolute;
	left: 10px;
	padding-left: 10px;
}

.main_flash {
	width: 500px;
	position: absolute;
	left: 10px;
	padding-left: 10px;
}

.gallery_text {
	width: 270px;
	position: absolute;
	left: 10px;
	padding-left: 10px;
}

.adress_text {
	border-spacing: 20px;
	width: 400px;
	position: relative;
	left: 0;
}

.contact_form {
	width: 400px;
	padding-top: 10px;
	border-top: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
}

.warning {
	background-color: #999;
	color: #fff;
	padding: 2px;
}

.article_text {
	width: auto;
	position: absolute;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 580px;
	overflow: auto;
}

.article_menu_item {
	font-size: 10px;
	color: #666;
	padding-right: 5px;
	margin-bottom: -2px;
}

.current_article {
	font-weight: bold;
	color: #000;
}

.news {
	width: 200px;
	position: absolute;
	left: 520px;
	padding-left: 10px;
	border-left: 1px dotted black;
}

.works {
	width: 450px;
	min-height: 580px;
	position: relative;
	left: 140px;
	border-left: 1px dotted black;
	padding-left: 10px;
	overflow: auto;
}

.works_grid {
	border-spacing: 10px 0;
	margin-left: auto;
	margin-right: auto;
}

.works_image {
	cursor: pointer;
}

.works_sold {
	position: relative;
	float: left;
	width: 100%;
}

.works_sold .sold {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #900;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

.works_title {
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
}

.exhibition_year {
	font-style: italic;
	margin-bottom: -10px;
}

.exhibition_text {
	font-weight: bold;
	margin-left: 40px;
}

.exhibition_place {
	font-weight: normal;
	font-style: italic;
	color: #999;
	text-align: right;
}

/* general classes */

.center {
	margin-left: auto;
	margin-right: auto;
}

.text_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.full_width {
	width: 100%;
}

.author_layer {
	position: absolute;
	width: 290px;
	height: 580px;
	visibility: hidden;
	padding-right: 10px;
	overflow: auto;
}

.hilite {
	font-weight: bold;
}

.gray {
	color: #999;
}

.white {
	color: #fff;
}

.visible {
	visibility: visible;
}

/* art info classes */

.thdrcell {
	background:#fff;
	font-size:10px;
	color:#000;
	padding:5px;
	border-bottom:1px solid #C8BA92;
	width: 180px;
	border:1px solid #990000;
}
 
.tdatacell {
	background:#900;
	width: 180px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:5px;
	border:1px solid #990000;
}
 
.dvhdr1 {
	background:#f3f0e7;
	font-size:12px;
	font-weight:bold;
	border:1px solid #c8ba92;
	padding:5px;
	width:150px;
}
 
.dvbdy1 {
	background:#fff;
	font-size:12px;
	border-left:1px solid #c8ba92;
	border-right:1px solid #c8ba92;
	border-bottom:1px solid #c8ba92;
	padding:5px;
	width:150px;
}
 
.dogvdvhdr {
	width:300px;
	background:#c4d5e3;
	border:1px solid #c4d5e3;
	font-weight:bold;
	padding:10px;
}
 
.dogvdvbdy {
	width:300px;
	background:#fff;
	border-left:1px solid #c4d5e3;
	border-right:1px solid #c4d5e3;
	border-bottom:1px solid #c4d5e3;
	padding:10px;
}
 
.pgdiv {
	width:320px;
	height:250px;
	background:#e9eff4;
	border:1px solid #c4d5e3;
	padding:10px;
	margin-bottom:20px;
	font-size:12px;
}

/* news classes */

.nyhetsrubrik {
	font-size: 1.5em;
	color: #000;
	font-style: italic;
}

.nyhet {
	color: #c30;
	font-style: italic;
}
