@import url("lightbox.css");
@import url("videobox.css");
/* funktionerna för bildvisningen ligger i stilmallen ovan */
body {padding: 2em; margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; background-color: #ffffff;
	background-image: url(../images/bg_white.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	
}
/* url(../images/bg.gif);
	background-repeat: repeat-x; background-attachment: fixed;/*

/* normal brödtext ligger som element .regtext tills vidare */
.regtext {font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 24px;
	font-weight: normal
}

h2 {margin: 0 0 0.5em 0;
	font-size: 2.5em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000; line-height: 24px ; 
	font-weight: bold
}

h3 {margin: 1em 0 0.5em 0;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000; line-height: 24px ;
	font-weight: bold
}

h4 {margin: 1.5em 0 0.5em 0;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 24px ;
	font-weight: bold
}

p {line-height: 1.8em; margin: 0 0 5px 0;}

/* sidlayout */

#layout {width: 700px;
	
	background: #000;
	border-top: 3px solid #660000;
	border-right: 3px solid #660000;
	border-left: 3px solid #660000;
	border-bottom: 3px solid #660000;
	margin-right: auto;
	margin-left: auto;
	
}
#sidhuvud {padding: 10px;
	height: 80px;
	margin: 0;
	background-image: url(../images/toplogo.jpg);
	background-repeat: no-repeat;
	
}
#kolumncontainer{float: left;
	width: 700px;
	background: #fff;
}
#kolumncontainerBlack{float: left;
	width: 700px;
	background: #000;
}
#kolumnphotos {float: left;
	width: 680px;
	padding: 10px;
	background: #fff;
	/*
	background-image: url(../images/columnbg.gif);
	background-position: center center;
	background-attachment: fixed
	*/
}
#kolumn1 {float: left;
	width: 480px;
	padding: 10px;
	background: #ffffff;
}
#kolumnvideo {float: left;
	width: 550px;
	padding: 10px;
	background: #000;
}
#kolumnmain {float: left;
	width: 680px;
	padding: 10px;
	background: #ffffff;
}

#kolumn2 {float: left;
	width: 180px;
	padding: 10px;
	background: #ffffff;
}
#kolumn2video {float: left;
	width: 110px;
	padding: 10px;
	background: #000;
}
#sidfot {clear: both;
	padding: 10px;
	background: #660000;
	border-bottom: 1px solid #666666;
}


/* meny */
#menycontainer{border-bottom: 1px solid #666666;}
#menycontainer ul{padding: 0.5em 0; margin: 0;}
#menycontainer li{margin-right: 0.2em; display: inline; list-style: none;}
#menycontainer li a{text-decoration: none; padding: 0.5em 1em; margin-left: 0; background: #990000; font-weight: bold;}
#menycontainer a:link{color: #fff;}
#menycontainer a:visited{color: #fff;}
#menycontainer a:hover{background: #333;color: #ccc}
#menycontainer a#current{background: #ffffff; border-bottom: 1px solid #ffffff; color: #000000;}

/* Special */

.StudioLinks a:link, .SudioLinks a:visited {
   color: #404040;
   text-decoration: underline;
}
.StudioLinks a:hover, .StudioLinks a:visited:hover { 
   color: #CECECE;
   text-decoration: underline;
}
.copyright { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: normal;
	text-align: center
}
.logocolor {color: #660000}
.copycolor {color: #fff}
.img
  {
  margin: 3px;
  border: 1px solid #000;
  height: auto;
  width: auto;  
  float: left;
  text-align: center;
  }
