@charset "utf-8";
html, body {
	height: 100%;
	background-image: url(img/bgbehind.jpg);
	background-repeat: repeat;
}
.site {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f2f2f2;
	min-height:100%;
	width: 960px;
	border: 3px solid #CCC;
	position: relative;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	background-position: center bottom;
	color: #000;
	z-index:100;
	overflow:auto;
	background-image: url(img/studio.png);
	background-repeat: no-repeat;
	
}
h6{
	position: relative;
	top: -20px;
	height: 0px;
	margin-bottom: -5px;
}

.mybutton { width: 5em; }

.logo {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.item {
	float: right;
	padding-top: 70px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.content {
	padding: 25px;
	float: left;
	height:100%;
	width: 667px;
	z-index: 110;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ccc;
	overflow: auto;
	padding-bottom: 200px;
}
.pcontent {
	float: left;
	width: 700px;
	height: 100%;
	z-index: auto;
	padding-right: 235px;
	padding-bottom: 100px;
	padding-left: 25px;
	margin-top: 20px;
	overflow: auto;
}

.p2content {
	float: left;
	height: 100%;
	width: 700px;
	z-index: auto;
	padding-right: 235px;
	padding-bottom: 100px;
	padding-left: 25px;
	margin-top: 25px;
	overflow: auto;
}
.indexright {
	padding: 25px;
	width: 190px;
	float: right;
	height: 600px;
	position: relative;
	overflow: auto;
}
.right {
	padding: 25px;
	width: 190px;
	float: right;
	height: 498px;
	position: relative;
	overflow: auto;
}

a {
	font-weight: bold;
	color: #0082c8;
	text-decoration: none;
}

.about
{
	padding-left:10px;
}

.form {
	left: 100px;
	position: absolute;
}


/*Menyn*/
ul.menu {
	list-style-type:none;
	width:auto;
/*	position:relative;*/
	display:block;
	height:36px;
	font-size:15px;
	margin:0;
	padding:0;
	background-image: url(img/menubar.png);
	background-repeat: repeat-x;
}
ul.menu li {
display:inline;
float:none;
margin:0;
padding:0;
}
ul.menu li a {
	float:left;
	color:#fff;
	text-decoration:none;
	height:24px;
	border-right-width: 3px;
	border-right: solid;
	border-color: #CCC;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;	
	margin-top: 3px;
}
ul.menu li a:hover,.current {color:#fff}
ul.menu .current a {
	background-color: #0082c8;
	color:#fff;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;	
}
ul.menu li a:hover{	background: #47aa42;}
ul.menu li.current a:hover{background-color: #0082c8;}



.little 
{
	border:0px;
}
.sel	
{
	border:1px solid #0082c8;
}



/*Appmenyn*/
.androidmenu {
	list-style-type:none;
	color: #000;
	position:relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	background-image: url(img/androidmenu.png);
	background-repeat:no-repeat;
	display:inline;
	height:80px;
	width:183px;
	float: left;
	text-align:center;
	vertical-align:middle;
}
.symbianmenu {
	list-style-type:none;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	position:relative;
	background-image: url(img/symbianmenu.png);
	background-repeat:no-repeat;
	display:inline;
	height:80px;
	width:183px;
	float: left;
	text-align:center;
	vertical-align:middle;
}
.androidmenu a {
	color: #000;
	font-size: 16px;
	line-height: 15px;
}
.symbianmenu a {
	color: #000;
	font-size: 16px;
	line-height: 15px;
}
ul.appmenu {
	list-style-type:none;
	position:relative;
	display:inline;
	width:737px;
	font-size:10px;
	float: left;
	vertical-align:middle;
	text-align: center;
	top: -10px;
}
.appandroidmenu {
	height:76px;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.appsymbianmenu {
	height:76px;
	background-color: #e6e6e6;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
ul.appmenu li {
display:inline;
float:none;
margin:0;
padding:0;
}
ul.appmenu li a {
	float:left;
	color:#000;
	text-decoration:none;
	height:62px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;	
	margin-top: 2px;
}
ul.appmenu li a:hover,.current {color:#fff;}
ul.appmenu .current a {
	background-color: #0082c8;
	color:#000;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: medium solid #CCC;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 12px;
}
ul.appmenu li a:hover{
	background-color: #47aa42;
	border: medium solid #CCC;
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 12px;
}
ul.appmenu li.current a:hover{background-color: #0082c8;}
