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

body {
	background-color: #000;
	font-family:"Courier New", Courier, monospace;
}
a:link {
	color: #F8F8F8;
	font-weight: bold;
	font-weight:bold;
}
a:visited {
	font-weight:bold;
	color: #FFF;
}
a:hover {
	padding-left: 3px;
	font-weight:bold;
	color: #C00;
	font-weight: 500
}
a:active {
	font-weight:bold;
	color: #FFF;
}
#header {
	width:1024px;
	height:461px;
	background-image:url(../images/mainscreen.png);
	margin:0 auto;
	position:static;
	z-index:0;
	border: 1px #C00 solid;

}
.navbalk {
	width:1024px;
	height:30px;
	background-color:#333;
	text-align:center;
	margin:0 auto;
	border-bottom:#C00 1px solid;
	border-left:#C00 1px solid;
	border-right:#C00 1px solid;
	padding-top:10px;

}
.navbalk h3 {
	display:inline;
	margin:5px;
	color:white;

}
/* divje */
.container {
    width:350px;
	height:400px;
	float:right;
	right:50px;
	top:50px;
	border: 1px;
	position:relative;
	z-index:99;
	}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	font-size:14px;
	font-weight:bold;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #999;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
    background: #999;
    color:#fff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #000;
    border-bottom: 1px solid #000;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #000;
	text-align:left;
	font-size:12px;
	color:#fff;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
	word-wrap: break-word;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
input{
    background-color: black;
    border: 1px white solid;
	color:white;
	padding:3px;
	font-weight:bold;
}
input:hover{
	color:#C00;

}
