/* CSS Document */
@import url(reset.css);
h2 {
	font-weight:bold;
}

h3 {
  font-size: 16px;
}
#page {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	width: 530px;
    background-color:#FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
#name {
	color: #000;
	font-size: 12px;
}
#subname {
	font-size: 17px;
	position: relative;
	top: 5px;
	font-family: Verdana, Geneva, sans-serif;
  /*font-family: Georgia, Arial, sans-serif;*/
  /*padding: 3px 3px 3px 3px;*/
}
#content {
	font-family: Georgia, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	position: relative;
	top: 35px;
	text-align: justify;
}
#kontakt {
  position: relative;
  left: 15px;
}
#break {/*
  border-top-color: rgb(0,0,0);
  border-top-style: solid;
  border-width: 1px;*/
}
#foot {
  color: rgb(0,0,0);
  font-size: 12px;
  /*font-family: Georgia, Arial, sans-serif;*/
  text-align: justify;
  position: relative;
  top: 50px;
  margin-bottom: 60px;
}
#subname a {
  margin: 1px 1px 1px 1px;
}
#subname .selected {
  font-weight: bold;
  text-decoration: none;
  color: rgb(0,0,0);
  /*background-color: rgb(255,255,255);*/
  /*padding: 1px 1px 1px 1px;*/
}
#subname a:hover {
  font-weight: bold;
  text-decoration: none;
  color: rgb(180,0,0);
  /*background-color: rgb(255,255,153);*/
  /*padding: 1px 1px 1px 1px;*/
}
/* odkazy v obsahu*/
#content a {
  color: rgb(153,0,204);
  text-decoration: none;
}
#content a:visited {
  color: rgb(0,0,150);
  text-decoration: none;
}
#content a:hover {
  color: rgb(200,0,0);
  text-decoration: underline;
}
/*odkazy v paticce*/
#foot a {
  color: rgb(80,80,80);
  text-decoration: none;
}
#foot a:hover {
  color: rgb(0,0,0);
  text-decoration: underline;
}
#subname a {
  text-decoration: none;
  color: rgb(0,0,0);
}
.pata {
  color: rgb(80,80,80);
  text-decoration: none;
}
#page #name #lang {
	font-size: 14px;
	color: #000;
	text-align: right;
	position: relative;
	top: -40px;
	z-index: 5;
	right: 2px;
	width: 530px;
}
.menu_selected {
	font-weight: bold;
}
blockquote {
	padding-left: 20px;
}
