/*
* Made by Salah Waisi
* Copyright Majorstuen Zoo, 2007+
*/

/*
* Tags
*/
body {
	background: url('../images/background.gif');
	background-repeat: repeat-x;
}

#wrap {
	margin: auto;
	width: 869px;
}

/* Top side */
#top {
	border: 0px solid black;
	width: 863px;
	height: 150px;
}

/* Navigation side */
#navigation {
	border: 0px solid black;
	margin-top: 3px;
	text-align: center;
	border: 1px solid #cdcdcd;
	height: 25px;
	width: 862px;
	margin-left: 3px;
	background: url('../images/navigationelement_background.gif');
}

#navigation_inside {
	text-align: center;
}

#navigation ul {
	padding: 0;
	margin: auto;
	text-align: center;
}

#navigation ul li {
	list-style-type: none;
	border: 1px solid #e9e9e9;
	font-size: 12px;
	font-family: 'Trebuchet MS', sans;
	float: left;
	height: 17px;
	padding-top: 5px;
}

#navigation ul li:hover {
	background: url('../images/navigationelement_background_hovered.gif');
	cursor: pointer;
}

/* Middle side */
#middle {
	border: 1px solid #e9e9e9;
	float: left;
	margin-left: 3px;
	margin-top: 1px;
	width: 863px;
}

.contenttext {
	font-size: 12px;
	font-family: 'Trebuchet MS', sans;
	margin: 0;
	padding: 0;
}

#listfishcategories {
	float: left;
	font-size: 12px;
	font-family: 'Trebuchet MS', sans;
	margin-left: 10px;
	color: grey;
	cursor: pointer;
}

#topline {
	height: 20px;
	background: url('../images/topline_background.gif');
	border-bottom: 1px solid #e9e9e9;
}

#topline select {
 	border: 1px solid #e9e9e9;
}

#topline option {
	font-size: 12px;
	font-family: 'Trebuchet MS', sans;
}

.navigationlinks {
 	margin-left: 3px;
	width: 100px;
	text-align: center;
	background: url('../images/navigationelement_background.gif');
}

.navigationlinks_margined {
	margin-left: 0;
	border-left: 0;
	background: url('../images/navigationelement_background.gif');
	width: 107px;
	text-align: center;
}

.clear_left {
	clear: left;
}

/* Footer */
#footer {
	border: 1px solid #e9e9e9;
	text-align: center;
	font-size: 12px;
	font-family: 'Trebuchet MS', sans;
	margin-top: 2px;
	margin-left: 3px;
	width: 863px;
}

.news {
	margin-top: 5px;
	margin-left: 3px;
	clear: left;
}

.news_picture {
	float: left;
	border: 0px solid black;
	width: 100px;
	height: 100px;
}

.news_text {
	float: left;
	border: 0px solid black;
	width: 755px;
	height: 100px;
	padding-left: 3px;
}

.news_title {
	cursor: pointer;
	color: #3a7286;
	font-size: 14px;
	font-family: 'Trebuchet MS', sans;
}

.news_preview_text {
	font-size: 12px;
	font-family: 'Trebuchet MS', sans;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#lp_shower {
	float: left;
	margin-left: 114px;
	margin-top: 25px;
	border: 1px solid #e9e9e9;
	background: white;
	width: 548px; 
	height: 100px;
	padding-left: 2px;
}

#lp_title {
	font-size: 16px;
	font-family: 'Trebuchet MS', sans;
}

#lp_pt {
	font-size: 12px;
	font-family: 'Trebuchet MS', sans;
}

#left {
	float: left;
	width: 783px;
}

#right {
	float: left;
	border-left: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}

/* Sitemap */
#sm_ul {
	font-size: 12px;
	font-family: 'Trebuchet MS', sans;
	cursor: pointer;
}
