/****************************************************
 * Stilark for artphoto.no                          *
 * Utviklet av Andreas Stjernvang - newdirection.no *
 * All rights reserved                              *
 ****************************************************/

/* ---------- Generell formatering ---------- */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align:center;
}

h1 {
	font-size: 18px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}


/* ---------- Linker ---------- */

a {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a.hovedlink {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover.hovedlink {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.underlink {
	color: #333333;
	text-decoration: none;
}

a:hover.underlink {
	color: #999999;
	text-decoration: none;
}

#underHoved a {
	color: #999999;
	text-decoration: underline;
}

#underHoved a:hover {
	color: #999999;
	text-decoration: none;
}


/* ---------- Klasser ---------- */

.nolink {
	color: #CCCCCC;
	font-weight: bold;
}

.hvitLink {
	font-weight: bold;
	text-decoration: none;
}


/* ---------- Identifiers ---------- */

#ramme {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 550px;
	margin-left: -450px;
	margin-top: -275px;
	z-index:1;
}

#bakgrunn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	heigth: 550px
	z-index: 2;
}


#meny {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 150px;
	text-align: right;
	z-index: 3;
}

#copyright {
	position: absolute;
	left: -30px;
	top: 505px;
	width: 200px;
	text-align: right;
	z-index: 4;
}

#start {
	position: absolute;
	top: 5;
	left: 188;
	width: 694px;
	height: 540px;
	z-index: 5;
}

#tekstHoved {
	position: absolute;
	left: 215px;
	top: 30px;
	width: 640px;
	text-align: left;
	z-index: 5;
	height: 430px;

}

#bildeHoved {
	position: absolute;
	left: 215px;
	top: 40px;
	width: 640px;
	height: 430px;
	text-align: left;
	z-index: 5;
}

#underHoved {
	position: absolute;
	left: 215px;
	top: 510px;
	width: 640px;
	height: 20px;
	text-align: center;
	z-index: 6;
}