body {
	margin: 0px;
	
}

body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #050505;
	font-style: normal;
	font-weight: normal;
}
body {
	background-color: #F8F8F8;

}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}
a:link {
	text-decoration: none;
	color: #066796;
}
a:visited {
	text-decoration: none;
	color: #1152A0;
}
a:hover {
	text-decoration: none;
	color: #25599F;
}
a:active {
	text-decoration: none;
	color: #1152A0;
}
header{
	position: fixed;
	border-bottom: thin solid #FFF;
	background-image: -webkit-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(224,224,224,1.00) 47.15%,rgba(154,153,153,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(224,224,224,1.00) 47.15%,rgba(154,153,153,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(205,205,205,1.00) 0%,rgba(224,224,224,1.00) 47.15%,rgba(154,153,153,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(205,205,205,1.00) 0%,rgba(224,224,224,1.00) 47.15%,rgba(154,153,153,1.00) 100%);
	top: 0px;
	right: 0px;
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	height: 40px;
	-webkit-box-shadow: 0px 3px 3px #4B4B4B;
	box-shadow: 0px 3px 3px #4B4B4B;
	z-index:1000;
}
#menuHolder{
	float: right;
	clear: right;
	
}
#menuHolder img{
	margin-left: 10px;
	cursor:pointer;
	
}
h1 {
	font-size: 1.7em;
	color: #363636;
	font-family: inder;
	font-style: normal;
	font-weight: 600;
	float: left;
	clear: right;
	margin-top: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	cursor:pointer;
}

footer{
	position:fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(224,224,224,1.00) 0%,rgba(179,176,176,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(224,224,224,1.00) 0%,rgba(179,176,176,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(224,224,224,1.00) 0%,rgba(179,176,176,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(224,224,224,1.00) 0%,rgba(179,176,176,1.00) 100%);
	border-top: thin solid #272727;
	height: 44px;
	text-align:center;
	padding-top:3px;
	z-index:1000;
	
}
footer div{
	text-align: left;
	float: left;
	clear: right;
	padding-left: 20px;
	border-right: thin dotted #4D4D4D;
	padding-right: 10px;
	
}
footer img{
	cursor:pointer;
}

#bildeVelg{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-radius: 20px;
	border: thin solid #050505;
	background-color: #D0D0D0;
	margin-top:70px;
	width:960px;

	
	
}
#bildeVelg input{
	width: 100px;
	height: 35px;
	font-weight: bold;
	border-radius: 7px;
	font-size: 1.2em;
	color: #EBEBEB;
	margin-bottom:0px;
	background-color: #050505;
	cursor:pointer;
	
}
.editor{
	background-color: #EBEBEB;
	width: 160px;
	border-radius: 5px;
	border: thin solid #050505;
	float: left;
	margin-right: 10px;
	margin-bottom:30px;
	clear: right;
	padding-top: 15px;
	padding-left: 45px;
	text-align: left;
	background-image: url(../img/editor.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	height: 35px;
	cursor: pointer;


	
}
.valg{
	float: left;
	clear: right;
	text-align: center;
	color: #EBEBEB;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: thin solid #050505;
	background-color: #212121;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	cursor:pointer;
	
}

.mune{
	width: 160px;
	height: 170px;
	background-color: #D9D8D8;
	margin-right: 20px;
	color: #252424;
	font-size: 18px;
	font-family: inder;
	font-style: normal;
	font-weight: 400;
	border: thin dotted #9A9A9A;
	text-align: center;
	clear: right;
	border-radius: 5px;
	float: left;
	-webkit-box-shadow: 0px 3px 2px #424242;
	box-shadow: 0px 3px 2px #424242;
	padding-left: 10px;
	padding-top: 10px;
	cursor: pointer;
	
}
.mune img{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	
}
.mune em{
	font-size: 14px;
	margin-bottom:5px;
}
.valg img{
	margin-top: 5px;
	margin-bottom: 0px;

	
}

#valget{
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	top: 40px;
	z-index: 900;
	background-color: #F8F8F8;
	overflow: hidden;
	display:none;
}
#valget ul{
	width: 240px;
	top: 50px;
	bottom: 120px;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top:-5px;
	padding-left:0px;
	margin-left:20px;
	background-color: #F8F8F8;
	border: thin solid #3E3E3E;
	overflow-y: scroll;
	overflow-x: hidden;
	/*position:absolute;*/
}

.ord {
	border-bottom: #9A9A9A thin solid;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:5px;
	min-height: 20px;
	max-height: 60px;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	color: #171717;
	letter-spacing: 1px;
	font-size:1em;
	
}

.ord2 {
	background-color: #78B1D1;
}

#filterTF{
	width: 240px;
	height: 32px;
	border-radius: 7px;
	border: thin solid #777676;
	font-size: 1em;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica, Arial, sans-serif;
	margin-left:20px;
}

#filterTF2{
	width: 240px;
	height: 32px;
	border-radius: 7px;
	border: thin solid #777676;
	font-size: 1em;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica, Arial, sans-serif;
	display:none;
	margin-left:20px;
}

#gruppSelect{
	width: 240px;
	height: 32px;
	border: thin solid #777676;
	font-size: 1em;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica, Arial, sans-serif;
	margin-left:20px;
}

#txtHint{
	text-align:center; width:100%; border-radius:0px; margin-right:50px; background-color:#b2b2b2; font-size:24px; height:30px; margin-bottom:10px; margin-top:10px; border-bottom:#000000 dotted 2px;
}

#gruppSelect2{
	width: 240px;
	height: 32px;
	border: thin solid #777676;
	font-size: 1em;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica, Arial, sans-serif;
	margin-left:20px;
}

#objHolder{
	text-align: center;
	/*border-radius: 10px;
	border: thick solid #AAA9A9;*/
	float: right;
	clear: right;
	padding-left: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	

}

#objHolder div{
	background-color: #9B9999;
	float: left;
	clear: right;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	padding-top:10px;
	border:#050505 thin solid;
	margin-top: 40px;
}
#objHolder p{
	margin:0px;
	padding-bottom:10px;
	border-bottom:#313131 dotted thin;
}

#AppsHolder2{
	width: 730px;
	height:auto !important;
	text-align: left;
	margin-top: 60px;
	border: #262626 medium dotted;
	padding-bottom: 10px;
	margin-bottom: 80px;
}

#apps img{
	float:right;
	clear:left;
	border:none;
	cursor:pointer;
	margin-right:10px;
	
}
#apps{
	border-top:#000 thin dotted;
	padding-top:2px;
	background-color:inherit !important;	
}

h2 {
	font-size: 1.5em;
	margin:5px;
	color:#0E6C93;
}


.mune2{
	width: 700px;
	background-color: #D9D8D8;
	margin-right: 10px;
	color: #252424;
	font-size: 18px;
	font-family: inder;
	font-style: normal;
	font-weight: 400;
	border: thin dotted #9A9A9A;
	text-align: left;
	clear: right;
	border-radius: 5px;
	float: left;
	-webkit-box-shadow: 0px 3px 2px #424242;
	box-shadow: 0px 3px 2px #424242;
	margin-bottom:15px;

	
	
}
.mune2 p img{

	margin-right: 5px;
	border:#373737 thin solid;
	float:left;
	clear:right !important;
	
}

.mune2 div{
	font-size: 20px;
	height:30px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: #494949;
	padding:5px;
	color:#EBEBEB;
}
.mune2 p{
	padding:5px;
	margin:0px;
	font-size:15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
}
.mune2 div img{
	float:right;
	clear:left;
	border:none;
	padding-bottom:2px;
}