




@import url("contact.css");

@font-face {
    font-family: neou;
    src: url('http://ac85602.thg.se/Neou-Thin.ttf')
}

@font-face {
    font-family: walk;
    src: url('http://ac85602.thg.se/Walkway%20Black.ttf')
}

body {
    background-color:#000;
    background-repeat:none;
    background-attachment: fixed;
    background-size: cover;
}

#container {
    width: 1000px;
    border: 2px solid;
    border-color: #6E6B5F;
    margin: auto auto;
    margin-top: -10px;
    margin-bottom: 20px;
    background-image:url('images/back_center01.png');
    background-repeat:none;
    box-sizing: border-box;
}

#header {
    width: 40%;
    height: 19%;
    background-image:url('images/moonman_website2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: auto auto;
    margin-top: -10px;
    margin-bottom: 5px;
}

#menubar {
    width: 994px;
    height: 73px;
    margin: auto auto;
    margin-top: 1px;
}

#textkanskeva {
    color: white;
    width: 46%;
    margin: auto auto;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 30px;'
}

#textkanskeva a {
    text-decoration: underline;
    color: #00C700;
}

#textkanskeva a:hover {
text-decoration: underline;
color: #009900;
}

#textkanskeva2 {
    color: white;
    float: right;
    width: 46%;
    margin: auto auto;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 30px;
}

#filemanager {
    width: 820px;
    height: 980px;
    margin: auto auto;
    margin-top: 20px;
}

.fint {
    width: 100%;
    height: 100px;
}

h1 {
    font-family: walk;
    margin: 0;
    margin-bottom: -20px !important;
    padding: 0;
    font-size: 34px;
}

h2 {
    margin: 0;
    font-size: 18px;
    font-family: walk;
}

.pure-button-pure-button-primary, .pure-button-pure-button-primary span {
    display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.pure-button-pure-button-primary{
 white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}

.pure-button-pure-button-primary.full, .pure-button-pure-button-primary.full span {
	display: block;
}

.pure-button-pure-button-primary:hover, .pure-button-pure-button-primary.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}

.pure-button-pure-button-primary:active, .pure-button-pure-button-primary.active {
	top:1px;
}

.pure-button-pure-button-primary span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.4em 1.1em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

