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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #000;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #007CC2;
}


#container {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000;
}

#maske {
	width: 800px;
	text-align: left;
	background-color: #000;
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#frame {
	position: absolute;
	width: 785px;
	left: 8px;
	top: 179px;
	height: 460px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007CC2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	font-size: 14px;

}

#logo {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 300px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: 16px;
	width: 200px;
	position: absolute;
	left: 580px;
	top: 25px;
	font-weight: bold;
}

#txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 16px;
	width: 200px;
	position: absolute;
	left: 580px;
	top: 45px;
}

#txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	height: 16px;
	width: 200px;
	position: absolute;
	left: 580px;
	top: 65px;
}

#line1 {
	position: absolute;
	width: 780px;
	left: 10px;
	top: 165px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007CC2;
	height: 2px;
}

#line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007CC2;
	position: absolute;
	width: 470px;
	left: 320px;
	top: 144px;
	height: 2px;
}


#button1,#button11,#button2,#button21,#button9,#button91 {
	height: 18px;
	width: 100px;
	margin-top: 0px;
	position: absolute;
	text-align: center;
	top: 147px;
}

#button1,#button2,#button9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#button1,#button11 {
	left: 320px;
}

#button2,#button21 {
	left: 420px;
}

#button9,#button91 {
	left: 690px;
}


#button11,#button21,#button91 {
	background-color: #007CC2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.framecolor {
	color: #09C;
	font-size: 18px;
}
