/*
M3Konzult Joomla! 1.5 Teplate
(c) by Pavel Šenovský 2009
*/

/* ////////////////GENERAL//////////////// */

body {
  margin: 0px;
  background-color: #70331f;
}
#container {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto;
  width: 1024px;
}
#container2 {
  width: 1024px;
  background-color: white;
  border-width: 1px;
  border-style: solid;
}

#lmenu {
  border-right-style: solid;
  border-width: 1px;
  padding: 15px;
}
#rmenu {
  border-left-style: solid;
  border-width: 1px;
  padding: 15px;
}
#content {
  margin: 0 auto;
}

#paticka{
  font-size: 8px;
}

/*/////////////////TYPOGRAPHY////////////// */

h1{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 32px;
}
h2{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 22px;
}
h3{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-top-style: dotted;
  border-width: 1px;
  padding-top: 7px;
}
h4{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
p {
  margin-bottom: 18px;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  font-weight: bold;
}
a:visited {}
ul {
  margin-left: 0px;
  padding: 10px;
}
ul ul {
  margin-left: 0px;
  padding: 10px;
}

hr {
	color: black;
	border-style: dotted;
}

#bily {
	color: white;
}

/*/////////////////HEADERS/////////////////// */

#header {
  width: 1024px;
  height: 363px;
}
