/* CSS Document
(c) 2008 Atle Lillehovde
atle @ atleillustrasjon.no
 */
*, html {
padding: 0px;
margin: 0px;
}
body {
background: #e1edf9 url(/images/49.jpg) repeat-x;
font-family: Verdana, Sans-serif;
color: #333;
}
#wrapper {
width: 750px;
margin: 0px auto;
position: relative;
}
/*---------------------------Struktur---*/
#logo {
border: none;
margin-bottom: 26px;
}
#sidebar {
padding-top: 20px;
width: 160px;
float: left;
}
#maincontent {
width: 560px;
float: right;
margin: 0px;
padding: 0px;
position: absolute;
right: 0px;
top: 150px;
}
.listing {
float: left;
}
.listing div{
margin: 0px 8px 8px 0px;
float: left;
}
.search_result {
border-bottom: 1px solid #FFF;
padding: 10px 0px;
}
#intro {
width: 558px;
height: 100px;
position: absolute;
border: 1px solid #FFF;
color: #FFF;
right: 0px;
top: 20px;
}
.clear {
clear: both;
}
/*--------------------------------Nav---*/
.globalmenu {
list-style-type: none;
font-size: 16px;
text-transform: uppercase;
color: #3393c1;
background: url(/images/86.gif) repeat-x 0% 100%;
margin-bottom: 30px;
}
.globalmenu a {
color: #3393c1;
text-decoration: none;
}
.globalmenu li {
background: url(/images/86.gif) repeat-x 0% 0%;
line-height: 30px;
}
#submenu {
padding: 0px 0px 5px 0px;
margin: -3px 0px 0px 0px;
}
#submenu li{
line-height: 24px;
padding-left: 9px;
text-transform: none;
list-style-type: none;
background: url(/images/87.gif) no-repeat 0% 50%;
font-size: 14px;
}
#submenu a:hover, .globalmenu a:hover {
color: #004e70;
}
/*------------------------------Typo---*/
p {
font-size: 12px;
line-height: 18px;
padding-bottom: 10px;
}
.ingress p{
font-size: 14px;
line-height: 20px;
padding-bottom: 10px;
margin-top: 10px;
}
#maincontent h2 {
font-weight: normal;
border-bottom: 1px solid #FFF;
padding-bottom: 5px;
margin-bottom: 15px;
color: #0071a2;
font-size: 14px;
}
#maincontent h1 {
font-weight: normal;
border-bottom: 1px solid #FFF;
padding-bottom: 5px;
margin-bottom: 5px;
color: #b81616;
font-size: 16px;
}
#maincontent h1 a {
color: #b81616;
text-decoration: none;
}
#maincontent a {
color: #b81616;
}
#maincontent h2 span, .date a {
color: #b81616;
font-weight: bold;
}
a:hover {
text-decoration: none;
}
.date {
color: #0071a2;
margin-bottom: 10px;
}
#intro p {
font-size: 16px;
line-height: 20px;
padding: 10px;
}
#intro p a{
color: #FFF;
}
/*-------------------------------Img---*/
.detalj img {
margin-bottom: 10px;
}
.listing a img, .search_result a img {
border: 1px solid #75b5d8;
margin-top: 1px;
}
.listing a:hover img, .search_result a:hover img {
border-bottom: 2px solid #75b5d8;
margin-top: 0px;
}
.search_result img {
float: left;
margin-right: 10px;
}
#intro img {
float: right;
margin: -25px 20px 0px 0px;
}
/*-----------------------------Forms---*/
#search input {
width: 160px;
}
#search .button {
margin-top: 8px;
}
