
body{
font-family:trebuchet MS, arial, sans-serif;
background: url(images/tech4.gif) repeat;
width:100%;
margin:0px;
padding:0px;
behavior: url("csshover3.htc");
}


#container{
position:relative; 
min-height: 400px;
width: 850px;
margin:5% auto 0 auto;
background-color: #fff;
border:#999 1px solid;
	-webkit-box-shadow: 0 0 7px #999;
	-moz-box-shadow: 0 0 7px #999;
	box-shadow: 0 0 7px #999;
filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;

}


a{
text-decoration:none;
color:#b00;
}

h2{
	font-size:1.4em;
	letter-spacing:2px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:15px;
	font-family:trebuchet MS,arial,sans-serif;
}

.pozadi{
	z-index:-1;
	position:absolute;
	}

#header{
	height:140px;
	margin:0px auto 0px auto;
	}


#header img{
	float:left;
	margin:35px 0 auto 30px;
	border:none;
}

#header p{
	float:right;
	width:180px;
	font-size:0.8em;
	letter-spacing:2px;
	text-align:right;
	margin:45px 30px auto 0;
	color:#000;
	font-weight:bold;
	}
	
	
#menu{	
	width:100%;
	height:28px;
	border-top: #b00 1px solid;
	border-bottom:#b00 1px solid;
		}

#box{	
	float:left;
	width:20%;
	height:26px;
	text-align:center;
	padding-top:2px;
	}

#box a{
	color:#000;
	font-size:11px;
	letter-spacing:5px;
	font-family:helvetica, sans-serif;
	font-weight:bold;		
}

#box:hover{
background: #999;
}

#box:hover a{
color: #fff;
}




.actual{
	padding-top:7px;
	float:left;
	width:20%;
	height:21px;
	text-align:center;
	color:#999;
	font-size:11px;
	font-weight:bold;
	letter-spacing:5px;
	font-family:helvetica, sans-serif;
	}


#content{
	height:100%;
	margin:0 auto 0px auto;
	font-size:0.70em;
	line-height:1.7em;
	letter-spacing:0.5px;
	padding:35px;
	color:#000;
	font-family:verdana,arial,sans-serif;
	}


#content h3{
	font-size:1.6em;
	letter-spacing:2px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	font-family:trebuchet MS,arial,sans-serif;
}

#content h4 a{
	color:#000;
}

#content a:hover{
text-decoration:underline;
}
	
#footer{
	height:30px;
	text-align:center;
	width:100%;
	font-size:0.75em;
	letter-spacing:1px;
	padding-top:12px;
	color: #333;
	float:left;
	position:absolute;
	}

#footer a{
	color:#333;
	}

#footer a:hover{
	color:#b00;
	}