@charset "UTF-8";
/* CSS Document */

html,
body{
	width: 100%;
	min-height: 100%;
	margin: 0;
}

body{
	font-family: Verdana, Geneva, sans-serif;
	background-color:#000000;
	text-align: center;
	background-image: url(../media/background.jpg);
	background-size: cover;
	background-position: top right;
}
p{
	margin:0;
}
a, a:active  {
	font-size: 16px;
	color: rgba(232,139,3,1.00);
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: rgba(197,197,197,1.00);
}
.header, .text, .rubrik {
	font-size: 22px;
	color: rgba(232,139,3,1.00);
	line-height: 28px;
	margin-top: 30px;
}
.rubrik{
	font-size:16px;
	line-height:18px;
}
.text{
	font-size:14px;
	line-height:16px;
	color: rgba(197,197,197,1.00);
}
.nav{
	float:left;
	margin: 0 10px 0 10px;
}
.lang{
	float: right;
	margin-left: 6px;
}
#navigation{
	width: 700px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(232,139,3,1.00);
}
#content{
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
}
#screenshot{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#screenback{
	width: 100%;
	height: 100%;
	background-color: #696;
	opacity: 0.85;
	filter: Alpha(Opacity=85);
}
#screendetail{
	position:absolute;
	top: 150px;
	width: 100%;
}
#screeninner{
	position: relative;
	width: 320px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}
.shot{
	box-shadow: 3px 3px 4px #000;
}
#left, #right{
	width: 330px;
	float:left;
	text-align: left;
	margin-bottom: 30px;
}
#right{
	margin-left:40px;
}
.img{
	width:160px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	box-shadow: 3px 3px 4px #000;
	cursor: pointer;
}
.table {
	display: table;
	width: 100%;
}
.tbrow {
	display: table-row;
	width: 100%;
}
.tbcelll, .tbcellr {
	display: table-cell;
	width: 50%;
	text-align: left;
	padding: 4px;
}
.tbcelll {
	text-align: right;
}