﻿.wrapper
 {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: white;
}

.wide 
{
	width: 100%;
	font-weight: bold;
}

.top 
{
	height: 194px;
	background-image: url(../../storage/images/top_dj.jpg);
}

.bottom 
{
	text-align: center;
	padding-bottom: 10px;
}

.outer 
{
	border-left: 170px solid white;  
	border-right: 170px solid white;
}

.inner 
{
	width: 730px; /* + .outer(border-left) = .wrapper(width) */
}

* html .inner 
{
	width: 100%;
}

.float-wrap 
{	
	float: left;
	width: 730px;
	margin-left: -170px; /* stejna delka jako left width */
}

.left 
{
	float: left;
	width: 170px;
	position: relative;
}

.right
{
	float: right;
	width: 170px;
	position: relative;
}

* html .right 
{
	margin: 0 -170px 0 0;
}

.center 
{
	float: right;
	width: 555px;
	padding-right: 5px;
	padding-top: 10px;
}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap 
{
	border-bottom: 1px solid transparent;
}
