/* Start of CMSMS style sheet 'karen' */
body {
  background-color:#111111;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 90%;
/*color:#ced8d7;*/


}

a {
/*  color:#18507C;*/
  color:white;
  text-decoration:none;
}


#horizon {
color: #111111;
background-color:#111111;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#shadow{
/*margin-left: -125px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible
*/
 position: absolute;
/*border : 2px solid #aaa;*/
background-color:#333;
width:700px;
height:500px;
padding:0;
margin:0;
top:-250px;
left:50%;
text-align: left;
color:#000;
/*margin-top:-25%;*/
margin-left:-350px;

/*overflow: hidden;*/
}




#everything {
  position:absolute;
  width:700px;
  height:500px;
left:50%;

padding:0;
margin:0;
/*  border : 28px double pink;*/
  border : 3px double #555555;
background-color:black;
margin-left:-350px;
top:-250px;
text-align: left;
}


#forside,
#underside,
#filmunderside {
  clear:both;
  margin:0px;
  height:500px;
  overflow:auto;
  color:white;
  background: white url(grafik/baggrund1.jpg) no-repeat;
}

#underside {
  background: black url(grafik/baggrund2.jpg) no-repeat;
}

#filmunderside {
  color: #bbbbbb;
  background: black url(grafik/filmbaggrund.jpg) no-repeat;
}


.menu {
  width: 150px;
  height: 480px;
  float:left;
  display: block;
  padding:5px;
}

.content {
  width: 510px;
  height: 480px;
  float:right;
  display: block;
  padding:5px;
  text-align:left;
}


a.menuitem,
a.menuitem:hover {
  background-color:white;
  opacity:.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 2px;
  padding-left:5px;
  width: 130px;
  display: block;
  border:1px solid #555555;
  color:#111111;
}

a.menuitemcurrent {
  opacity:.50;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

a.menuitem:hover {
  opacity:.90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}
/* End of 'karen' */

