 	/* 
General style definitions (applicapable to entire site).

Site: XHTML & CSS Site template for Wizkids ApS (wizkids.dk)
Author: Adam Barry
Date: 24 february 2006
----------------------------------------------------------*/

/***********************************************************
Overall style definition
***********************************************************/
* { 	/* Remove padding and margin for all classes where
	   these attributes are not defined. Fixes some IE
	   bugs. */
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ABDBE7;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: black;
	cursor: default;
	font-size: 76%;
}


/*: Headings
----------------------------------------------------------*/
h1, h2, h3 {
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

h1 {
	background-color: inherit;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .12em;
	color: black;
}

h1:first-letter {
	text-transform: capitalize;
}

h2 {
	background-color: inherit;
	font-size: 1.05em; 
	font-weight: bold;
	text-align: left;
	color: black;
	padding-top: 5px;
	padding-bottom: 13px;
	clear:both;
}

h2:first-letter {
	text-transform: capitalize;
}

h2 span {
	background-image: url(../images/headingArrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-bottom: 8px;
}

h3 {
	background-color: inherit;
	font-size: 1.0em; 
	font-weight: bold;
	text-align: left;
	color: black;
	clear: right;
	padding-bottom:5px;
}

input {
	border: 1px solid #000;
	padding-left: 2px;
}

textarea {
	border: 1px solid #000;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 2px;
	font-size: 1.0em;
}
.noborder input{
	border: none;
}

.file_embed{
	margin-left: 10px;
}
/*: Paragraphs
----------------------------------------------------------*/
p {
	font-size: .93em;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 8px;
}


/*: Lists
----------------------------------------------------------*/
ul {
	font-size: .93em;
	text-align: left;
}

li {
	line-height: 1.3em;
}


/*: Anchors/Links
----------------------------------------------------------*/
a {
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
	color: #37658F;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}


/*: Images
----------------------------------------------------------*/
img {
	border: none;
}


/*: Special styles used throughout the site
----------------------------------------------------------*/
.hidden {
	display: none;
}
.object-right {
	display: inline;
	float: right;
}
.object-left {
	display: inline;
	float: left;
}

.object-center {
 	text-align: center;
 	margin: 0 auto 0 auto;
 	display: block;
}



/***********************************************************
Global Layout definition
***********************************************************/
#container { /* Container responsible for centering #site */
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.0em;
}

#site { /* Global site container. Floated to enable Liquid
	   layout */
	background-image: url(../images/background.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	font-size: 1.0em;
}


/*: Logo
----------------------------------------------------------*/
#logo 
{
	width: 290px;
	height: 52px;
	min-height: 52px;
	cursor: pointer;
	float: left;
}

#logo h1
{
	display: none;
	float: left;
}


/*: Navigation: Top level
----------------------------------------------------------*/
#navigation {
	width: 290px;
	height: 269px;
	list-style-type: none;
	padding-bottom: 250px;
	clear: both;
	float: left;
	position: relative;
}

#navigation li {
	clear: both;
	float: left;
}

#navigation a {
	float: left;
}


#navigation a span {
	display: none;
	color: #fff;
	background-color: inherit;
}


/*: Navigation: Sub level
(remove this section if single level menu)
The initial state of the submenus is set to "display: none"
----------------------------------------------------------*/
#navigation li ul {
	list-style-type: none;
	margin-top: 1px;
	clear: both;
	display: none;		/* initial display state */
	float: left;
	position: absolute;
	top: 4px;
	left: 140px;
}

#navigation li.selected ul {
	display: block;
}
#navigation li ul li {
	border-left: none;
	border-right: none;
	clear: both;
}



/*: Navigation: anchors
----------------------------------------------------------*/
#navigation .hvem_er_vi {
	width: 90px;
	height: 37px;
	background-image: url(../images/nav_hvem_er_vi.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 12px;
}

#navigation .hvem_er_vi:hover {
	background-position: 0 -37px;
}

#navigation .selected .hvem_er_vi, #navigation .selected .hvem_er_vi:hover {
	background-position: 0 -74px;
}

#navigation .undervisning {
	width: 115px;
	height: 34px;
	background-image: url(../images/nav_undervisning.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: -5px;
	margin-left: 5px;
}

#navigation .undervisning:hover {
	background-position: 0 -34px;
}


#navigation .selected .undervisning, #navigation .selected .undervisning:hover {
	background-position: 0 -68px;
}

#navigation .opskrifter {
	width: 117px;
	height: 39px;
	background-image: url(../images/nav_opskrifter.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: -10px;
	margin-left: 5px;
}

#navigation .opskrifter:hover {
	background-position: 0 -39px;
}

#navigation .selected .opskrifter, #navigation .selected .opskrifter:hover {
	background-position: 0 -78px;
}

#navigation .fisk {
	width: 83px;
	height: 29px;
	background-image: url(../images/nav_fisk.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 10px;
}

