
body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family:"Arial", "verdana", "Sans serif";
	font-size:12px;
	color: #5f5f5f;
} 
 
#pagewidth{ 
	width:938px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:350px; 
	background-color:FFF; 
	width:100%;
} 
 
#leftcol{
	width:400px;
	float:left; 
	position:relative; 
	background-color:#FFF; 
}
 
#twocols{
	width:574px; 
	float:right;
	min-height:350px;
	position:relative; 
}
 
#rightcol{
	width:330px; 
	float:right; 
	position:relative; 
	background-color:#FFF;
}
 
#maincol{
	background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative;
	width:192px;
	border-left:1px dotted silver;
	border-right:1px dotted silver;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-left:10px;
}
 
#footer{
	height:50px; 
	background-color:#FFF; 
	clear:both;
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted silver;
	text-align:center;
} 
 





/* *** MENY: *** */ 
h3.red {
	color:#952e2e;
}


#topmenu {
	float:left;
	padding:7px 0 6px 0;
	width:700px;
	background-color:#FFF;
}

#topmenu ul {
	display: inline;
	padding:0;
	margin:0;
}

#topmenu ul li {
	list-style: none;
	display: inline;
	padding:0;
	margin:0;
}

#topmenu ul li a {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#464646;
	padding:7px 9px 6px 9px;
	text-decoration:none;
	text-transform:uppercase;
}

#topmenu ul li a:hover {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	padding:7px 9px 6px 9px;
	text-decoration:none;
	background-color:#F5F5F5;
}
#topmenu ul li.current_page_item a {
	background-color:#d6d3d3;
	font-weight: bold;
	color: #952E2E;

}

.dotted img {
	border: 1px dotted silver;
	padding:5px;
}


 /* *** TEXTER: *** */ 
a {
	color:#414141;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	/*color: #ff1a76;*/
	color: #952E2E;
	text-decoration: none;
	font-weight: bold;
}

#leftcol p, #rightcol p,#maincol p {
  font-size:11px;
  /*padding-left:20px;*/
  text-align:justify;
}


span.white a {color: #FFF;}
span.pink a {color: #952E2E;}


a.slidernav:hover {
	opacity:0.6;
}
h3 {
  margin-top:14px;
 /* padding-left:20px;*/
  margin-bottom:6px;
  color: #414141;
  font-size:13px;
  font-weight:bold;
  font-family:"Arial";

}
.p_left {
  padding-left:20px;
}

.p_justify {
  text-align:justify;
}





/* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 

	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}







ul#feature_ul {
	display:inline;
}
ul#feature_ul li {
	display:inline;
	overflow:hidden;
	margin-bottom:300px;
}

/* *** BILDER: *** */ 
img.feature_img {
	margin-right: 4px;
	border:1px solid silver;
}

div#rightcol p img.alignnone {
	width:100px;
	height:100px;
	border:1px dotted silver;
	padding:2px;
	margin-right:2px;

}

div.feature_title {
/*	top:280px;
	clear:both;
	float:left;
	height:70px;
	width:300px;
	color:#FFF;
	background-color:black;
	margin-top:-285px;
	margin-left:1px;
	opacity:0.6;
	*/
	margin-top:-1085px;
}

div.feature_info {
/*
	clear:both;
	float:left;
	height:80px;
	width:300px;
	color:#FFF;
	background-color:black;
	margin-top:5px;
	margin-left:1px;
	opacity:0.6;
	*/
	margin-top:5px;
}

.opaque {
		padding:15px;
}

li.list_shade:hover {
background-color: silver;
}










#column-1 {
  position: relative;
  float: left;
  width: 300px; /* remember to set a width */
}
.overlay{
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 100%;
  background: #000;
  opacity: 0.65;
  -moz-opacity: 0.65; /* older Gecko-based browsers */
  filter:alpha(opacity=65); /* For IE6&7 */
}
#column-1 .content {
width: 260px;
padding: 20px;
}
.content {
  position: relative;
  color:#fff;
}




a.trailer {
	display:block;
	width:80px;
	height:15px;
	background-color:#952E2E;
	padding:5px;
	padding-left:15px;
	color:#fff;
	margin-top:5px;
	float:right;
}
a:hover.trailer {
	background-color:#5a1c1c;

}







