/* ---------- */
/* screen.css */
/* ---------- */

/* COLORS: */
/*Tmava seda:		#5c5d5d*/
/*Svetlejsi seda:	#a6a6a6*/
/*Svetla seda:		#d2d2d2*/
/*Pi red:			#ed1c24*/

body {
	margin: 0; padding: 0;
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
}

hr { display: none; }

* { padding: 0; margin: 0; }

#page {
}

#front {
	color: #a6a6a6;
	background-color: #5c5d5d;
/*	height: 420px;*/
}

#front #logo {
	position: relative;
	top: -8px;
	margin: 60px 0px 0px 60px;
}

#front-content {
	padding-left: 130px;
}

#front address {
	width: 567px;
	height: 142px;
	position: relative;
	top: -38px;
	left: 0;
}

#front address span {
	background: url('../img/studio-pi-adresa.png') no-repeat;
	position: absolute; top: 0; left: -1pt;
	width: 100%;
	height: 100%;
}

#front div#sluzby p {
	line-height: 160%;
	margin: 0;
	padding: 8px 0 24px 0;
	border-bottom: 1px solid #a6a6a6;
	width: 253px;
}
#front div#sluzby p.last {
	border: none;
}

#front #pokracujte_klavesou {
	font-size: 11px;
	border: none;
	margin-top: 20px;
}

.display_item {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 43px 32px 120px 32px;
	padding-bottom: 120px;
}

.display_item_text {
	width: 60%;
	float: left;
	padding-right: 200px;
}

.display_item_text h2, .display_item_text h4, .display_item_text p {
/*	font-weight: normal;*/
	margin: 0;
	padding: 6px 0px 8px 0px;
	background: url('../img/line-grey-300px.gif') bottom left no-repeat;
}
.display_item_text p em {
	font-style: normal;
	font-size: 85%;
}

.display_item_text h2 span, .display_item_text h4 span, .display_item_text p span {
	font-size: 10px;
	font-weight: normal;
	color: #767676;
}
.display_item_text h2 span {
	position: relative;
	top: -1px;
}

.pdf-icon {
/*
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icon.pdf.png');
*/
}

#end {
	color: #d2d2d2;
	background-color: #5c5d5d;
	font-size: 10px;
	padding: 5px 20px;
	margin-top: 50px;
}
#end p {
	margin: 0; padding: 0;
}