#navigation .fisk:hover {
	background-position: 0 -29px;
}

#navigation .selected .fisk, #navigation .selected .fisk:hover {
	background-position: 0 -58px;
}


#navigation .netvaerk {
	width: 91px;
	height: 36px;
	background-image: url(../images/nav_netvaerk.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: -5px;
	margin-left: 35px;
}

#navigation .netvaerk:hover {
	background-position: 0 -36px;
}

#navigation .selected .netvaerk, #navigation .selected .netvaerk:hover {
	background-position: 0 -72px;
}

/* sidste 3 */

#navigation .spil {
	width: 90px;
	height: 30px;
	background-image: url(../images/nav_spil.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 10px;
}

#navigation .spil:hover {
	background-position: 0 -30px;
}

#navigation .soeg {
	width: 90px;
	height: 30px;
	background-image: url(../images/nav_soeg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: -5px;
	margin-left: 35px;
}

#navigation .soeg:hover {
	background-position: 0 -30px;
}

#navigation .print {
	width: 90px;
	height: 30px;
	background-image: url(../images/nav_print.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 45px;
}

#navigation .print:hover {
	background-position: 0 -30px;
}


/*: Navigation: anchors - 2nd level
----------------------------------------------------------*/

/* hvem står bag */

#navigation .kontakt {
	width: 100px;
	height: 30px;
	background-image: url(../images/nav_hvem_er_vi_kontakt.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 50px;
}

#navigation ul .selected .kontakt {
	background-position: 0 -30px;
}

#navigation .brug_sitet {
	width: 100px;
	height: 30px;
	background-image: url(../images/nav_hvem_er_vi_brug.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 45px;
}

#navigation ul .selected .brug_sitet {
	background-position: 0 -30px;
}

#navigation .hvem_staar_bag {
	width: 125px;
	height: 30px;
	background-image: url(../images/nav_hvem_er_vi_bag.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 20px;
}

#navigation ul .selected .hvem_staar_bag {
	background-position: 0 -30px;
}

/* undervisning */

#navigation .undervisningsmaterialer {
	width: 140px;
	height: 32px;
	background-image: url(../images/nav_undervisning_laere.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 10px;
}

#navigation ul .selected .undervisningsmaterialer {
	background-position: 0 -32px;
}

#navigation .inspirationsdag {
	width: 140px;
	height: 28px;
	background-image: url(../images/nav_undervisning_insp.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 10px;
}

#navigation ul .selected .inspirationsdag {
	background-position: 0 -28px;
}

#navigation .haandtering_af_fisk {
	width: 140px;
	height: 28px;
	background-image: url(../images/nav_undervisning_haand.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 10px;
}

#navigation ul .selected .haandtering_af_fisk {
	background-position: 0 -28px;
}

#navigation .tips_og_tricks {
	width: 140px;
	height: 28px;
	background-image: url(../images/nav_undervisning_tips.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 10px;
}

#navigation ul .selected .tips_og_tricks {
	background-position: 0 -28px;
}

#navigation .fisk_er_sundt {
	width: 140px;
	height: 28px;
	background-image: url(../images/nav_undervisning_sundt.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 10px;
}

#navigation ul .selected .fisk_er_sundt {
	background-position: 0 -28px;
}


/* opskrifter */

#navigation .art {
	width: 70px;
	height: 30px;
	background-image: url(../images/nav_opskrifter_art.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 70px;
}

#navigation ul .selected .art {
	background-position: 0 -30px;
}

#navigation .tilberedning {
	width: 120px;
	height: 30px;
	background-image: url(../images/nav_opskrifter_tilberedning.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 30px;
}

#navigation ul .selected .tilberedning {
	background-position: 0 -30px;
}
/*
#navigation .opskrifter_saeson {
	width: 125px;
	height: 30px;
	background-image: url(../images/nav_opskrifter_saeson.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 70px;
}

#navigation ul .selected .opskrifter_saeson {
	background-position: 0 -30px;
}
*/
/* fisk */

#navigation .navn {
	width: 90px;
	height: 30px;
	background-image: url(../images/nav_fisk_navn.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 50px;
}

#navigation ul .selected .navn {
	background-position: 0 -30px;
}

#navigation .familie {
	width: 90px;
	height: 30px;
	background-image: url(../images/nav_fisk_familie.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 60px;
}

#navigation ul .selected .familie {
	background-position: 0 -30px;
}

#navigation .saeson {
	width: 90px;
	height: 30px;
	background-image: url(../images/nav_fisk_saeson.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 55px;
}

#navigation ul .selected .saeson {
	background-position: 0 -30px;
}

/* netvaerk */

#navigation .fisk_til_skolen {
	width: 135px;
	height: 30px;
	background-image: url(../images/nav_netvaerk_skolen.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 0;
}

