/** Generell formatering av layout **/
body {     
    background-color: #fff;
}

.page {
	width: 870px;
	padding: 5px 0px;
    border: 0px solid #000;
	background-color: #fff;
	position: relative;
	top: 30px;
}

.meny {
	font-family: Verdana;
	font-size: 0.6em;
	text-align: right;
	position: relative;
	padding-top: 17px;
}

.selfportrait {
	position: relative;
	left: 80px;
	top: -35px;
}

.tborder {
	border: solid 2px;
	color: #ddd;
	width: 870px;
	padding: 10px;
}

.spacer {
	height: 5px;
	padding-top: 0px;
}

#footerRight {
	text-align: right;
}

/** Plassering og størrelse av ramme som holder galleriet **/

.portfolio {
	height: 640px;
	width: 830px;
	position: relative;
	top: 0px;
	left: 4px;
	padding-bottom: 0px;
}

/** Tekst og avsnitt **/

p.logoText {
    font-family: Verdana;
    font-size:.6em;
    font-style: ;
    color:#222;
    position: relative;
    top: -10px;
    left: 1px;
}

p.pageText {
	font-family: Verdana;
    font-size:.6em;
	font-weight: normal;
    color:#222;
}

h1 {
	font-family: Verdana;
    font-size: 1em;
	font-weight: normal;
	margin-bottom: 0px;
    color:#06117d;
}

div.pageVenstre {
    text-align: right;
    margin-right: 5px;
    position: relative;
    top: -50px;
}

div.pageHoyre {
    margin-right: 30px;
    margin-left: 30px;
}

/** Lenker **/

a:link {
        color: #222;
        letter-spacing:0px;
        border-bottom:0px none;
        text-decoration:none;
}

a.noLinkStyle:link {
        border-bottom:0px none;
        text-decoration:none;
}

a.noLinkStyle:visited {
        border-bottom:0px none;
        text-decoration:none;
}

a:visited {
        color: #222;
        letter-spacing:0px;
        border-bottom:0px none;
        text-decoration:none;
}

a:active {
        background-color: #fff;
        text-decoration:none;
}

a:hover {
		background-color: #fff;
        color: #ff9900;
        text-decoration: none;
        border-bottom: 0px;
}

