﻿body {
	background: #242424;
	margin: 0;
	padding: 0;
	font: 12px Tahoma, Verdana, sans-serif;
	color: #a1a1a1;
}
img { border: none; }
h1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, sans-serif;
}
a:visited { text-decoration: none; color: inherit; }
a { text-decoration: none; color: inherit; }
a:hover { color: #c7c7c7; }

#container {
	margin: 0 auto;
	width: 1000px;
}

#top {
	background: url(obrazy/1.jpg) top left no-repeat;
	width: 1000px;
	height: 250px;
}
			.first { margin-left: 300px; }
	.top_ul {
		margin: 0;
		padding: 0;
	}
	.nols { list-style: none; }
	.top_ul li {
		font-size: 10px;
	}
#content {
	background: url(obrazy/2.jpg) top left no-repeat;
	width: 1000px;
	height: 300px;
}

	#projects {
		margin: 0 125px;
		text-align: center;
	}
		#projects img {
			margin: 0 2px;
			border: 2px solid #5e5e5e;
		}
		#projects img:hover { border: 2px solid #db5353; }

#footer {
	background: url(obrazy/3.jpg) bottom left no-repeat #191919;
	width: 1000px;
	min-height: 40px;
	text-align: center;
	color: #474747;
	padding-top: 20px;
}

/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:1000px;
		background:#fff;		
		margin-bottom:2em;
		}	
				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		color: #c7c7c7
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1000px;
		height:200px;
		overflow:hidden; 
		color: #c7c7c7
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:62px;
		height:88px;
		position:absolute;
		left:-62px;
		top:71px;
		}	
	#nextBtn{ 
		left:1000px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:62px;
		height:88px;
		background:url(obrazy/leftarrow.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(obrazy/rightarrow.png) no-repeat 0 0;	
		}												

/* // Easy Slider */
