/*Zakladni nastaveni*/
body    {
          margin: 0;
			padding: 0;
   		  font:12px "Verdana","Arial CE","Arial",sans-serif;
          font-size: 12px;
           color: black;
           background-color:#EEEEEE;
		
}

a {
	color: #B36600;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}
/*  { border: solid thin red } */

/*Hlavni datova oblast*/
div#main {
		position:absolute;
		width:1000px;
		left:50%;
		margin-left:-500px;
		background-color:white;
}		

  
div#hlavicka {
	border-bottom:2px solid #9c6318;
	padding:5px;
	background-color:#FFE4BF;
	background-image: url("../images/palava.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	
	height:90px;
}
       
h1.nadpis_hlavni {
	font-size: 20px ;
	text-align:center;
	margin-left: 33%;
	width:400px;
	color: #B36600;
	
}

h2.nadpis_hlavni {
	font-size:1.4em;
	text-align:center;
	margin-left: 33%;
	margin-top:-10px;
	width:400px;
	color: #B36600;
	
}

h1 {
	font-size:1.4em;
	text-align:left;
	text-transform: uppercase;
	color: #B36600;
}

h2 {
	font-size:1.1em;
	text-align:left;
	color: #B36600;
}

h1,h3,h4 {
	text-align:center;
	margin-bottom:25px;
}

img#prave_logo {
	display:block;
	position:absolute;
	left:820px;
	top:15px;
}



div.polozka_menu {
	border-top: 1px solid #9c6318;
	position: relative;
	width: 130px;
	height:20px;
	background-image: url("../images/sipka.gif");
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	color: #B36600;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:3px;
		
}

div.polozka_menu:hover {
	background-color:#FFC880;
}	
	
div.polozka_menu a {
	color:inherit;
	text-decoration:none;
}

div.polozka_menu a:hover {
	color:inherit;
	text-decoration:underline;
	background-color:#FFC880;
}

div.menu_aktivni {
	border-top: 1px solid #9c6318;
	position: relative;
	width: 130px;
	height:20px;
	background-image: url("../images/sipka.gif");
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	color: #B36600;
	font-weight:bold;
	text-transform: uppercase;
	padding-top:3px;
	background-color:#FFC880;
}
p#titulni {
	text-align:center;
	font-size:1.2em;
	font-style: italic;
}
div#stred {
	padding-left: 20px;
	padding-right: 25px; 
	margin-top: 20px;
	overflow:auto;
	height:790px;
	}


div#levy {
	float:left;
	width:130px;
	background-color:#FFE4BF;
	padding-top: 50px;
	border-right:2px solid #9c6318;
	height:760px;
}

div#pravy {
	float:right;
	width: 170px;
	margin-top: 50px;
	margin-right: 5px;
	text-align:center;
}

div#pravy h2 {
text-align:center;
}

div#pravy #info {
border-left: 2px solid #9c6318;
	background-image: url("../images/sipkar.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffe3c8;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
div#pravy .nadpis {
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
}

div#pravy p {
	margin: 15px;
}

div.aktuality {
	background-image: url("../images/sipkar.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border-left:2px solid #9c6318 ;
	padding-left: 15px;
	height:150px;
}
div.aktuality div {
white-space:nowrap;
	
}

/* obrazek knihy */
div.obal {
	float:right; 
	/*height:120px;*/
	/*width:80px;*/
	border:1px solid #FF9100;
	margin-right:100px;
	margin-top: 15px;
}

ul.seznam {
	list-style-image: url("../images/sipkar.gif");
	vertical-align:middle;
	
}

ul.seznam li {
	margin: 5px;
}

.center {
text-align:center;
}

table * {
	font-size:14px;
}

.special {
	font-size: 1.1em;
	font-weight:bold;
}

p {
	margin: 10px;
}

ul.detail {
	list-style-image:none;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}
	

ul.preklady {
	list-style-image: url("../images/sipkar.gif");
}

form {
}


