@CHARSET "ISO-8859-1";

html, body {
	height:100%;
	min-height:100%;
	margin: 0px;
	text-align: center;
	font-family:"Trebuchet MS",arial,sans-serif;
	padding:0;
	background-image: url("../images/bggradient.jpg");
	background-repeat: repeat-x;
	background-attachment:fixed;
	}
	

html>body {
overflow:-moz-scrollbars-vertical;
}/*for mozilla */

#header{
	background-image: url("../images/topbanner.png");
	background-repeat: no-repeat;
	width: 640px;
	height: 100px;
	margin: 0px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: rgb(184,184,171);
	}

	

#topmenu{
	background-image: url("../images/bargradient.gif");
	background-repeat: repeat-x;
	height: 28px;
	padding: 0px;
	margin-bottom: 3px;
	text-align: center;
	}

#topmenuholder{
	padding: 5px;
	padding-left: 60px;
	}



#weekmenu{
	width: 632px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;	
	}

#container{ 
	height:100%;
	min-height:100%;
	/*size: url(javascript: pageheight());*/
	font-size: 12px; /*FIXME måske skal dette rettes tilbage til 0*/
	text-align:left;
	width: 640px;
	margin: 0px auto;
	background-color: rgb(240,240,240);
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: rgb(184,184,171);
	}

html>body #container{
	height:auto;
	}

#contents{
	padding: 0px;
	margin: 0px;
	height: auto;
	}

.content{
	margin-left:2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: -12px;
	padding: 10px;
	height: auto;
	background-color: rgb(255,255,255);
	border-style: solid;
    border-width: 1px;
	border-color: rgb(220,220,220);
	}

	

/*Hack grundet ie*/	

html>body .content{
	margin-bottom: 2px;
	}

.codeformat {
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color: rgb(246,246,230);
	background-image: url("../images/code.GIF");
	background-position: 568px 0px; /*selve hacket*/
	background-repeat: no-repeat;
	height: 43px; /*dette fixer noget men delgger noget andet*/	
}


/*Hack grundet ie*/	

html>body .codeformat {
	background-position: 568px 0px;
	min-height: 43px;
	height: auto;
}



ul{
	margin-left: 26px;
	}

img{
	border-style: none;
	margin: 0px;
	padding: 0px;
	}

img.borderfloatright{
	border-width: 1px;
	border-style: solid;
	border-color: rgb(184,184,171);
	margin-left: 10px;
	margin-top: 4px;
	float: right;
	}

pre{
	display: inline;
	}

li{
	list-style-type: decimal;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	margin-left:20px;
	padding: 0px;
}

/* fonts **************************************************************/

h1, h2, h3, h4, h5, h6{
		text-align: left;
		letter-spacing: 1px;
	}

h1{
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	}

h2{
	color: navy;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	}

.spacer{
	margin: 0px;
	padding: 0px;
	margin-bottom: 14px;
	height: 15px;
	text-align: center;
	width: 100%;
	font-size: 12px;
	}

p{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
	color: rgb(0,0,0);
	margin-bottom: 12px;
	margin-top: 8px;
	}

.label{
	font-family: serif;
	font-style: italic;
	font-size: 12px;
	text-align: right;
	padding-bottom: 0px;
	color: navy;
}

.linktabelmargin{
	margin-top: 4px;
	margin-bottom: 12px;
	}

.nomargin{
	margin-top: 4px;
	margin-bottom: 4px;
	}

.codefont{
	font-family: monospace;
	font-size: 12px;
	padding: 6px;
	}

a{color: rgb(4, 102, 156);}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

a.anchor{color: black;}
a.anchor:link {text-decoration: none;}
a.anchor:visited {text-decoration: none}
a.anchor:active {text-decoration: none}
a.anchor:hover {text-decoration: none; color: black;}

a.menu{
	font-size: 10px;
	color: gray;
	padding-right: 20px;
	}

a.menu:link {text-decoration: none;}
a.menu:visited {text-decoration: none}
a.menu:active {text-decoration: none}
a.menu:hover {text-decoration: none; color: black;}

a.bar{
	font-size: 14px;
	color: navy;
	padding-right: 60px;
	}

a.bar:link {text-decoration: none;}
a.bar:visited {text-decoration: none}
a.bar:active {text-decoration: none}
a.bar:hover {text-decoration: none; color: black;}

a.invisible{color: rgb(255,255,255);}
a.invisible:link {text-decoration: none;}
a.invisible:visited {text-decoration: none;}
a.invisible:active {text-decoration: none;}
a.invisible:hover {text-decoration: underline;}

/*floats********************************************************/
.floatright{float: right;}


