* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Trebuchet MS, arial, sans-serif;
}

body {
	background: #fff;
}

.indeks {
	background: #000 url(webgrafikk/dadaforsidebak.png) 50% 0 no-repeat fixed;
}

h1 {
	font-size: 32px;
}

p {
	font-size: 16px;
}

a {
	text-decoration: underline;
}

a:link {
	color: #D14843;
}

a:visited {
	color: #D14843;
}

a:hover {
	color: #000;
}

a:active {
	color: #ccc;
}

.venstre {
	float: left;
}

.hoyre {
	float: right;
}

.margin16 {
	margin: 16px;
}

.margin32 {
	margin: 32px;
}

/*Hovedfeltet, felles på alle undersidene*/
#hoved {
	background: #fff url(webgrafikk/dadahovedbak.png) 50% 0 no-repeat fixed;
	margin-left: 256px;
	margin-right: 0;
	padding: 50px;
	padding-bottom: 150px;
	color: #000;
}

#hoved h1 {
	padding: 16px;
	margin-top: 132px;
	margin-left: 8px;
	color: #705735;
}

#hoved h2 {
	padding: 8px;
	margin-left: 8px;
	color: #705735;
}

#hoved hr {
	height: 2px;
	color: #c33;
	background-color: #c33;
	width: 100%;
}

#hoved li {
	list-style-type: none;
	margin-left: 24px;
}

#hoved img {
	border: 1px solid;
	/*display: block;
	height: 170px;
	width: 200px;*/
}

/*prøve å få title under hvert bilde, uten at det bare blir rot, grrrg....er dette valid egentlig?*/
/*img[title]:after {
	content: attr(title);
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background: #ccc;
}*/

/* sidebaren med litt kort info, felles på alle undersidene */
#sidebar {
	position: fixed;
	top: 32px;
	left: 0;
	bottom: 32px;
	width: 256px;
	color: #ccc;
	background-color: #999;
}

/*unike bilder for sidebaren på hver side*/
.mappebar {
	background: url(webgrafikk/galleridadaph.png) 50% 95% no-repeat;
}

.linkebar {
	background: url(webgrafikk/linkedadaph.png) 50% 95% no-repeat;
}

.megbar {
	background: url(webgrafikk/megdadaph.png) 50% 95% no-repeat;
}

.tankebar {
	background: url(webgrafikk/tankedadaph.png) 50% 95% no-repeat;
}


#sidebar h1 {
	font-size: 20px;
	padding: 12px;
	margin-left: 8px;
}


#sidebar p {
	font-size: 14px;
	padding: 12px;
	font-weight: bold;
	background-color: #999;
}

/* enkeltbilde i galleriet, forrige og neste-knapper, pluss en hover-knapp med beskrivelse */
#galleribilde {
	width: 100%;
	top: 0;
	bottom: 0;
	color: #000;
	background: #fff;
	text-align: center;
	padding-bottom: 100px;
}

#galleribilde h2 {
	margin-top: 32px;
	padding: 8px;
}

#galleribilde img {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
}

#galleribilde hr {
	height: 2px;
	color: #c33;
	background-color: #c33;
	width: 100%;
	margin-bottom: 8px;
}

#galleribilde p {
	margin-left: 10%;
	margin-right: 10%;
	color: #000;
	background-color: #ccc;
	border: 1px solid #999;
}


/* footeren skal se ut som linja nederst i windows, start-knapp tydelig merket meny til venstre, kan bytte til "ie-vennlig" CSS omtrent tom ,copyright symbol med hover, siste oppdatering til høyre */
#footer {
/*legg inn gradering: ? */
	background: #ff3 url(webgrafikk/gullgradering.png);
	height: 32px;
	width: 100%;
	bottom: 0;
	position: fixed;
}


/* startbildet og lukk-knappene */

.startbilde {
	cursor: default;
	margin: 2px;
	width: 100px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #c33;
	border-bottom: 2px solid #c33;
	padding: 2px;
	color: #c33;
	background-color: #ccc;
}

.lukkeknapp {
	float: right;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #c33;
	border-bottom: 2px solid #c33;
	padding: 2px;
	color: #c33;
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
}

.lukkeknapp p {
	padding-right: 16px;
}

.lukkeknapp:hover {
	border-left: 2px solid #300;
	border-top: 2px solid #300;
	color: #ff3;
	background-color: #999;
}

.lukkeknapp a {
	text-decoration: none;
	cursor: default;
	color: #c33;
}

.lukkeknapp:hover a {
	color: #ff3;
}


/*infoflekken til høyre:*/
#info {
	cursor: default;
	float: right;
	padding: 2px;
	margin: 2px;
	border: 2px solid #c33;
	color: #ff3;
	background-color: #999;
	font-weight: bold;
}

.infoboks {
	position: absolute;
	right: 999em;
	height: 0;
	width: 300px;
	background: #ffdecc url(webgrafikk/bruninfoboks.png);
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

.infoboks li {
	display: inline;
}

.infoboks a {
	text-decoration: none;
}

.infoboks a:link {
	color: #000;
}

.infoboks a:visited {
	color: #000;
}

.infoboks a:hover {
	color: #fff;
	background-color: #c33;
}

.infoboks a:active {
	color: #fff;
	background-color: #c33;
}

#info:hover .infoboks {
	right: 32px;
	height: 220px;
	bottom: 30px;
	border: 1px solid #c33;
	padding: 16px;
}

/* menyen, skal kalles "MENY" for enkelhet, men navigeres som Start-menyen i Windows */
#meny {
	float: left;
	font-weight: bold;
}

#meny ul {
	position: absolute;
	left: -999em;
	height: 0;
	width: 200px;
	background: #ffdecc url(webgrafikk/brunmeny.png);
	list-style: none;
	overflow: hidden;
}

#meny:hover ul {
	left: 0;
	bottom: 30px;
	height: 320px;
	border: 1px solid #c33;
}

#meny:hover .startbilde {
	border-left: 2px solid #300;
	border-top: 2px solid #300;
	color: #ff3;
	background-color: #999;
}

#meny a {
	text-decoration: none;
	display: block;
	height: 32px;
	padding: 8px;
	margin: 4px;
}

#meny a:link {
	color: #000;
}

#meny a:visited {
	color: #000;
}

#meny a:hover {
	color: #fff;
	background-color: #c33;
}

#meny a:active {
	color: #fff;
	background-color: #99c;
}

#meny img {
	padding-right: 8px;
}

/* toppfeltet, unik linje tekst per side, skal se ut som toppen i et Windows-program, med X-knapp som tar deg tilbake til Index eller galleri. ikke synlig på index */
#toppfelt {
/*gradering?*/
	background: #ff3 url(webgrafikk/gullgradering.png);
	height: 32px;
	width: 100%;
	top: 0;
	position: fixed;
}

#toppfelt p {
	color: #fff;
	padding-left: 16px;
	font-weight: bold;
}

