

body {
	margin: 0;
	text-align: center;
	background: #1b1b1b url(design/pattern2.gif) repeat;
	background-attachment: fixed;	
	color: black;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div#telobig {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	min-height: 200px;
}


div#telo {
	margin: 20px 0 0 0;
	float: left;
	width: 800px;
	min-height: 200px;
}



@font-face { /* ie font */
	font-family: 'AllerLight';
	src: url('Aller_LtIt.eot');
}

@font-face {
	font-family: 'AllerLight';
	src: url('Aller_LtIt.ttf') format('truetype');
}


.stred {
	position: relative;
	float: left;
	text-align: left;
	width: 800px;
	margin: 20px 0;
	padding-bottom: 10px;
	background-color: #fff;
}


div#footer {
	position: relative;
	clear: both;
	margin: 0 0 20px 0;
	width: 800px;
	height: 75px;
}

div#footer a.hore {
	position: absolute;
	left: 20px;
	top: 10px;
}



/* DESIGN DESIGN DESIGN DESIGN DESIGN */






div.clear {
	float: left;
	clear: both;
}




/* VSEOBECNE NASTAVENIA PRE PRVKY V OBSAHU STRANKY */


p.toptext {
	text-align: center;
	color: #999;
}



h1, h2, h3 {
	font-family: "AllerLight", "Trebuchet MS", Arial, Tahoma, sans-serif;
}
h4, h5, h6 {
	font-family: Arial, Tahoma, sans-serif;
}

#title {
	display: block;
	font-family: "AllerLight", "Trebuchet MS", Arial, Tahoma, sans-serif;
	margin: 20px 20px 0 20px;
	padding: 4px 0 8px 0;
	color: #0c9ae4;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
}
h1 {
	clear: left;
	margin: 30px 20px 10px 20px;
	color: #0c9ae4;
	font-size: 22px;
	font-weight: normal;
}
h2 {
	clear: left;
	margin: 20px;
	color: #0c9ae4;
	font-size: 30px;
	font-weight: normal;
		padding: 15px 0 15px 60px;
		background-position: left center;
		background-repeat: no-repeat;
}
h3 {
	clear: left;
	margin: 30px 20px 10px 20px;
	color: #636363;
	font-size: 22px;
	font-weight: normal;
}
h4 {
	margin: 0 20px 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}



.i-experience {
	background-image: url(design/icons/experience.jpg);
}
.i-skills {
	background-image: url(design/icons/skills.jpg);
}
.i-personality {
	background-image: url(design/icons/personality.jpg);
}
.i-docs {
	background-image: url(design/icons/docs.jpg);
}
.i-hire {
	background-image: url(design/icons/hireme.jpg);
}





p {
	margin: 20px;
}

ul {
	margin: 20px;
}



img {
	border: 0;
}


/* odkazy odkazy odkazy */

a:link {
	color: #0c9ae4;
}
a:active {
	color: #0c9ae4;
}
a:visited {
	color: #0c9ae4;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/* odkazy footer cast */

div#footer a:link {
	color: #999;
}
div#footer a:active {
	color: #999;
}
div#footer a:visited {
	color: #999;
}
div#footer a:hover {
	color: #ddd;
}


div#footer p#copyright {
	position: absolute;
	left: 0;
	top: 10px;
	width: 700px;
	margin: 0 40px;
	padding: 0;
	text-align: center;
	color: #999;
}





#links {
	position: absolute;
	right: 0;
	top: 10px;
	color: #999;
	text-align: right;
}

.button {
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	background: url(design/icons/pdf.gif) left center no-repeat;
}







.workedfor {
	margin: 0 20px;
	padding: 0;
}
	.workedfor li {
		margin: 5px 0;
		padding: 5px 0 5px 20px;
		border-bottom: 1px solid #ddd;
		list-style-position: inside;
		font-size: 13px;
	}
		li.noline {
			border-bottom: 0;
		}






/* ------ WORK PORTFOLIO ------ */

#work {
	position: relative;
	width: 760px;
	height: 550px;
	margin: 0;
	padding: 0;
}
	
	.work-title {
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 760px;
		margin: 0;
		text-align: center;
		z-index: 99;
	}
	.work-description {
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 760px;
		margin: 0;
		padding: 0;
		text-align: center;
		color: #999;
		z-index: 98;
	}	
	.work-title2 {
		position: absolute;
		bottom: 50px;
		left: 10px;
		width: 180px;
		margin: 0;
		text-align: left;
		z-index: 99;
	}
	.work-description2 {
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: 180px;
		margin: 0;
		padding: 0;
		text-align: left;
		color: #999;
		z-index: 98;
	}

















