@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	margin:0;
	background-image:url(../img/bg_isbjerget_light.gif);
	background-repeat:repeat;
}

/* layout basics */
#outerShell {
  margin:0 auto;
  width:900px;
  }
#innerShell {
	height:auto;
	background-image:url(../img/bg_green_50.png);
	background-repeat:repeat;
	}

#nav-col {
	width:200px;
	height:auto;
	/*background-image:url(../img/bg_black_50.png);
	background-repeat:repeat;*/
	float:left;
	}
#content-col {
	width:700px;
	height:auto;
	background-color:#E0FEFF;
	float:left;
	}
#footer {
  	width:900px;
  	height:75px;
  	/*z-index:99;*/
  	margin: 0 auto 0 auto;
	}
	
/*menu*/
#menu {
	width:200px;
	height:auto;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	}
#menu ul {	
	list-style: none;
	margin: 0;
	padding:0;
	}
#menu li {	
	height:30px;
	margin: 0;
	padding:inherit;
	}
#menu li a {
	display: block;
	font-size:12px;
	letter-spacing:0.1em;
	color: #8877ff;
	text-align:right;
	padding: 8px 15px 7px 0px;
	
	text-decoration: none;
	width: 100%;
	}
html>body #menu li a { 
	width: auto; 
	}
#menu li a:hover {
	background-image:url(../img/bg_white_50.png);
	background-repeat:repeat;
	color: #000000;
	}
#menu ul li a#selected {
	background-image:url(../img/bg_white_5.png);
	background-repeat:repeat;
	color: #000000;
	}
	
/* ELEMENTS */
#logo-isbjerget {
	width:200px;
	height:25px;
	background-image:url(../img/logo_isbjerget_black.png);
	background-repeat:no-repeat;
	margin: 75px 0 25px 0;
	}
#rainbow {
	width:700px;
	height:15px;
	background-image:url(../img/rainbow.png);
	background-repeat:no-repeat;
	margin: 80px 0  3px 0px;
	}
#flash-screen {
	width:700px;
	height:410px;
	background-color:#E0FEFF;
	margin:0;
	}
#wide-screen-pic {
	margin:0;
	}
	
#column-container {
	width:700px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	}
#column-container a:link {
	color:#926dff;
	text-decoration:none;
	}
#column-container a:visited {
	color:#8877ff;
	text-decoration:none;
	}
#column-container a:hover {
	color:#333333;
	text-decoration:none;
	}
	
#column-left {
	width:400px;
	height:auto;
	margin:10px 0 0 25px;
	float:left;
	}
#column-right {
	width:200px;
	height:auto;
	margin:10px 25px 0 0;
	float:right;
	}
