body {
	background: url(../images/back-tile.png) repeat;
}

#wrapper {
	background: url(../images/back_white-burn.png) no-repeat center top;
	min-height: 900px;
	margin: 0 auto;
}
div.articleWrapper {
	width: 505px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 40px
}
#content {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 97px;
	background: url(../images/top.png) no-repeat center top;
}

#searchfield {
	height: 144px;
	background: url(../images/back-searchfield.png) repeat-x top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
}

#searchform {
	margin: 0 auto 0 auto;
	padding-top: 55px;
	width: 505px;
}

#searchfield input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#searchfield #searchbox {
	float: left;
	background: white;
	width: 410px;
	height: 23px;
	margin-bottom: 0;
}

#tagline {
	font-style: oblique; 
	color: #666; 
	float: right; 
	margin-right: 50px; 
	letter-spacing: 1px; 
	font-size: 1.2em;
}

#searchfield #searchbutton {
	height: 30px;
	width: 70px;
	color: #DDD;
	background: url(../images/button-search.png)repeat-x; 
	border: 1px solid #600; 
	outline: none;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 3px #300;
	-webkit-box-shadow: 2px 2px 3px #300;
	box-shadow: 2px 2px 3px #300;
}

#searchfield #searchbutton:hover {
	color: #FFF;
}

#searchfield #searchbutton:active, #searchfield #searchbutton:focus {
	color: #FFF;
	/*padding-top: 2px;*/
	font-size: 1.3em;
	outline: none;
	-moz-box-shadow: 0px 0px 2px #300;
	-webkit-box-shadow: 0px 0px 2px #300;
	box-shadow: 0px 0px 2px #300;
}

.white-back {
	background: transparent url(../images/white-back.png) repeat-y;
}

#geographic {
	width: 505px;
	margin: 40px auto 0 auto;
}

#geographic #breadcrumb {
	/*width: 505px;*/
	height: 20px;
	text-align: left;
	margin-bottom: 10px;
}

#geographic #breadcrumb a {
	text-decoration: none;
}

#geographic #breadcrumb span {
	height: 20px;
	text-align: left;
	float: left;
	padding: 2px 10px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
	background: url(../images/breadcrumb-back.png) repeat-x;
}

#geographic .col {
	width: 155px;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
}

.gutter {
	margin-left: 20px;
}

#menu {
	width: 505px;
	clear: both;
	margin: 0 auto 0 auto;
}

#menu .box {
	text-align: center;
	width: 220px;
	background: #DDD;
	border: 1px solid #BBB;
	padding: 20px 10px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#menu .box a {
	color: black;
	text-decoration: none;
}

#menu .box a:hover {
	color: #900;
}

#menu .box ul {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
	list-style-image: url(../images/arrow.gif) 
}

#footer {
	height: 48px;
	background: url(../images/back-footer.png) no-repeat;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 1em;
}

#footer a:link,#footer a:visited {
	color: #900;
}

.watermark {
	color:#808080;
}

#results {
	width: 673px;
	margin: 0 auto;
}

h2 {
	text-transform: uppercase;
	color: #900;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0 0 0.2em 0;
}


/* SØKERESULTATER */

#searchresults h1{margin-top:5px;}
#searchresults{float:left;display:inline;}
#searchresults hr{float:left;width:673px;margin: 5px 0 !important;margin-bottom: -7px;display:inline;padding:0; color: #EEE; background-color: #EEE;}

	/* pagelinks */	
#searchresults .pagelinks {float: right; }	
#searchresults .pagelinks a{background-color:#b00;border: 1px solid #b00;padding:2px 3px;margin: 0 1px;color:#fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#searchresults .pagelinks .aktiv{background-color:#fff;padding:2px 3px;border: 1px solid #b00;margin: 0 1px;color:#b00; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}


	/* LEGESENTER */

div.legesenter {float:left;width:670;margin: 10px 0; padding: 0;display:inline;}
div.legesenter h2{font-size:9pt;margin-top:0; font-weight: bold; font-size: 1.4em;}
div.legesenter.online h2{color: #600}
div.legesenter h3{font-size:9pt; font-weight:normal;margin-top:0;}
div.online{background-color: #FEE;border:1px solid #900; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }


	/* SMSINFO / TSDINFO (SØKERESULTAT) */
.legesenter{position:relative;}
.legesenter div.smsinfo, .legesenter div.tsdinfo{
	display:none;
	position:absolute;
	bottom: 30px;
	width: 250px;
	background:white;
	padding: 5px;
	border: 1px solid black;
	font-size:1.1em;
	color:black;
} 

.legesenter div.smsinfo{left:-20px;}
.legesenter div.tsdinfo{left:210px;}

.legesenter a:hover div.smsinfo, .legesenter a:hover div.tsdinfo{text-decoration:none;}
.legesenter a.smslink:hover, .legesenter a.tsdlink:hover{cursor:help;}

.legesenter span img{vertical-align:middle;}
.legesenter h3 img{vertical-align:middle;}
.legesenter span.ingen{color:#99a}

.legesenter .left{float:left;width:500px;}
.legesenter .left span.adresse{font-size:1.1em;font-style:normal;}
.legesenter .right{float:right;width:150px;}
.legesenter .right .telefonnummer{margin:0; font-weight: bold; font-size: 11pt;}
.legesenter .underlenker{margin-top:10px;}
.legesenter .kontornavn, .legesenter .adresse, .legesenter .underlenker{float:left;clear:both;}
.legesenter .wrap{ float:left; padding: 10px; width: auto; }

.pagenav{ clear:both; font-size: 1em; font-weight: bold;}
.pagenav a{ text-decoration: none; }

.onlineHeader { padding-bottom: 3px; text-align: center; text-transform: uppercase; color: #FFF; background: #900; padding-top: 2px;}

#searchReview {
    border-bottom: 1px solid rgb(180,180,180);
    margin-bottom: 0px; 
    background-color: rgb(245,245,245); 
    width: 730px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#searchReview  h1 {
    font-size: 1.6em;
    padding: 0;
    margin: 0;
}

