/* Definice stylu pro WYSIWYG editor, obsah editoru lezi v divu s */
/* id="articleContent", pokud tedy ma byt ve clanku nejake spec. css, napiste */
/* jej za #articleContent											 */
/* @author Jakub Mahdal <jakub.mahdal@plymo.net> */
/* @version 1.0; last modified 2006-08-16 00:20 by plymo */

body#articleContent { font-family: Verdana, Tahoma, sans-serif; font-size: 0.8em; margin: 10px; padding: 0px; border: 0px; }
div#articleContent { font-family: Verdana, Tahoma, sans-serif; font-size: 0.8em; padding: 0px; border: 0px; color: #545454; }
#articleContent * { margin: 0px; padding: 0px; border: 0px;}

#articleContent a{ color: #4a4a4a; }
#articleContent a:visited {	color: #4a4a4a; }
#articleContent a:link { color: #4a4a4a; }
#articleContent a:hover { color: #d4b123; }
#articleContent a:active { color: #4a4a4a; }


#articleContent h1{	margin: 0px 0px 10px 0px; font-size: 1.2em; color: #000; font-family: trebuchet MS, tahoma, sans-serif;}
#articleContent h2{	padding: 15px 0px 5px 0px; font-size: 1.0em; color: #b57001; font-family: trebuchet MS, tahoma, sans-serif;}
#articleContent h2 a {color: #b57001;}
#articleContent h3{padding: 10px 0px 5px 0px; font-size: 1.0em; color: #9dcd3d; font-family: trebuchet MS, tahoma, sans-serif;}
#articleContent h3 a {color: #9dcd3d;}
#articleContent h4{	margin: 0px 0px 5px 0px; font-size: 0.9em; color: #d4b123; }
#articleContent h5{ margin: 0px 0px 5px 0px; font-size: 0.9em; color: #ef4e29; }
#articleContent h6{	margin: 0px 0px 5px 0px; font-size: 0.9em; color: #efe329; }

#articleContent address{ font-size: 0.8em; }

#articleContent strong{ }

#articleContent ul{	text-align:left; }
#articleContent ol{	margin: 20px; }
#articleContent ol li{ margin: 20px 0px 20px 8px; }
#articleContent li{	margin: 0px 0px 4px 20px; }


#articleContent img{  }

#articleContent input{ font-family: Verdana, Tahoma, sans-serif; font-size: 0.8em; border: 1px Solid #aaa;}
#articleContent .inputnoframe{ font-family: Verdana, Tahoma, sans-serif; font-size: 0.8em; border: 0px; }
#articleContent textarea{ font-family: Verdana, Tahoma, sans-serif; font-size: 0.8em; border: 1px Solid #aaa; }

#articleContent table{ margin: 0px; font-size: 0.8em; text-align: left; }
#articleContent td{ margin:0px 0px 20px 0px; padding: 0px 2px 4px 0px; }
#articleContent tr{ margin:0px 0px 20px 0px; }

#articleContent p{ margin: 0px 0px 10px 0px;  line-height: 1.2em;}
#articleContent hr{	width: auto; height: 1px; }
#articleContent p.aleft {text-align: left;}
#articleContent blockquote{ margin: 0px 0px 0px 20px;  }

div#navrcholu { margin:4px; text-align:left; }


/* uzivatelsky definovany styly pro wysiwyg */
#articleContent .table_title{}

#articleContent .styl0 { color: #ea7f0d; font-weight:bold; } 						/* oranzova tucna */
#articleContent .styl1 { color: #ea7f0d; } 											/* oranzova normal */
#articleContent .styl2 { color: #000; font-weight:bold;	}							/* cerna tucna */
#articleContent .styl3 { color: #008340; font-weight:bold; }						/* zelena tucna */
#articleContent .styl4 { color: #008340; }											/* zelena normal */
#articleContent .styl5 { color: #8b8b8b; font-weight:bold; }						/* seda tucna */
#articleContent .styl6 { color: #8b8b8b; }											/* seda normal */
#articleContent .styl7 { color: #fff; font-weight:bold; background: #aaaaaa; padding:3px; }		/* bila tucna na sedem pozadi */
#articleContent .styl8 { color: #ea7f0d; font-weight:bold; background: #d5d5d5; padding:3px; }	/* oranzova tucna na sedem pozadi */
#articleContent .perex { font-size:1.1em; text-align:left; }											/* vetsi pismo prvniho odstavce */
#articleContent .procmy { margin:0px 20px 20px 20px; float:right; border:1px Solid #f1f1f1; }						/* obrazek ze sekce proc my */
#articleContent .cena { color: #c23700; font-weight:bold; background-color: #fff; background-image: url(../images/price_bg.jpg); background-repeat: no-repeat; background-position: top left; padding:7px 10px 7px 20px; margin: 4px 0px 4px 0px; font-size:1.5em; border:1px Solid #e7e7e8;}	/* zvyrazeni ceny varianty bizzone */
#articleContent .screenshot { margin:0px 5px 5px 0px; border:1px Solid #f1f1f1; padding:1px; }						/* obrazek ze sekce proc my */

#articleContent .cenik{ margin: 0px; font-size: 0.8em; padding:0px; margin: 0px; text-align: left; border: 1px Solid #e7e7e8;}
#articleContent .cenik th{ margin:0px; padding: 2px; color:#fff; background:#0097c7; text-align:center; }
#articleContent .cenik td{ margin:0px; padding: 3px 5px 3px 5px; border-bottom: 1px Solid #e7e7e8; }
#articleContent .cenik tr{ margin:0px; }

/* konec stylu pro WYSIWYG editor */

