html {
	height: 100%;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	background: #020c25;
	text-align: center;
	height: 100%;
}
input, textarea, select {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	background: #020c25;
	border: 1px solid #999;
	color: #999;
	font-size: 10px;
}

input, textarea {
	padding-left: 3px;
	font-size: 11px;
}

#balken {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	width: 100%;
	height: 36px;
	z-index: 8;
}

#login {
	position: absolute;
	top: 0px;
	left:50%;
	margin-left: -490px;
	width:100%;
	background: #000 url(../img/logo_kyocera.gif) no-repeat right;
	height: 36px;
	z-index: 9;
}

#login table{
	position:absolute;

}

#logo{
	width: 126px;
	height: 36px;
	
}

/*#login {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	width: 1009px;
	background: #000 url(../img/logo_kyocera.gif) no-repeat right;
	height: 36px;
	z-index: 9;
}*/
#taskalfa {
	text-align: left;
	background: #80add4;
}
#left {
	position: absolute;
	left: 0;
	width: 50%;
	height: 644px;
	background: #0f0;
	background: url(../img/background_left.jpg);
	float: left;
	z-index: 1;
}
#right {
	position: absolute;
	left: 50%;
	width: 50%;
	height: 644px;
	float: left;
	z-index: 2;
}

#flashContent{
	position: relative;
	top: 36px;
	width: 100%;
	height: 100%;
}
#container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -504px;
	width: 1009px;
	height: 644px;
	background: #020c25 url(../img/background_index.jpg) repeat-x;
	float: left;
	z-index: 3;
}
#content {
	margin: 40px;
}
#content input,
#content textarea,
#content select {
	color: #999;
}

a.bullet {
	background: url(../img/bullet.gif) no-repeat;
	padding-left: 20px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover.bullet {
	color: #999;
	text-decoration: none;
}

label {
	text-transform: uppercase;
	
}
table.form {
	position: absolute;
	top: 379px;
	left: 346px; 
	text-align: left;
	
}
table.form input,
table.form textarea,
table.form select {
	text-align: left;
}
table.form input,
table.form textarea {
	width: 177px;
}
table.form select {
	width: 182px;
}
.form td {
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 5px;
}

.tr_language { 
	visibility: hidden;
}