body, html {
	scrollbar-base-color: #eeeedd; 
	scrollbar-track-color: #ffffff; 
	scrollbar-3dlight-color: #cccccc;
    background-color:  rgb(29,43,20);
}


/* linky, form buttony */
a		{ text-decoration: none; color: #ff8c00 }
a:visited	{ text-decoration: none; color: #ff4500 }
a:hover	{ text-decoration: none; color: LightBlue }

input, textarea, select	{ background-color: lavender; color: navy; border: 1px solid rgb(29,43,20) }
input.button 			{ background-color: rgb(100,114,88); color:  rgb(29,43,20);  cursor: hand }



#head {
	margin: 0px;
	position: absolute;
	width:	795px;
	top:	0px;
	left:	200px;
	border: 0px;
	padding: 0px;
}


/* hlavni panel*/
#main {
	position: absolute;
 	width: 795px;
	top: 200px;
	left: 0px;
	padding-left: 210px;

	padding-top: 20px;
	background-color: rgb(29,43,20);

	color: lavender;
	margin: 0px;
}

/*#main H1  { 
	font-size:	medium; 
	font-weight:	normal; 
	text-align: 	center;
	font-family:	book antiqua; 
	color: 	blue; 
	text-decoration: none
}
*/

#main H1 { 
	font-size:   	large; 
	font-weight: 	bolder; 
	text-align:  	center;
	font-family: 	tahoma; 
	color: 	lavender; 
	text-decoration: none
}

#main H2 { 
	font-size:   	medium; 
	font-weight: 	bolder;
	text-align:  	center;
	font-family: 	tahoma; 
	color: 	rgb(100,114,88); 
	text-decoration: none
}


#main p {
	text-indent:	20px; 
	text-align:	justify; 
	margin-right:	20px;
	display: 	block;
}

.text p:first-letter {
	font-size: 	1.5em;
	color: 	red
}
		
.text p {
	text-indent:	20px;
	text-align:	justify;
	margin-right:	20px;
	display: 	block;
}
	

/* tohle meni ramecek kolem fotek... */
#main a img { border-color: DarkOliveGreen; }

/* sajdbar */



ul {
	list-style: 	none;
	margin: 	0;
	padding: 	0;
}

/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */

#menu2 { 
	position:	absolute; 
	z-index: 	10;
	top:		0px;
	left:		0px;
	width: 	200px;
	border-style: solid solid none solid;
	border-color: rgb(29,43,20);
	border-size: 	0px;
	border-width: 0px;
	margin: 	0px;
	color: 	lavender;
	}
	
#menu2 li a {
	height: 	32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 	24px;
	text-decoration: none;
}
	
#menu2 li a:link, #menu2 li a:visited {
	color: lavender;
	display: block;
	background: url(images/menu77g.gif);
	padding: 8px 0 0 10px;
}
	
#menu2 li a:hover {
	color: black;
	background: url(images/menu77g.gif) 0 -34px;
	padding: 8px 0 0 10px;
}
	
#menu2 li a:active {
	color: white;
	background: url(images/menu77g.gif) 0 -68px;
	padding: 8px 0 0 10px;
}	

#menu2 li a:visited {
	color: lavender;
	/*color: rgb(29,43,20);*/
	background: url(images/menu77g.gif) /*0 -102px; */
	padding: 8px 0 0 10px;
}	


/* pro emaily: antirobot */
.pozpatku {
	unicode-bidi:bidi-override;
	direction: rtl;
	color:green;
}


/* pro css galerii, co fachci jenom pod firefoxem */
.nahled_prostor {
	position: absolute;
	left: 220px;
	top: 100px;
	width: 312px; 
	background-color: yellow;
}

.nahled_prostor p {
	display: inline; 
	background-color: gray; 
	text-decoration: none; 
	border: 1px solid #000; 
	width: 100px; 
	height: 70px; 
	float: left; 
	margin: 1px 1px; 
	position: relative; 
	cursor: default;
}

.nahled_prostor p span {
	visibility: hidden; 
	display: block; 
	position: absolute; 
	width: 450px; 
	height: 340px;
	color: #000;
	top: -12px;
	left: 315px;  
	background: DarkGreen; 
	text-align: center; 
	border: 1px solid #fff; 
	cursor: default;
}



.nahled_prostor p:hover	  { white-space: normal; border: 1px solid #fff; z-index: 100; }
.nahled_prostor p:hover span  { visibility: visible; z-index: 100; }
.nahled_prostor p:hover span  { margin: 10px; border: 1px solid #000; position: relative; z-index: 100; }


input.tlacitko {
	background-color: DarkGreen; 
	color: lavender; 
	width: 200px; 
	height: 34px;
	background: url(images/menu77g.gif); 
	border: 0px;
}

input.kecy {
	background-color: rgb(100,114,88); 
	color: black; 
	border: 0px;
}

textarea.kecy {
	background-color: rgb(100,114,88); 
	color: black; 
	border: 0px;
}


/* poznamky pro vyvoj */
.note { color: red }


/* definice pro forum: */
.forum_msg_even { background-color: rgb(65,79,56); color: lavender; }
.forum_msg_odd  { background-color: rgb(184,198,175); color: rgb(29,43,20); }


/* definice pro submenu v historii a vybave */
.history input {
	color: #ff8c00;
	background-color: rgb(29,43,20);
	border-color: DarkOliveGreen;
	border-width: 1px;
/*  border-style: dashed;*/
	cursor: hand;
}

.history p {
	position: relative;
	left: 10%; 
	width: 80%;
	text-indent: 50px;
}

.history p:first-letter {
	font-size: 1.5em;
	color: red;
}

.history img {
	/*float:left;*/
	margin: 15px;
}

.small_date {
	color: dimgray;
	/*color: DarkOliveGreen;*/
	font-size:small;
}

.img_kurziva {
	font-style:italic;
}

/* news div pro psani novinek */  
#news {
	/*  width: 200px;       */
	/*  height: 100px;      */
	/*  position: relative; */
	/*  left: 590px;        */
	/*  bottom: -130px;     */

	width: 770px;
	height: 100px;
	position: relative;
	left: 20px;
	bottom: -0px;
}

#news p {
	text-indent:0px;
	background-color: rgb(100,114,88); /* lavender; */
	color: rgb(29,43,20);
	display: block;
	overflow: auto;
	height: 95px;

/*uprava skritek 12.11.2006 - zkouska */
	border-style: solid;
	border-color: DarkOliveGreen;
	border-width: 1px;
  	background-color: rgb(29,43,20);
	color:lavender;
/*konec upravy skritek*/
}


#news p:first-letter {
	font-size: 1em;
	color: lavender;
}



/* obrazky do vybaveni */
.eq {
	float:left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
a.eq img {
	border: none;
}

a.eq {
	display: block;
	text-decoration: none;
	width: 75px;
	height: 50px;
	border-width: 0px;	
}

a.eq:visited {
	display: block;
	width: 75px;
	height: 50px;
	text-decoration: none;
	border-width: 0px
}

a .enlarge {
	display: block;
	position: relative;
	visibility: hidden;
	border-width: 0px
}

a.eq:hover .enlarge {
	top: -125px;
	left: 0px;
	width: 300px;
	position: relative;
	visibility: visible;
}

*/
