/* Fjordturar.no
   Copyright Hans Petter Eide - 2006 */
   
body {
		padding: 0;
		margin: 0;
		background-color: #FFFFFF;
}

#wrapper {
		background-image: url(file:///C|/Documents and Settings/Hans Petter/My Documents/Web/fjordturar/images/background.png);
		background-repeat:repeat-x;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		width: 769px;
		height: auto;
		border: solid 1px #87a7b7;
}

/* Norwegian menu */
#navigation-no {
		margin-bottom: -6px;
 		float:left;
		width:100%;
		background: none;
		font-family:Georgia, "Times New Roman", Times, serif;	
		font-size:90%;
		line-height:normal;
}
#navigation-no ul {
		margin:0;
  		padding:10px 22px 0;
  		list-style:none;
}
#navigation-no li {
  		float:left;
  		background:url("../images/left.gif") no-repeat left top;
		margin: 0;
  		margin-left: 5px;
  		padding:0 0 0 9px;
}
#navigation-no a {
  		float:left;
  		display:block;
  		background:url("../images/right.gif") no-repeat right top;
  		padding:5px 15px 4px 6px;
  		text-decoration:none;
  		font-weight:500;
  		color:#333;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation-no a {float:none;}
/* End IE5-Mac hack */
#navigation-no a:hover {
  		color:#333333;
		text-decoration:underline;
}
#navigation-no #current {
  		background-image:url("../images/left_on.gif");
  		border-width:0;
}
#navigation-no #current a {
  		background-image:url("../images/right_on.gif");
  		color:#333;
  		padding-bottom:5px;
}

/* English menu */
#navigation-en {
		margin-bottom: -6px;
 		float:left;
		width:100%;
		background: none;
		font-family:Georgia, "Times New Roman", Times, serif;	
		font-size:90%;
		line-height:normal;
}
#navigation-en ul {
		margin:0;
  		padding:10px 22px 0;
  		list-style:none;
}
#navigation-en li {
  		float:left;
  		background:url("../images/left.gif") no-repeat left top;
		margin: 0;
  		margin-left: 5px;
  		padding:0 0 0 9px;
}
#navigation-en a {
  		float:left;
  		display:block;
  		background:url("../images/right.gif") no-repeat right top;
  		padding:5px 10px 4px 6px;
  		text-decoration:none;
  		font-weight:500;
  		color:#333;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation-en a {float:none;}
/* End IE5-Mac hack */
#navigation-en a:hover {
  		color:#333333;
		text-decoration:underline;
}
#navigation-en #current {
  		background-image:url("../images/left_on.gif");
  		border-width:0;
}
#navigation-en #current a {
  		background-image:url("../images/right_on.gif");
  		color:#333;
  		padding-bottom:5px;
}

/* German menu */
#navigation-de {
		margin-bottom: -6px;
 		float:left;
		width:100%;
		background: none;
		font-family:Georgia, "Times New Roman", Times, serif;	
		font-size:90%;
		line-height:normal;
}
#navigation-de ul {
		margin:0;
  		padding:10px 25px 0;
  		list-style:none;
}
#navigation-de li {
  		float:left;
  		background:url("../images/left.gif") no-repeat left top;
		margin: 0;
  		margin-left: 5px;
  		padding:0 0 0 9px;
}
#navigation-de a {
  		float:left;
  		display:block;
  		background:url("../images/right.gif") no-repeat right top;
  		padding:5px 10px 4px 6px;
  		text-decoration:none;
  		font-weight:500;
  		color:#333;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation-de a {float:none;}
/* End IE5-Mac hack */
#navigation-de a:hover {
  		color:#333333;
		text-decoration:underline;
}
#navigation-de #current {
  		background-image:url("../images/left_on.gif");
  		border-width:0;
}
#navigation-de #current a {
  		background-image:url("../images/right_on.gif");
  		color:#333;
  		padding-bottom:5px;
}

#clearfix {
		clear: both;
}
#content {
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		width: 740px;
		margin-top: 5px;
}

#contenttext h1, h2, h3, h4, h5, h6, #contenttextver h1, h2, h3, h4, h5, h6 {
		margin: 0;
		margin-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.5em;
		font-family:Georgia, Verdana, "Century Gothic", Times;
		font-weight: 400;
}

#contenttextver h3 {
		background-image: none;
		font-size: 15px;
}
#contenttextver, #contenttext {
		background-image: url(../images/contentmiddle.gif);
		background-repeat: repeat-y;
}

table {
		width: 700px;
		background-image: url(../images/contentmiddle.gif);
		background-repeat: repeat-y;
}
#contenttext h1 {
		font-variant: small-caps;
		font-size: 25px;
		text-align: left;
}

#contenttext p {
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 25px;
}

#contenttop {
		background-image: url(../images/contenttop.gif);
		width: 740px;
		height: 6px;
		position: absolute;
		overflow: hidden;
}

#contentbottom {
		background-image: url(../images/contentbottom.gif);
		width: 740px;
		height: 7px;
		overflow: hidden;
}

#contenttext {
		padding: 0;
		margin-top: 0 !important; /* IE hack */
		padding-top: 3px !important;
}

#contactinfo {
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-variant: small-caps;
		text-align: center;
		color: #336699;
		text-shadow: #666666;
}

#contactinfo a, a:visited, a:hover {
		color: #336699;
		
}

#ver {
		width: 450px;
		height: 40px;
		margin: 0 auto;
		border: solid 1px #9ebfcf;
		text-align: center;
		line-height: 2.4em;
}
#ver a {
		color: #333333;
		text-decoration:underline;
}

img.contentimg {
		border: 1px solid #95b9cb;
		padding-bottom: 0;
		padding-top: 0;
}

img.contentimg#left {
		margin: 5px;
		float: left;
}

img.contentimg#center {
		padding-right: 10px;
		padding-left: 10px;
}

img.contentimg#right {
		margin: 5px;
		float: right;
}

#vertline {
		width: 300px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
}

#links {
		margin-left: 20px;
		margin-top: 75px;
		padding: 0;
}

#linkstop {
		margin: 0;
		padding-left: 3px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #333333;
		background-image: url(../images/linkstop.png);
		background-repeat: no-repeat;
}

#linksmiddle {
		margin: 0;
		padding-left: 3px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #333333;
		background-image:url(../images/linksmiddle.png);
		background-repeat: repeat-y;
}

#contenttext img.sitethumb
{
	position: relative;
	border-style: none;
	top: 3px;
	background: url('../images/imgbg.gif') no-repeat;
	no-repeat scroll 0%;
	width: 150px;
	height: 113px;
	padding: 4px;
	margin-left: 19px;
	margin-bottom: 5px;
}

