@charset "UTF-8";

body {
	padding:0px;
	margin:0px;
	background-color:#F9F9F9;

	}
	
body.index {
	padding:0px;
	margin:0px;
	background-color:#8e8e8e;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}
	
a:hover, a:active {
	text-decoration:underline;
	color:#666666;
	}	

a.text {
	text-decoration:none;
	color:#000000;
	background-color:#e9e9e9;
	}
	
a.text:hover, a:active {
	text-decoration:underline;
	color:#000000;
	}	
	
a.media {
	text-decoration:none;
	text-transform:uppercase;
	color:black;
	background-color:white;
	padding:3px;
	visibility:hidden;
	}
	
a.media:hover {
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	background-color:black;
	}
	
img {
	padding:0px;
	margin:0px;
	border:none;
	}

p {
	font-family: "Monaco", monospace, Arial, Helvetica, sans-serif; 	
	font-size:0.6em;
	color:#000000;
	line-height:1.7em;
	padding:0px;
	margin:0px;
	}
	
ul {
	list-style-type:none;
	text-indent:0em;
	font-family:"Monaco", monospace, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#000000;
	line-height:1.7em;
	padding:0px;
	margin:0px;
	}
	
h1 {
	font: bold 1.8em Helvetica, Arial, sans-serif;
	line-height:1.0em;
	margin:0px 0px 10px -2px;
	color:#000000;
	/*font-weight:lighter;*/
	text-transform:uppercase;
	}
	
h2 {
	font: bold 1.8em Helvetica, Arial, sans-serif;
	line-height:1.0em;
	margin:0px 0px 10px -2px;
	color:#000000;
	/*font-weight:lighter;*/
	text-transform:uppercase;
	}
	
h3 {
	font: bold 1.0em Helvetica, Arial, sans-serif;
	color:#000000;
	margin:0px;
	margin-bottom:10px;
	text-transform:uppercase;
	}
	
.art {
	padding-right:20px;
	padding-bottom:20px;
	}
	
.caption {
	padding-top:5px;
	}
	
.artworks {
	float:left;
	display:block;
	width:210px;
	height:230px;
	background:url(../_img/210x10_grey.jpg) no-repeat;
	padding-top:20px;
	padding-right:20px;
	}
	
	
/* LAYOUT */
	
#frontpage {
	position: absolute;
	left: 49%;
	top: 50%;
	margin-left: -412px;
	margin-top: -80px;
	height: 140px;
	width: 824px;
	}
	
#frontpageMeny {
	position: absolute;
	width: 824px;
	margin-top:25px;
	}
	
#menu {
	background:url(../_img/210x10_grey.jpg) no-repeat;
	padding-top:20px;
	position:absolute;
	display:block;
	width:210px;
	top:0px;
	left:20px;
	}
	
#subMenu {
	background:url(../_img/210x10_grey.jpg) no-repeat;
	padding-top:20px;
	position:absolute;
	display:block;
	width:210px;
	top:0px;
	left:250px;
	}
		
#containerLeft {
	background:url(../_img/210x10_grey.jpg) repeat-x;
	padding-top:20px;
	position:absolute;
	display:block;
	width:440px;
	padding-bottom:20px;
	top:230px;
	left:20px;
	}
	
#containerRight {
	background:url(../_img/210x10_grey.jpg) repeat-x;
	padding-top:20px;
	position:absolute;
	display:block;
	width:440px;
	padding-bottom:20px;
	top:230px;
	left:480px;
	}
	
#containerWide {
	background:url(../_img/210x10_grey.jpg) repeat-x;
	padding-top:20px;position:absolute;
	display:block;
	width:900px;
	padding-bottom:20px;
	top:230px;
	left:20px;
	}

#artContainer {
	position:absolute;
	display:block;
	top:230px;
	left:250px;
	min-height:100px;
	min-width:100px;
	max-width:750px;
	padding-bottom:25px;
	}
	
#artContainer_2 {
	position:absolute;
	display:block;
	top:230px;
	left:250px;
	min-height:100px;
	min-width:100px;
	max-width:750px;
	padding-bottom:25px;
	}
	
#artContainer_installation {
	position:absolute;
	display:block;
	top:230px;
	left:250px;
	min-height:100px;
	min-width:100px;
	max-width:800px;
	padding-bottom:25px;
	visibility: hidden;
	}
	
#artInformationContainer {
	background:url(../_img/210x10_grey.jpg) repeat-x;
	padding-top:20px;
	position:absolute;
	display:block;
	width:210px;
	top:230px;
	left:20px;
	height: 210px;
	}
		
#contentContainer {
	position:absolute;
	display:block;
	width:900px;
	padding-bottom:20px;
	top:230px;
	left:20px;
	}
	
