/*	obecne definice selektoru */

/* DEFINOVANI OBECNE RODINY PISMA	A VYCHOZI VELIKOSTI	*/
BODY {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}
* {	font-size : x-small;}

/*		DEFINOVANI NULOVYCH MARGINU A PADDINGU - prebuseni nastaveni prohlizece*/
BODY, P, LI, UL, DIV, SPAN, H1, H2, H3,  FORM, A, IMG, TABLE, TR, TD, A {
	margin : 0;
	border : none;
	padding : 0;
}

/*	textove vseobecne	*/
.bez_podtrz {text-decoration : none;}

.tucne {
	font-weight : bold;
	font-size : inherit;
	color : inherit;
}

.kurziva {font-style : italic;}
.text_doprostred {text-align : center;}

.cervene  {
	color : Red;
	font-size : inherit;
}
.cervene_tucne  {
	color : Red;
	font-weight : bold;
}
.bile  {color : White;}

.neviditelny {visibility : hidden;}	/*	formatuje se jako by byl	*/
.skryty {display : none;}	/*	vyjmut i z formatovani 	*/

.mediuml {font-size : medium;}
/*	small je vychozi velikost	*/
.x_small {font-size : x-small;}
.xx_small {font-size : xx-small;}

.x_small_tucne {
	font-size : x-small;
	font-weight : bold;
}

.x_small_cervene {
	font-size : x-small;
	color : Red;
}

.float_left {float : left;}
.float_right {float : right;}

.cistic {
	clear : both;
	height : 1px;
	margin-top : -1px;
	border : none;
	padding : 0;
	font-size : 1px;
	background-color : transparent;
	visibility : hidden;
}

.cistic_simple {clear : both;}

/*	-----------------------------------konec obecnych definici	*/

#pcs_nahore, #ikonky_barvy, #ikonky_okno, #hlavni_okno_doplnky, #leve_menu, .ico_valid_css, .jednoducha_cara, .ukoncovaci_cara {
	display : none;
}
#hlavni_okno {
	width : 100%;
}

#hlavni_okno_obsah {
		text-align : justify;
}

.copyleft {
	font-size : x-small;
	vertical-align : top;
}

.copyleft A {
	font-size : x-small;
}

/*	--------- formatovani samotneho obsahu	*/
DIV#textovy_obsah_webu {
	width : 100%;
}

DIV#textovy_obsah_webu P {
	margin-bottom : 1.5em;
	text-indent : 3em;
}

/*	to samy jako to predtin, ale nebudu odsazovat	*/
DIV#textovy_obsah_webu DIV {
	margin-bottom : 1.5em;
}

.volba_velikosti, .volba_velikosti_alt {
	padding : 4px;
	margin-bottom : 10px;
	border : 1px solid Black;
	width : 22em;
}

.pod_carou, .pod_carou_red {
	color : Gray;
	font-size : x-small;
	padding-left : 20px;
}

.pod_carou_red {color : Red;}

/*	---------------- aktuality	*/
DIV#textovy_obsah_webu DIV.datum, DIV#textovy_obsah_webu DIV.datum_neprecteno {
	font-size : x-small;
	font-weight : bold;
	margin-bottom : 0;
}

DIV#textovy_obsah_webu DIV.datum_neprecteno {color : Red;}

DIV#textovy_obsah_webu DIV.vlozil {
	font-size : x-small;
	font-weight : bold;
	margin : 0;
	color : Gray;
	float : right;
	margin-right : 10px;
	text-align : right;
	padding-bottom : 3px;
	padding-right : 3px;
}

DIV#textovy_obsah_webu DIV.vlozil A {
	font-size : x-small;
	font-weight : bold;
	color : Gray;
	text-decoration : none;
}

DIV#textovy_obsah_webu DIV.vlozil A:HOVER {
	color : Red;
	background-color : White;
}

.pocet_komentaru {
	color : Red;
	font-size : x-small;
}

/* ----- aktualizace	-------	*/
DIV#textovy_obsah_webu DIV.datum A {
	color : Red;
	font-size : x-small;
	font-weight : bold;
}

DIV#textovy_obsah_webu DIV.datum A:HOVER {
	color : White;
	background-color : Red;
}

DIV#textovy_obsah_webu DIV FORM DIV {
	margin : 1px;
	margin-left : 0;
}
DIV FORM DIV INPUT, DIV FORM DIV TEXTAREA {
	margin : 5px;
	border : 1px solid Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}

/*	---- obarveni odkazu na mail u jmena na cerno	*/
DIV#textovy_obsah_webu DIV.datum SPAN.mail_prispevek A {color : Black;}
DIV#textovy_obsah_webu DIV.datum SPAN.mail_prispevek A:HOVER {
	color : White;
	background-color : Red;
}

DIV#textovy_obsah_webu DIV.potvrzeni_mazani A {
	color : Red;
	font-weight : bold;
}
