body {
	background-color: grey;
}

.container {
	width: 920px;
	height: 675px;
	margin: auto;
	background-position: 20% 0%;
}

.container .text p {
	margin: 0;
	padding: 15px;
	width: 890px;
	float: left;
}

.container .left {
	float: left;
	width: 205px;
	padding-left: 15px;
}

.container .left a {
	color: #c52e2e;
}

.container .left .odkazy {
	margin-top: 20px;
}

.container .right {
	float: left;
	width: 660px;
	margin-top: 10px;
}

.container .left h1 {
	margin: 0;
	padding: 0;
}

.container .right p {
	margin: 11px 0 10px 0;
}

.vemto-bg {
	background: url("../images/background_vemto.png") no-repeat;
} 

.venturo-bg {
	background: url("../images/background_venturo.png") no-repeat;
} 

.veze-bg {
	background: url("../images/background_veze.png") no-repeat;
	background-position: 20% 40%;
} 

.main-bg {
	background: url("../images/background_main.png") no-repeat;
} 

.design-bg {
	background: url("../images/background_design.png") no-repeat #b0d66f;
}

.projekty-bg {
	background: url("../images/background_projekty.png") no-repeat #b0d66f;
	background-position: 0% 100px;
}

.skate-bg {
	background: #b0d66f;
}

.text-main {
	margin-top: 0px;
}
.text-main h1 {
	color: white;
	font-size: 34px;
	text-align: center;
	font-weight: normal;
}

.text-main p {
	color: #c52e2e;
	margin: 0;
	padding: 15px;
	width: 890px;
	text-align: justify;
}

.text-kontakty {
	margin: 0 140px;
	padding-top: 0px;
	color: #c52e2e;
}

.menu ul {
	list-style-type: none;
	margin: 0 0 0 90px;
	padding: 180px 0 0 0;
}

.menu ul li {
	display: inline;
	background: url("../images/tecka.png") no-repeat;
	background-position: 0 40%;
}

.menu ul li:first-child {
	background: none;
}

.menu ul li a {
	color: white;
	font-size: 18px;
	text-decoration: none;
	padding-left: 15px;
}

.menu ul li a:hover {
	text-decoration: none;
}

.logo {
	margin-top: 20px;
}

.odkazy {
	padding-top: 375px;
}

.left-kontakty {
	float: left;
	width: 220px;
}

.right-kontakty {
	float: left;
	width: 250px;
}

.right-kontakty2 {
	padding-top: 50px;
}

table tr {
	padding: 0;
	margin: 0;
}


