body {
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../img/bg.jpg) repeat-x  black;
}
a{
	text-decoration:none;
}
#top{
	position:fixed;
	top:0;
	z-index:2;
	width:100%;
	background-color:black;
	padding:20px 0 12px 0;	
}

#bottom{
		padding:1px 0 12px 0;
	}
#bottom ul {
	color:#F3F4F8;
	width:1000px;
	margin:0 auto;
	padding:10px 0;
}
#bottom ul li{
	list-style:none;
	width:300px;
	margin-left:30px;
	float:left;
}
#bottom ul li p{
	color:green;
}
#bottom ul li span{
	color:#F3F4F8;
}
#bottom  a{
	color:green;
}
#bottom  a:hover{
	text-decoration:underline;
}
img, a img{
	border:none;
}
#footer{
	width:97%;
	text-align:right;
}
#footer p a{
	color:silver;	
}
.clear{
	clear:both;
}
h2 a{
	color:green;
}
h2 a:hover{
		text-decoration:underline;
}
#top ul{
	z-index:3;
	width:700px;
	margin:0 auto;
	padding:0;
}
#top ul li{
	list-style:none;
	float:left;
	margin-right:25px;	
}
#top ul li a{
	color:#ccc;
	font-weight:bold;
	display:block;
}
#top ul li a:hover{
	color:#eee;	
}
#container{
	position:relative;
	padding-top:45px;
	width:1000px;
	margin:0 auto;
	height:475px;
}
#webpages #container{
	width:1015px;
}
#webpages #container img:hover{
	opacity:.8;
}
#divbestq{
	z-index:2;
	position:absolute;
	left:5px;
	top:3px;
}

#jsq{
	width:770px;
	position:relative;
	top:15px;
	margin:0 auto;
	
}

#wspolpraca{
	position:relative;
	top:20px;
	text-align:center;
}
h1#wspolpraca{
	font-size: 11px;
	font-weight:normal;
	color:#444;
}
.images div{
	width:94%;
}
div.foto{
	margin:13px auto;
	width:1074px;
}

#about{
text-align:center;
margin:80px 0;
color:#999;
font-size:1.1em;
}
#about h2{
font-family: 'Reenie Beanie', arial, serif;
color:#555;
font-size:50px;
margin-bottom:5px;
margin-top:10px;
}
#about h3{
font-family: 'Reenie Beanie', arial, serif;
color:#666;
font-size:30px;
margin:3px;
}
#about h4{
color:#ddd;
margin:1px;
}
#about a{
color:#aaa;
text-decoration:none;
}

#siteWrap {
		margin: 0 auto;
		width: 540px;
		position: relative;
	
	}
	#pageWrap {
		z-index: 5;
		margin:20px;
	}
	#pageWrap img{

		margin:5px 0;
	}
	.page {
		cursor: pointer;
		margin-right:2px;
	}
	
	.clear {
		clear: both;
	}
	
	/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* container for slides */
.images {
	background:#fff url(h3000000.png) repeat-x;
	border:1px solid #666;
	position:relative;	
	height:300px;
	
	width:650px;
	float:left;	
	margin:15px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigato.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(hori_lar.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

#omnie{
	width:950px;
	margin:10px auto;
}

/* main vertical scroll */ #main {
    position: relative;
    overflow: hidden;
    height: 450px;
}

/* root element for pages */ #pages {
    position: absolute;
    height: 20000em;
}

/* single page */ .page {
    padding: 10px;
    height: 450px;
    border:1px solid #ddd;
    width: 720px;
}

/* root element for horizontal scrollables */ .scrollable {
    position: relative;
    overflow: hidden;
    width: 710px;
    height: 420px;
}

/* root element for scrollable items */ .scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
}

/* single scrollable item */ .item {
    float: left;
    cursor: pointer;
    width: 700px;
    height: 450px;
    padding: 10px;
}

/* main navigator */ #main_navi {
    float: left;
    padding: 0px !important;
    margin: 0px !important;
} #main_navi li {
    background:url(../img/omnie_bg.jpg) #E1E1E1 repeat-x;
    border-top: 1px solid #ccc;
    clear: both;
    color: #FFFFFF;
    font-size: 10px;
    height: 75px;
    list-style-type: none;
    padding: 10px;
    width: 190px;
	color:silver;
    cursor: pointer;
} #main_navi li:hover {
    background-color: #F3F2F7;
	color:#aaa;
}
#main_navi li img{
	opacity:.6;
}
#main_navi li:hover img{
	opacity:1;
}
#main_navi li.active img{
	opacity:1;
}
#main_navi li:hover strong{
	color:#805b5b;
}
 #main_navi li.active {
	color:#805b5b;
	background-color: #EEEEF7;
}
 #main_navi li.active strong{
	color:#805b5b;
}  #main_navi img {
    float: left;
    margin-right: 10px;
} #main_navi strong {
    display: block;
} #main div.navi {
    margin-left: 250px;
    cursor: pointer;
} #main_navi li strong{
	color:#a08b8b;	
	font-size:12px;
}
#omnie ul#myList{
	padding-left:0;
}
#omnie #main li{
	font-size:12px;
	background-color:#F3F4F6;
	border-bottom:1px solid white;
	list-style:none;
}
.items h3{
	margin-top:0;
	font-size:14px;
	padding-top:0;
	margin-bottom:5px;
}
#omnie .left{
	float:left;
	width:100px;
	margin-left:5px;
}

.more{
	font-size:11px;
	margin-left:105px;
	text-decoration:underline;
	
	}
.slider{
	margin-left:110px;
	line-height:130%;
	padding-bottom:15px;
	font-size:12px;
	color:#A0A0A0;
}
#omnie li span{
	font-weight:bold;
	color:#333;
	}
#omnie li span.left{
	font-weight:normal;
	}
#omnie a:hover{
	text-decoration:none;
}
pre{
	font-size:12px;
	margin:8px;
	margin-left:110px;
}
#container strong{ color:#333;}
#myList p{margin:0; text-align:left; margin-left:3px; font-size:12px; color:#777; padding-top:5px;}
.wypunktowanie li{
	margin:1px 0;
	color:#777777;
}
div#dyplomy a img{
opacity:.7;
}
div#dyplomy a:hover img{
opacity:1;
}
#facebook{
 left: 90px;
 position: absolute;
 top: 170px;
}
div.images a{
color:navy;
}
