*{
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
	background-color: #000000;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 0.95em;
}
#container{
	margin: 0px auto;	
	width: 	100%;
	text-align: center;
}
#header{
	background-color: #000000;
	height: 135px;
	width: 100%;
}
#title{
	clear: left;
	float: left;
	width: 17%;
	padding-top: 80px;
	padding-left: 10px;
}
#content{
	clear: right;
	float: right;
	width: 81%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
		
}

#poze
{
	width:750px;
	text-align: center; 
	padding-left:10%;
}

#video
{
	width:750px;
	text-align: center; 
	padding-left:5%;
}

#menu{
	clear: both;
	
	width: 	100%;
	text-align: center;
	
}
#submenu{
	height: 60px;
	width: 	80%;
	text-align: left;
	padding-left: 20%;
}
#hover{
	padding-left: 15px;
	text-align: center; 
}
img{
	border: 0;
}
a:hover, a:link, a:visited{
	text-decoration: none;
	color: #FF0000;
	border: 0px;
}
.line{
	width: 100%;
	background: #000000;
	border-collapse: collapse;
	border: 0px;
}
.cline{
	background: url("../img/cline.jpg") repeat-x;
	width: 100%;
}
.lline{
	background: url("../img/lline.jpg") no-repeat;
	width: 70px;
	height: 25px;
	display: table;
}
.rline{
	background: url("../img/rline.jpg") no-repeat right;
	width: 70px;
	display: table;
	height: 25px;
}

#blog{
	width: 80%;
	
}

#contact{
	width: 81%;
	text-align: left;
}

#conturvideo
{
	
	height:400px;
	width:850px;
	text-align:center;
	padding-left:20px;
	align: center; 
}

.contursli
{
	border-style:solid;
	border-width:3px;
	border-color:#404040;
	height:100px;
	width:150px;
}

div.playercontainer
{
position: absolute;
top: 200px;
left: 200px;
width: 850px;
height: 400px;
border: 2px;
padding: 2px;
border-style: solid;
border-color: #223344;
z-index: 100;
}

div.player
{
position: absolute;
top: 200px;
left: 200px;
width: 850px;
height: 400px;
}

/***************************************Video Slide*************************************/
div.scrollable {
	position:relative;
	overflow:hidden;	 	
	min-width: 850px;	
	height:125px;
	background-color:#000;		
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:8px;
}


 div.items div {
	float:left;	
	text-align:center;
	width:120px;
	height:60px;
	font-size:30px;
	margin:8px;
	font-family: 'bitstream vera sans';
	background-color: #000000;	
	-moz-border-radius:5px;
}


div.scrollable div.items div.active {		
	background-color:#000000;
}

div.scrollable {
	float:left;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/left.png) no-repeat;
	float:left;
	margin:25px 10px;
	cursor:pointer;
	font-size:1px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}


a.next, a.nextPage {
	background-image:url(../img/right.png);
	clear:right;	
}

div.items h3, div.items p, div.items span {
	margin:5px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
}

div.items h3 em {
	font-style:normal;
	color:yellow;
}

/***********************************End of video slide*************************************************/
.idleField{
	
	width: 258px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	border: 2px solid #ccc;
}

.focusField{
    border: 2px solid #000; 
    width: 258px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	background-color:#F2E992;
    }

h1{
	text-align:left;
	color:#FFF;
	font-size:18px;
	margin-top:2px;
	margin-bottom:5px;

}