body, td, button, input, textarea {
	font-family: arial, verdana, sans-serif; 
	font-size: 11px;
} 
 
select, option {
	font-family: arial, verdana, sans-serif; 
	font-size: 11px;
}
 
a {
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #336699;	 
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.width100persent
{
	width: 100%;
}

.width98persent
{
	width: 98%;
}

.width95persent
{
	width: 95%;
}

.width225
{
	width: 225px;
}
.width200
{
	width: 200px;
}
.width190
{
	width: 190px;
}
.width170
{
	width: 170px;
}
.width150
{
	width: 150px;
}

/*
border color from x-panel border-color
background from ul.x-tab-strip-top background
*/
input.btn 
{
    border: solid 1px #99bbe8;
    background-color: #cedff5;
    font-weight: bold;
}

div.header {
	width: 100%; 
	background-color: #5e83b7;
	height: 46px; 
}

p.logo {
	float: left;
	padding: 0px; 
	margin: 0px;
}
#placeAddrSearch {
	margin-top: 0;
	position: relative;
	background-color: white;
	border: solid 1px #C8C8C8;
}

.textinput.placeAddrSearch  { color: #A8B2AC; }

p.sprakvalg {
	float:right; 
	padding: 0px;
	margin: 0px;
}

a.spraklenker {
	color: #fff;
	font-weight: bold; 
	text-decoration: none;
}
#placeAddrSearch input#searchInput {
	margin: 0;
	border-width: 0;
	padding: 2px;
	font-size: 12px;
	width: 72%;
	background-color: transparent;
}
/* OVERRIDDEN BY COMPLIANT BROWSERS */
#placeAddrSearch button#searchButton {
	margin: 0;
	padding: 2px;
	width: 12%;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/search-field-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#placeAddrSearch button#virtualKeyboardButton {
	margin: 0;
	padding: 2px;
	width: 12%;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/virtualKeyboard-simplesearch.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#placeAddrSearch button#virtualKeyboardButton_samisk {
	margin: 0;
	padding: 2px;
	width: 12%;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/virtualKeyboard_samisk-simplesearch.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* IGNORED BY IE6 */
#placeAddrSearch > button#searchButton {
	height: 100%;
}


/* Nye menyvalg */

strong {
 	font-weight: bold;
}

.kis_button, div.kis_button_loggut {
        clear: both;
}
    
.kis_button a {
       color: #000;
       background-color: #cedff5;
       border-color: #99bbe8;
       border-style: solid;
       border-width: 1px 2px 2px 1px;
       margin-top: 20px;
       margin-left: 10px;
       display: block;
       float: left;
       text-decoration: none;
       width: 200px;
       font-size: 13px;
       padding: 5px;
}
    
.kis_button_loggut a {
       color: #000;
       background-color: #f08080;
       border-color: #aaa;
       border-style: solid;
       border-width: 1px 2px 2px 1px;
       margin-left: 10px;
       margin-top: 40px;
       margin-bottom: 40px;
       display: block;
       float: left;
       text-decoration: none;
       width: 200px;
       font-size: 13px;
       padding: 5px;
}
    
.kis_button a:hover {
        background-color: #a2abb8;
        border: 1px solid #000;
        text-decoration: underline; 
}
    
.kis_button_loggut a:hover {
        background-color: #b47575;
        border: 1px solid #000;
        text-decoration: underline; 
}

p.hjelp_tekst, p.hjelp_tekst a { 
	font-size: 14px;
	font-weight: bold;
}

/* NRK-klipp */
div.view_result {
	margin-bottom: 25px;
}

div.infowin {
	height: 100%;
	width: 300px;
}
    

