
body {
	margin: 0px;
	padding: 0px;

	background-color: black;
	background-image: url(/grafika/bg.png);
	background-repeat: repeat;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

	display: block;
	background: white;

	width: 1040px;
}

#home {
  position: relative;

    left: 448px;
  
  top: 147px;
  /*width: 124px;*/
  width: 121px;
  height: 123px;

  display: block;
  float: left;

  z-index: 1;

  border: none;
}

#library {
  position: relative;

    left: 402px;
  
  top: 108px;
  width: 184px;
  height: 183px;

  display: block;
  float: left;

  z-index: 0;

  border: none;
}

#blog {
  position: relative;

    left: 358px;
    top: 150px;
  width: 124px;
  height: 123px;

  display: block;
  float: left;

  z-index: 1;

  border: none;
}

#services {
  position: relative;

    left: 323px;
    top: 118px;
  width: 152px;
  height: 151px;

  display: block;
  float: left;

  z-index: 1;

  border: none;
}

#about_me {
  position: relative;

    left: 321px;
    top: 155px;
  width: 114px;
  height: 114px;

  display: block;
  float: left;

  z-index: 1;

  border: none;
}

.border_left {
	width: 10px;

	background-color: white;
	background-image: url(/grafika/border_left.png);
	background-repeat: repeat-y;

	padding-bottom: 32767px;
	margin-bottom: -32767px;

	float: left;
}

.border_right {
	width: 2px;

	padding-bottom: 32767px;
	margin-bottom: -32767px;

	background-color: white;
	background-image: url(/grafika/border_right.png);
	background-repeat: repeat-y;

	float: left;
}

/* ---------------------------// LAYOUT - NADPISY //------------------------- */
.links_h1, .blog_h1, .services_h1, .aboutme_h1 {
	font-family: "Arial Black", "Rasheeq";
	font-size: 31px;
  font-weight: normal;
	margin: 0px;
	height: 40px;
	display: block;
}

.links_h1 {
	color: white;
	background-color: #202020;
	margin-left: -1px;
  	height: 65px;
	}

.blog_h1 {
	color: black;
	margin-left: -2px;
}

.services_h1 {
	height: 65px;
}
/* -------------------------------------------------------------------------- */

a {
  color: darkred;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* ---------------------------// DESIGN //----------------------------------- */
.space_34x1 {
	width: 34px;
}

.space_35x1 {
	width: 35px;
}
/* -------------------------------------------------------------------------- */

