html, body, h1, h2, h3{
	margin:0;
	padding:0;
}
body{
	background-color:#000;
	text-align:center;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
#header{
	width:800px;
	height:274px;
	margin:auto;
	text-align:left;
	position:relative;
	overflow:hidden;
}
#header span{
	display:block;
	width:800px;
	height:274px;
	background-image:url(hlavicka.jpg); background-repeat:no-repeat;
	position:absolute;
	top:0; left:0;
}

/* - - - - - - - - - - - - - - - - */

#content{
	width:728px;
	margin:1em auto 1em auto;
	text-align:left;
}
.stitek{
	margin:5px;
	float:left;
}
.stitek a{
	display:block;
	width:172px;
	height:83px;
	line-height:83px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:22px;
	font-weight:lighter;
}

.stitek1 a{
	background-image:url(architektura-1229013548.png); background-repeat:no-repeat;
}
.stitek2 a{
	background-image:url(tuning-1229013552.png); background-repeat:no-repeat;
}
.stitek3 a{
	background-image:url(polepy-a-prevleky-1229013550.png); background-repeat:no-repeat;
}
.stitek4 a{
	background-image:url(karbon-1234279990.png); background-repeat:no-repeat;
}

.stitek1 a:hover, .stitek2 a:hover, .stitek3 a:hover, .stitek4 a:hover{
	background-position:left bottom;
}

#text{
	clear:both;
	margin:auto;
	width:800px;
	text-align:justify;
	padding:1em;
	line-height:1.7em;
}

h3{ display:inline; color:#C00;}
