/* style związane z edytowalną treścią serwisu 														*/
/* UWAGA: wszystkie style zdefiniowane tutaj MUSZĄ ROZPOCZYNAĆ SIĘ selektorem ".main_cell" 			*/
/* aby można było je zawsze wydzielić od pozostałych styli serwisu									*/


/* style słownika */
@import url(http://www.kanionclub.pl/ff_dictionary/styles/dictionary_styles.css);

.right {
float:right;
margin: 5px 0 5px 10px;
}

h1 {
	color: #C09D76;
	font-size: 140%;
}
h2 {
	color: #000;
	font-size: 120%;
	color: #C09D76;
}
h3 {
	color: #000;
	font-size: 110%;
	color: #C09D76;
}
h4 {
	color: #C09D76;
	font-size: 100%;
}
h1.folder_title {
	color: #c09d76;
	margin-bottom: 15px;
}


/* kolor tla dokumentu */
.main_cell {}

/* tytul dokumentu */
h1.folder_title {font-size:14px;}

/* --- STYLE TEKSTU --- */
.main_cell h1 {font-size:16px}
.main_cell h2 {font-size:15px}
.main_cell h3 {font-size:14px;margin:2em 0 0.5em;}
.main_cell h4 {font-size:13px}
.main_cell h5 {font-size:12px}
.main_cell h6 {font-size:11px}


.main_cell address {}
.main_cell p {clear:both;}
.main_cell pre {}


/* podświetlenie tekstu zawartego w dokumentach pochodzącego z wyszukiwarki */
.main_cell .highlightedSearchTerm {background: Yellow;}

/* listy */
.main_cell ul {
}
.main_cell ul li {
}

/* --- STYLE TABEL --- */
.main_cell table {}
.main_cell thead {}
.main_cell tbody {}
.main_cell tfoot {}
.main_cell tr {}
.main_cell td {}
.main_cell th {}

/* --- STYLE LINKÓW --- */
.main_cell a, .main_cell a:link {}
.main_cell a:visited {}
.main_cell a:hover {}

/* --- STYLE GALERII --- */
table.gallery img {border:0}


/* --- STYLE FORMULARZY --- */
.main_cell form div {}
.main_cell input, .main_cell file {font-size:90%;

}
.main_cell input.external, .main_cell input.button {}
.main_cell textarea {width:390px;
background: #1e0c04 url('images/bgtextarea.gif') no-repeat left top;
}


/* --- INNE STYLE --- */
.main_cell_bg {}

