@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/bg_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h2 {
  font-size:21px;
  font-weight:bold;
}

h1 {
  font-size:40px;
  font-weight:bold;
  font-style:italic;
  text-align: center;
  margin: 0;
	padding: 0;
}

.pismo {
	font-size:14px;
	width: 450px;
	text-align:justify;
}
	
.oneColElsCtr #container {
	width: 960px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #paper_top {
	background-image:url(../img/paper_top.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 95px;
}
	
.oneColElsCtr #paper_bottom {
	background-image:url(../img/paper_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 126px;
	padding-left: 125px;
}
	
.oneColElsCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../img/paper_middle.png);
	background-position:top;
	background-repeat:repeat-y;
	height: 570px;
}

.style1 {
	color: #FFFFFF;
	font-size: 9px;
}

.style3 {
	font-size: 9px
}

#nadpis {
	margin-left: 85px;
}
	
#menu {
	margin-left:50px;
	margin-top: 70px;
	width: 180px;
	display:block;
	float:left;
	background-image:url(../img/zlutak.png);
	background-position: right bottom;
	background-repeat:no-repeat;
}
	
#pocitadlo {
	margin-left:90px;
	margin-top: 330px;
	height: 70px;
	width: 142px;
	display:block;
	clear:none;
	background-image:url(../img/zlutak.png);
	background-position: right bottom;
	background-repeat:no-repeat;
}

#text {
	width: 600px;
	height: 400px;
	display:block;
	float:right;
	margin-right:85px;
}

#odst1 {
	background-image:url(../img/bg_text_1.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left: 80px;
	padding-top: 3px;
}

#odst2 {
	background-image:url(../img/bg_text_2.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left: 80px;
	padding-top: 3px;
}

#odst3 {
	background-image:url(../img/bg_text_3.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left: 80px;
	padding-bottom: 15px;
}

.list {
	line-height:33px;
	list-style:none;
}

.active {
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	color:#1B1B1B;
}

a.odkaz {
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
	color:#1B1B1B;
}

a:hover.odkaz {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
