/***  Overordnet oppsett ***/

.body {
}

a:link    { color: #CFCFCF;}
a:visited { color: #CFCFCF;}
a:active  { color: #CFCFCF;}
a:hover   { color: #CFCFCF;}


/***  Spesifikk oppsett ***/

.logo {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 110px;
	background-image: url(../bilder-oppsett/krittstrek_innlegg.png);
	filter:alpha(opacity=95);
}

.logo-tekst {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #0000A0;
}

.meny {
    position: absolute;
    top: 150px;
	width: 150px;
	border: 0px;
    width: 135px;
    margin: 15px;
	padding: 0px;
    color: #ffffff;
    font-weight: bold;
	background-image: url(../bilder-oppsett/innlegg_skygge.png);
	filter:alpha(opacity=85);
}

.meny-tekst {
    position: relative;
    text-align: left;
	padding: 7px;
}
.meny-tekst a:link    { color: #ffffff; font-weight: bold; text-decoration: none; }
.meny-tekst a:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
.meny-tekst a:active  { color: #ffffff; font-weight: bold; text-decoration: none; }
.meny-tekst a:hover   { color: #ffffff; font-weight: bold; text-decoration: none; }


.linkmeny {
    position: absolute;
    top: 410px;
	width: 150px;
	border: 0px;
    width: 135px;
    margin: 15px;
	padding: 0px;
    color: #ffffff;
    font-weight: bold;
	background-image: url(../bilder-oppsett/innlegg_skygge.png);
	filter:alpha(opacity=85);
}

.linkmeny-tekst {
    position: relative;
    text-align: center;
	padding: 7px;
}
.linkmeny-tekst-tittel {
    color: #aaaaaa;
    font-weight: none;
    position: relative;
    text-align: center;
	padding: 7px;
}
.linkmeny-tekst a:link    { color: #ffffff; font-weight: bold; text-decoration: none; }
.linkmeny-tekst a:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
.linkmeny-tekst a:active  { color: #ffffff; font-weight: bold; text-decoration: none; }
.linkmeny-tekst a:hover   { color: #ffffff; font-weight: bold; text-decoration: none; }


.galleri {
    position: absolute;
    top: 850px;
	width: 150px;
	border: 0px;
    width: 135px;
    margin: 15px;
	padding: 0px;
    color: #ffffff;
    font-weight: bold;
	background-image: url(../bilder-oppsett/innlegg_skygge.png);
	filter:alpha(opacity=85);
}

.galleri-bilde {
    position: relative;
    text-align: center;
	border: 0px;
	padding: 50px 0px 50px 0px;
}

.galleri-bilde-tekst {
    position: relative;
    text-align: center;
	padding: 7px 0px 0px 0px;
}

.grassteppe {
	width: 100%;
	height: 800px;
	border: 0px;
	padding: 0px;
	background-image: url(../bilder-oppsett/bakgrunn_grass_liten.png);
}

.innleggsliste {
	margin: 0px;
	padding: 0px;
	border: 0px;
    width: 580px;
	height: 400px;
}

.innleggsliste-maal-topp {
	margin: 0px;
	padding: 0px;
	border: 0px;
    width: 120px;
    height: 35px;
	/*background-image: url(../bilder-oppsett/maal_topp.png);*/
}

.innleggsliste-maal-bunn {
	margin: 0px;
	padding: 0px;
	border: 0px;
    width: 120px;
    height: 79px;
	/*background-image: url(../bilder-oppsett/maal_bunn.png);*/
}

.innlegg-tittel-skygge {
	background-image: url(../bilder-oppsett/krittstrek_innlegg.png);
	filter:alpha(opacity=95);
}

.innlegg-tittel {
    position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
    height: 35px;
    text-align: left;
}

.innlegg-tittel-navn {
    width: 100%;
	font-family: monospace;
	font-size: x-large;
	font-weight: bold;
	padding: 1px;
}

.innlegg-tittel-forfatter {
	font-family: monospace;
	font-size: small;
	padding: 1px;
    text-align: left;
}

.innlegg-tittel-tidspunkt {
	font-family: monospace;
	font-size: small;
	padding: 1px;
    text-align: right;
}

.innlegg-innhold-skygge {
	background-image: url(../bilder-oppsett/innlegg_skygge.png);
	filter:alpha(opacity=85);
}

.innlegg-innhold {
    position: relative;
    height: 250px;
	color: #CFCFCF;
	font-family: georgia;
	font-size: medium;
	margin: 0px;
	padding: 4px;
	text-align: top;
	border: 0px;
    text-align: left;
}

.innlegg-bilde {
	margin: 0px;
	padding: 4px;
	border: 0px;
}

.innlegg-bunn {
	margin: 0px;
	padding: 0px;
	border: 0px;
    width: 400px;
    height: 3px;
	background-image: url(../bilder-oppsett/krittstrek_innlegg.png);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity: 0.94;
}

.innlegg-mellomrom {
	margin: 0px;
	padding: 0px;
	border: 0px;
    height: 45px;
}


