/* MILOSRDNI BRATRI - WEBdesign 
 *
 * Website:
 * http://www.milosrdni.cz/
 * 
 * Author:
 * Ondrej Knapp, 2008-06-21
 * web.knapp@seznam.cz
 */

/* vynulovani a centralni nastaveni fontu */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html, body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

div.cleaner {
	float: none;
	clear: both;
	height: 1px;
	display: block;
}

/* hlavni kontejner - nastaveni sirky a centrovani */

div#main {
  background-color: White;
  width: 831px;
  margin: auto;
  padding: 20px 0px 15px 0px;
  text-align: left;
}

/* hlavicka */

div#main h1 {
	position: relative;
	height: 175px;
	width: 100%;
	overflow: hidden;
}

div#main h1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../../ftp-sprava/head_milosrdni.jpg);
}

/* odkazy, odrazky */

a, a:hover, a:active {
	color: Green;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

li {
	background: url(obrazy/odrazka.gif) no-repeat 0px 8px;
	padding-left: 20px;
}

/* menu pod hlavickou */

div#horizmenu {
	background: #1A4319;
	display: block;
	border-bottom: 3px solid #41AC44;
	font-weight: bold;
	line-height: 1.7em;
	padding: 0px 10px 0px 10px; 
	margin: 1px 0px 25px 0px;
}

ul#nav li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	padding: 0px 6px 0px 6px;
	background-image: none;
}

ul#nav li#vyhledavani{
	float: right;
	position: relative;
	top: -1.7em;
}

ul#nav li a {
	color: #BDFFC1;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a.on {
	color: White;
}

/* obsah (celek a nasledne levy, prostredni a pravy sloupec) */

div#obs {
	background: url(obrazy/bckg_milosrdni.gif) repeat-y top right;
	background-color: White;
}

div#sidebar {
	background: transparent;
	width: 150px;
	float: left;
	padding-bottom: 10px;
	overflow: hidden;
}

div#sidebar a {
	font-weight: bold;
	color: #41AC44;
	text-decoration: none;
}

div#sidebar div#leftmenu a {
	font-size: 105%;
	display: block;
	margin-bottom: 3px;
}

div#sidebar a:hover {
	color: Green;
}

div#sidebar div p {
	padding: 3px 8px;	
}

div#sidebarinclude {
	padding: 3px 8px;	
	margin-bottom: 10px;
}

div#kontakty {
	background-color: #F3F3F3;
	padding: 5px 8px;
	color: #555555;
	font-size: 90%;
}

div#kontakty a {
	color: #555555;
	font-weight: normal;
	text-decoration: underline;
}

div#kontakty h3 {
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
}

div#obsah {
	background: transparent;	
	width: 430px;
	float: left;
	margin-left: 20px;
	line-height: 120%;
	text-align: justify;
}

div#rsidebar {
	background: transparent;	
	width: 185px;
	float: right;
	text-align: center;
}

/* paticka webu*/

div#paticka {
	display: block;
	text-align: right;
	font-size: 0.8em;
	border-top: 3px solid Green;
	margin-top: 25px;
	padding-top: 3px;
	color: #666666;
}

div#counter {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	display: none;
}

/* formatovaci tagy obsahu */

p {
	margin-bottom: 10px;
}

div#obsah h1 {
	height: auto;
	font: bold 2.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	text-align: right;
	color: #41AC44;
	margin-bottom: 30px;
}

div#rsidebar {
	font-size: 0.9em;
}

