
/* 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 { margin: 10px 20px 10px 20px; font-family: Verdana, Tahoma, sans-serif; font-size: 8pt; padding:0px 0px 10px 0px;}
div#articleContent{ margin: 10px 0px 10px 0px; font-family: Verdana, Tahoma, sans-serif; font-size: 8pt; padding:0px 0px 10px 0px;}
#articleContent * { margin: 0px; padding: 0px; border: 0px; }

#articleContent h1{	margin: 0px 0px 10px 0px; font-size: 10pt; color: #000; }
#articleContent h2{	margin: 0px 0px 10px 0px; font-size: 10pt; color: #0483a7; }
#articleContent h3{	margin: 0px 0px 0px 0px; font-size: 10pt; color: #5fb363; }
#articleContent h4{	margin: 0px 0px 10px 0px; font-size: 8pt; color: red; }
#articleContent h5{ margin: 0px 0px 10px 0px; font-size: 8pt; color: #fad219;  background: white; padding: 3px;}
#articleContent h6{	margin: 0px 0px 10px 0px; font-size: 8pt; color: #a8a8a8; }


#articleContent .styl1 {font-size: 10pt; color: #000; }
#articleContent .styl2 {font-size: 10pt; color: #0483a7; }
#articleContent .styl3 {font-size: 8pt; color: #5fb363; }
#articleContent .styl4 {font-size: 8pt; color: red; }
#articleContent .styl5 {font-size: 8pt; color: #5e5e5e; }
#articleContent .styl6 {text-decoration:line-through;}
#articleContent .styl7 { font-style:italic;}
#articleContent .styl8 { font-weight: bold;}
#articleContent .styl9 {color: #fad219; background: white; padding: 3px;}

#articleContent address{ font-size: 8pt; }

#articleContent strong{ color: red; }

#articleContent ul{	margin: 10px 0px 10px 15px;	color: #666666;}
#articleContent li{	color: #666666; }

#articleContent a{ color: #5e5e5e; }
#articleContent a:visited {	color: #5e5e5e; }
#articleContent a:link { color: #5e5e5e; }
#articleContent a:hover { color: #3e3e3e; }
#articleContent a:active { color: #5e5e5e; }

#articleContent img{  }

#articleContent input, textarea{ border: 1px Solid #aaa; }

#articleContent table{}
#articleContent td{}

#articleContent p{ margin: 0px 0px 10px 0px; color: #5e5e5e; }
#articleContent hr{	background-color: red; width: auto; height: 1px; }


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

#articleContent .nadpis1 {	color: #a8a8a8;	font-size: 12pt; font-weight:bold; }
#articleContent .nadpis2 {	color: #000; font-size: 10pt; font-weight:bold;	}
#articleContent .nadpis3 {	color: #a8a8a8;	font-size: 10pt; font-weight:bold; }

#articleContent .odstavec1 { color: #000; font-weight:bold; }
#articleContent .odstavec2 { color: #d58037; }
#articleContent .normal { color: #787878; }


/* konec stylu pro WYSIWYG editor */
