html, body {
	background-color: #C0D6E4;
	font-family: "sansa", Georgia, Serif;
	margin:0;
	height: 100%;
}

.container {
	 margin : auto;
	width: 100%;
	height: 99%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.info{
	position: fixed;
	top: 80px;
	right:0%;
	height:400px;
	width:10%;
	border-width: 1px;
	color:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 1;

}

.info ul{
	display: inline-block;
	list-style-type: none;
	text-align: left;
	padding-left: 30px;
	max-width: 200px;
}

.lang{
	margin:auto;
	cursor: pointer;
	background-color: #F84525;
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
	width: 200px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	line-height: 30px;
}

.disc{
	background-color: #F84525;
	width: 200px;
	padding:2px;
	margin-bottom: 2px;
	font-size: 16px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.lang:hover{
	list-style-type: none;
	background-color: #fa846f  ; 

}

.header {
	width: 100%;
	min-width: 1000px;
	height:100px;
	background-color: #7CC5D7;
	color: #fff;
	position: relative;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
}

.header #title{
	float: left;
	min-width: 245px;
	background-color:#F84525;
	height: 100px;
	width:15%;
	position: relative;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	cursor: default;
	z-index: 1;
}

.header #title h1{
	text-align: center;
	line-height:50px;
}

.header #uploader{
	min-width: 158px;
	padding-left:20px;
	position: relative;
	background-color:#7CC5D7;
	float: left;
	height:	100px;
	width: 16%;
	z-index: 0;
	margin:0;
}

.header #info-menu{
	min-width: 195px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	background-color:#7CC5D7;
	position: relative;
	float: right;
	height:100px;
	width:49%;
	

}

.header #info-menu ul{
	margin-bottom:auto;
	float: right;
	width: 180px;
}

.header #info-menu li{
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
	float: right;
	padding:2px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	line-height: 30px;
	width: 120%;
}


.content {
	margin-top: 15px;
	width: 90%;
	height: 75%;
	margin-left: auto;
	margin-right: auto;
}

.contentBorder{
	border-style: solid;
	background-color: #7CC5D7;
	border-width: 0px;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	border-color:black;
}

.tekst {
	list-style-type: none;
	background-color: #F84525; 
	width:180px;
	height:30px;
	text-align: left;
	cursor:pointer;
}

.tekst li{
	list-style-type: none;
}

.tekst:hover{
	list-style-type: none;
	background-color: #fa846f  ; 

}

.active{
	background-color: #e7919a ; 
	border-width: 2px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#form{
	padding-top:20px;
	padding-left:20px;
}


.content p{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 20px;
	color:white;
}

.bar {
    height: 20px;
    background: #00C78C;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

iframe{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#progress {
	top:70px;
	left:0px;
	position: relative;
	height:20px;
	width:24.75em;
	border-width: 1px;
	border-color:black;
	background-color: #ccc;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

input[type=file] {
	top: 10px;
	right: 0;
	position: absolute;
	left: 20px;
	cursor: pointer;
	width: 400px;
	height:80px;
	z-index: 1;
}

#teksUploader{
	position: relative;
	float: right;
	margin-right: 20px;
	font-size: 18px;
	z-index: 0;
	line-height: 60px;
	text-align: center;
	border-style: dashed;
	border-color:black;
	width:22em;
	height:70px;
	border-width: 1px;
	cursor: default;
}

#fileupload{
	background-color: #ccc;
}

#uploadbutton{
	top:0px;
	left:0px;
	position: ;
	float: left;
	background-color:#ccc;
	border-style: solid;
	width:22em;
	height:3em;
	border-width: 0px;
	line-height: 4em;
	z-index: 0;
	text-align: center;
	font-size: 18px;


	-webkit-border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	cursor: pointer;
}

.opacity{
	opacity: 0.5;
}


