@charset "utf-8";


body, html, #container {
	background-color:#000000;
	height:100%;
}

body { margin:0; padding:0; overflow:hidden; }

h1 {
	font-weight:bold; 
	font-size:30px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.htmlcontent {
	width:1024px;
	height:768px;
	background-image:url(images/html/backg.jpg);
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	
}
.uvod {
	position: relative;
	top: 100px;
	left: 90px;
	width: 100px;
}
.portfolio {
	
	position: relative;
	top: 100px;
	left: 550px;
	width: 100px;
}
.omne {
	
	position: relative;
	top: 590px;
	left: 260px;
	width: 100px;

}
.kontakt {

	position: relative;
	top: 590px;
	left: 700px;
	width: 100px;

}
.content {
	position: relative;
	top: 300px;
	left: 0px;
	text-align:center;
}
a:link {
color:#FFFFFF;
text-decoration:underline;
}
a:visited {
color:#FFFFFF;
text-decoration:underline;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
}