#navigation ul .selected .fisk_til_skolen {
	background-position: 0 -30px;
}

#navigation .fiskehandleren {
	width: 135px;
	height: 30px;
	background-image: url(../images/nav_netvaerk_fiskehandlere.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 0;
}

#navigation ul .selected .fiskehandleren {
	background-position: 0 -30px;
}

#navigation .muligheder_med_fisk {
	width: 135px;
	height: 30px;
	background-image: url(../images/nav_netvaerk_muligheder.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 0;
}

#navigation ul .selected .muligheder_med_fisk {
	background-position: 0 -30px;
}



/*: Content
----------------------------------------------------------*/
#content {	
	width: 450px;
	text-align: left;
	padding-left:10px;
	top: 52px;
	left: 291px;
	float: left;
	position: absolute;
}


/*: Mascot
----------------------------------------------------------*/
#mascot {
	width:290px;
	height: 221px;
	top: 350px;
	left: 0;
	position: absolute;
}


/*: Frames
----------------------------------------------------------*/

div.frameImg {
	position: relative;
	overflow: none;
	margin: 4px;
}

div.frameImg div, div.frameImg div img {
	position: absolute;
	height: 100%;
	width: 100%;
}
div.frameImg div.t {
	height: 7px;
	margin-top:-1px;
}
div.frameImg div.b {
	bottom: 0.1px;
	height: 7px;
	margin-bottom:-1px;
}
div.frameImg div.l {
	width: 13px;
	margin-left:-6px;
}


div.frameImg div.r {
	width: 13px;
	right: -2px;
	margin-right:-4px;
}

div.frameSection {
	margin: 0 0 20px 0;
}

div.frameSection span {
	width: 438px;
	color: inherit;
	background-color: #E1F2F5;
	/*margin-left: 2px;*/
	padding-bottom: 10px;
	margin-bottom: -18px;
	margin-right:5px;
	float: left;
	position: relative;
	border-width: 0 3px 0 3px;
	border-style: solid;
	border-color: #000;
}


div.frameSection p {
	padding:5px 5px 0 10px;
	}

div.frameSection div.l img, div.frameSection div.r img {
	display:none;
}

div.frameSection img.frame {
	margin-bottom: -7px;
	position: relative;
	z-index: 1;
	width:444px;
}
* html div.frameSection img.frame , * html div.frameSection img.frame2 {
	width:438px;
}


div.frameSection img.frame2 {
	margin-bottom: -10px;
	position: relative;
	z-index: 1;
	width:444px;
}

div.frameSection h1,div.frameSection h2,div.frameSection h3,div.frameSection h4,div.frameSection h5,div.frameSection h6{
	margin-left: 10px;
}

div.frameOverview {
	width: 210px;
	height: 96px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin-right:10px;
}

div.frameOverview img {
	height: 95px;
	width: 95px;
	float: left;
	position: absolute;
	top: 4px;
	left: 4px;
}

div.frameOverview img.frame {
	width: 210px;
	height: 96px;
	position: absolute;
	margin:0;
	top: 0;
	left: 0;
	z-index: 1;
}

div.frameOverview p {
	width: 108px;
	height: 94px;
	background-color: #E1F2F5;
	color: inherit;
	display: block;
	position: relative;
	left: 98px;
	overflow: hidden;
}

div.frameOverview span {
	width: 100px;
	height: 90px;
	color: inherit;
	padding: 5px;
	display: block;
	overflow: hidden;
}

/* printlogo 

----------------------------------------------------------*/

 

#printlogo{

   display: none;

}


/*
div.frameSection div.frameImg div {
	background-image: url(../images/lightblue.gif);
}

div.frameSection div.frameImg div.t {	
	background-position: 0 0;
	background-repeat: repeat-x;
}

div.frameSection div.frameImg div.b {	
	background-position: 0 100%;
	background-repeat: repeat-x;
}

div.frameSection div.frameImg div.l {	
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.frameSection div.frameImg div.r {	
	background-position: 100% 0;
	background-repeat: repeat-y;
}

/* tilbage */
	
#back {
	width:120px;
	height:28px;
	float: left;
	
}
#back a {
	display: block;
	width:120px;
	height:28px;
}

#back a span{
	display: none;
}

#back a.opskrifter {
	background-image: url(../images/tilbage_opskrifter.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#back a.fisk {
	background-image: url(../images/tilbage_fisk.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#back a.undervisning {
	background-image: url(../images/tilbage_undervisning.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#back a.hvem_er_vi {
	background-image: url(../images/tilbage_hvem.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

*/


/***********************************************************
Hacks to overcome IE's float bugs:
	* Randomly appearing text (text from the last
	  floated element in the markup).
***********************************************************/
/* Start: Hide from IE5-mac. Only IE-Win sees this. \*/
 
* html p {
  	height: 1%;
  }
  
/* End: Hide from IE5/mac */

