*{
	margin:0;
	padding:0;
}
.header{
	text-align:center;
	display:block;
	position:relative;
	height:35px;
	clear:both;
	background:#000 url(../images/stripe.gif); repeat top left;
	margin-bottom:30px;
	border-bottom:7px solid #ccc;
	font-size:11px;
	line-height:35px;
	text-align:right;
	font-style:italic;
	overflow:hidden;
	width:100%;
}
.header a{
	color:#aaa;
	text-shadow:1px 1px 1px #000;
	padding:0px 20px;
	outline:none;
}
.header a:hover{
	color:#fff;
}
.header a.back{
	color:#1B80B5;
	font-weight:bold;
	display:block;
	float:right;
}
.header a.back:hover{
	color:#fff;
}
.podrobnee {
	width:120px;
	height:40px;
	border:0px;
}
.parent {
        width:100%;
        padding:10px;		
    }
.child{
        margin:0 25% 0 25%;
        width:50%;
        width:153px;
        height:220px;
        margin:1px;
        float:left;
		padding:7px;
		margin-top:40px;
		margin-bottom:20px;
}
/*
.parent {
	margin-left:-30px;
        width:100%;
		height:100%;
        padding:10px;		
    }
.child{
        width:173px;
        height:250px;
        background-color:#FC3;
        margin:5px;
        float:left;
        border:1px solid #630;
		padding:7px;
		-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}
*/