﻿@import url(fonts.css);
@import url(navigation.css);



/* CSS FOR NØSTE MITT */





* {
margin:0; 
padding: 0;
font-family: 'Trebuchet MS', Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size: 13px;
color: #411d27;
}
body {
background: #efefef;
}



#surroundWrap {
margin: 20px 0 0 40px;
width: 960px;
height: 100%;
display: block;
background: #fff;
border: 1px solid #ccc;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}
#logoWrap {
width: 100%;
height: auto;
}
#logo {
width: 250px;
height: 140px;
float: left;
margin-left: 10px;
background: url('images/logowebstor250.jpg') no-repeat;
}
/*
#logo img {
width: 200px;
height: 108px;
}
*/


#logo a {
width: 400px;
height: 158px;
cursor: pointer;
}
#logo a h1 {
text-indent: -9998px;
}




#searchMenu {
width: 350px;
padding: 70px 20px 0 0;
height: auto;
float: right;
text-align: right;
color: #ccc;
}






#searchMenu .searchInput {
width: 160px;
border: 1px solid #5966ac;
height: 20px;
}















#searchMenu .searchSubmit {
width: 60px;
border: 1px solid #5966ac;
background: #5966ac;
color: yellow;
height: 22px;
cursor: pointer;
}















#searchMenu .searchSubmit:hover {
background: #7f314c;
border: 1px solid #7f31fc;
}















#searchMenu a {
color: #999;
font-size: 11px;
text-decoration: none;
}















#searchMenu a:hover {
color: #5966ac;
text-decoration: underline;
}















/* ********** CONTENT **************************************************************** */















#contentWrap {
width: 940px;
height: auto;
margin: 16px 18px 16px 18px;
}














#content {
width: 720px;
float: left;
}
div.contentLeft {
float: left;
width: 500px;
}
div.contentRight {
float: right;
width: 200px;
}



#footer {
width: 100%;
text-align: center;
font-size: 11px;
color: #999;
border-top: 2px solid maroon;
padding: 10px 0 10px;
}
#footer p, #footer a{
font-size: 11px;
color: #999;
}




div.clear {
clear: both;
}
