/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #c3c2ae;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #7c7b69;
	text-align: left;
}

img
{
	border: 0px;
}

div
{
	border: 0px solid black;
}
iframe {
	border:0px;
}

/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* page-container
------------------------------------------------------*/
.page-container
{
	margin: 0 auto;
	width: 728px;
}

/* page-header
------------------------------------------------------*/
.page-header
{
	height: 80px;
	padding: 20px 0px 0px 0px;
}

#ad-top
{
	float: right;
	width: 470px;
	height: 80px;
	display: inline;
	text-align: right;
}

#menu
{
	background-color: #ffffff;
	box-shadow: 0px 0px 8px #888;
	border: 0px solid #7c7b69;
	padding: 10px 10px 10px 10px;
	
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #7c7b69;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#menu a
{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

#menu a:hover
{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}

/* page-content
------------------------------------------------------*/
.page-content
{
	padding: 10px 10px 0px 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px #888;
	border: 0px solid #7c7b69;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.page-content input[type=text]
{
	width: 270px;
}

.page-content input[type=submit]
{
	width: 80px;
	float: right;
	padding: 2px;
	margin-bottom: 4px;
}

.page-content table
{
	padding-left: 200px;
	padding-top: 5px;
}

.video
{
	background:#000;
	text-align:center;
}

.video-plus
{
	float: left;
	display: inline;
	width: 40px;
	display: none;
}

.entryinfo
{
	margin:0 0 10px 0;
	font-family: verdana, sans-serif;
	font-size: 9px;
}

.entryinfo p
{
	font-family: 'Carme', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0px 0px 0px 0px;
}

.entryinfo a
{
	font-family: 'Carme', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.entryinfo a:hover
{
	font-family: 'Carme', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

#right
{
	color: #333333;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#right a
{
	color: #6F6D52;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#right img
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/* page-footer
------------------------------------------------------*/
#ad-bottom
{
	height: 80px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
div#main {
	width:1000px;
	margin:10px auto 0 auto;
}

div#main div#menu {
	margin:0 0 10px 0;
}

div#main div#left {
	width:728px;
	float:left;
}

div#main div#right {
	margin-left:10px;
	float:left;
	width:262px;
}

.paging
{
	background-color: #ffffff;
	box-shadow: 0px 0px 8px #888;
	border: 0px solid #7c7b69;
	padding: 10px 10px 10px 10px;
	
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #7c7b69;
	text-align: right;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.paging a
{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

.paging a:hover
{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}

#right a.tillbaka-btn {
color: #fff;
font-size: 20px;
  background: #ea9732;
  padding: 16px 30px;
  text-decoration: none;
  font-family: 'Carme', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
}

.tillbaka-btn:hover {
  background: #f4bf7e;
}
