<style>
*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	background-color: black;	
}
h1{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #D51F16;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
img{
	border:none;
}
a:link{
	text-decoration: none;
	color: #D51F16;
}
a:visited{
	text-decoration: none;
	color: #D51F16;
}
a:hover{
	color: #ff6600;
        text-decoration: underline;
}
#vnejsi{
	position: relative;
	width: 916px;
        height: 485px;
	left: 50%;
	margin-left: -460px;
        padding-top: 50px;
}
#kontejner{
	position: relative;
	width: 916px;
        height: 474px;
	left: 50%;
	margin-left: -460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
        background-image: url("./akusticke-obklady.cz.jpg");
        background-repeat: no-repeat;
}
#nadpis {
	position: relative;
	width: 690px;
        height: 100px;
	left: 205px;
	top: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #D51F16;
}
#obsah {
	position: relative;
	width: 370px;
        height: 290px;
	left: 10px;
	top: 65px;
	text-align: justify;
	color: #404040;
}
#paticka{
	position: relative;
	width: 916px;
        height: 100px;
	left: 50%;
	margin-left: -470px;
        padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: white;
}
</style>