* {margin:0;padding:0;}

/* Aby se stranka mohla roztahovat do sirky, je pozadi stranky rozdeleno do
 * dvou obrazku, jeden je u html, druhy u body */
html {
	background: #ffefd6 url("/img/pozadi_l.gif") repeat-y; 
	height: 100%;
}
body {
	background: url("/img/pozadi_r.gif") repeat-y;
	background-position: right top;
	margin:0;
	padding:0;
	height:100%;
	text-align: center;

	color: black; 
	font-style: normal;
/*	font-family: "Times New Roman";
	font-size: 12pt;*/
}
/* tohle by mel byt (spolu s body{height:100%}) hack pro firefox versus IE,
 * chtelo by to poradne overit */
html>body { min-height:100%; height:auto; }


/* globalne jsou obrazky bez ramecku, snad OK ... */
img {
	border: 0px;
}

/* sloupecky na okrajich */
#levy {
  position: absolute; 
  width: 150px;
  top: 15px; 
  left: 23px;
  border: 5px;
}
#pravy{
  position: absolute; 
  width: 130px;
  top: 25px;
  right: 0;
  left: auto;
}

/* hlavni kontejner */
#obsah {
  padding-top: 1ex;
  padding-bottom: 2ex;
  margin-left: 150px;
  margin-right: 130px;
  border: 0px;
  text-align: left;
}
#obsah h1 {
	text-align: center;
	font-weight: bolder;
	font-size: x-large;
	margin-bottom: 1ex;
}
#obsah h2 {
	font-size: large;
	font-weight: bolder;
	text-align: center;
	margin-top: 2ex;
	margin-bottom: 1ex;
}
#obsah h3 {
	font-size: medium;
	font-weight: bolder;
	text-align: left;
	margin-top: 1ex;
}

p.vskip {
	margin-top: 2ex;
	margin-bottom: 2ex;
}

a        {text-decoration: underline;}
a:link   {color: #00008B;}
a:visited {color: maroon;}
a:active {color: black;}
a:hover  {color: red; text-decoration: underline;}  
p {
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	color: black; 
	font-style: normal;
}

img.logo {
	margin: 10px
}


#novinky {
	position: relative;
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	margin-top: 3ex;
	margin-bottom: 4ex;
	text-align: left;
}  
#novinky a        {text-decoration: none;}
#novinky a:link   {color: maroon;}
#novinky a:visited {color: maroon;}
#novinky a:active {color: maroon;}
#novinky a:hover  {color: maroon; text-decoration: none;} 
#novinky p {
	text-align: center;
}
#novinky h2 {
	font-size: large;
	font-weight: bolder;
	text-align: center;
}
#novinky h3 {
	text-align: left;
	font-size: medium;
	font-weight: bolder;
}
#novinky ul {
	list-style: none;
}
/* warning, souvisejici IE hack v lib.php */
#novinky hr {
	border: 0;
	margin: 0;
	padding: 0;
	height: 12px;
	background: url("/img/vodorovne1.gif") center no-repeat;
}


/* supi forum */
#formular {
	position: relative;
	top: 0px;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	overflow:hidden;
}
#formular textarea {
	width:100%;
}

#formular .popisek {
	text-align: left;
	color: black;
	font-weight: bold;
	font-size: medium;
	margin: 0px 0px 0px 0px;
	text-indent: 5px;
}
#formular .poznamka {
	text-align: left;
	color: black;
	font-size: x-small;
	/*margin: 0px 0px 0px 0px;*/
	/*text-indent: 0px;*/
}
#formular input.tlacitko {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
	background-color: #8B4513;
	color: #FAF0E6;
	cursor: pointer;
	font-weight: bold;
	font-size: medium;
}
#formular input, textarea, select {
	background-color: #FAF0E6;
	color: black;
	border: 1px solid #8B4513;
}

#nahled {
	padding: 5px 5px 5px 5px;
	margin-top: 2ex;
	margin-bottom: 2ex;
	position: relative;
	width: 560px;
	border: 1px solid #8B4513;
	text-align: left;
}
#nahled h3 {
	font-size: medium;
	font-weight: bold;
}

#vzkazy {
	margin-left: auto;
	margin-right: auto;
	padding-top: 3ex;
	position: relative;
	width: 560px;
}
#vzkazy .datum {
	text-align: left;
	color: black;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}
#vzkazy .nadpis {
	text-align: left;
	color: Maroon;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}
#vzkazy .male {
	text-align: left;
	color: black;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}
/* warning, souvisejici IE hack v lib.php */
#vzkazy hr {
	border: none;
	margin: 0;
	padding: 0;
	height: 12px;
	background: url("/img/hr.gif") center no-repeat;
}

p.pocitadlo {
	text-align: left;
	color: maroon;
	font-size: medium;
	margin: 5px 0px 5px 0px;
	text-indent: 10px;
}
.normalni {
	text-align: left;
	color: black;
	font-size: medium;
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}
.hr {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

.tlacitko1 {
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	background-color: #8B4513;
	color: #FAF0E6;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
a.tlacitko1:link   {color: #FAF0E6;}
a.tlacitko1:visited {color: #FAF0E6;}
a.tlacitko1:active {color: #FAF0E6;}
a.tlacitko1:hover  {color: #FAF0E6; text-decoration: none;} 

span.tlacitko2 {
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	background-color: transparent;
	color: #8B4513;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}

