
/* Definice stylu pro WYSIWYG editor */
/* @author Jakub Mahdal <jakub.mahdal@plymo.net> */
/* @version 1.0; last modified 2006-08-16 00:20 by plymo */


.articleContent{ padding: 10px 10px 10px 10px; font-family: Verdana, Tahoma, sans-serif; font-size: 0.9em; color: #8c1d13; }
.articleContent * { border: 0px; }


.articleContent a{
	font-family: Verdana, Tahoma, sans-serif;
	color: #5e5e5e;
	font-weight:normal;
	text-decoration: none;
	text-decoration:underline;
}
.articleContent a:visited {
	color: #5e5e5e;
}
.articleContent a:link {
	color: #5e5e5e;
}
.articleContent a:hover {
	color: #3e3e3e;
	text-decoration:underline;
}
.articleContent a:active {
	color: #5e5e5e;
}


.articleContent img{
	margin: 0px;
	border: 0px;
	padding: 0px;
}


.articleContent table{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

.articleContent td{
	padding: 0px;
	margin: 0px;
}

.articleContent .table_title{
	
}

.articleContent p{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #5e5e5e;
}

.articleContent hr{
	background-color: red;
	width: auto;
	height: 1px;
}


.articleContent h1{
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
	padding: 0px;
	color: #BA0406;
}

.articleContent h2{
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	padding: 0px;
	color: #5e5e5;
}

.articleContent h3{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	padding: 0px;
	color: #d24538;
}

.articleContent h4{
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0px;
	color: #ec8177;
}

.articleContent h5{
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0px;
	color: #5e5e5e;
}

.articleContent h6{
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0px;
	color: #f25000;
}

.articleContent address{
	font-style: normal;
}

.articleContent strong{
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #727272;
}

.articleContent ol{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	color: #666666;
	font-size:1.0em;
	padding:0px 0px 0px 10px;
}

.articleContent ul{
	margin: 10px 0px 10px 15px;
	padding: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	color: #666666;
}

.articleContent li{
	font-family: Verdana, Tahoma, sans-serif;
	font-style: normal;
	color: #666666;
}


.articleContent a{
	font-family: Verdana, Tahoma, sans-serif;
	color: #5e5e5e;
	font-weight:normal;
	text-decoration: none;
	text-decoration:underline;
}
.articleContent a:visited {
	color: #5e5e5e;
}
.articleContent a:link {
	color: #5e5e5e;
}
.articleContent a:hover {
	color: #3e3e3e;
	text-decoration:underline;
}
.articleContent a:active {
	color: #5e5e5e;
}

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

.articleContent .styl1 { color:#BA0406; font-size:1.2em;}
.articleContent .styl2 { color: #8C1D13; font-size: 1.1em;}
.articleContent .styl3 { color: #D24538; }
.articleContent .styl4 { color: #000; font-weight:bold; }
.articleContent .styl5 { color: #f2ab00; font-weight:normal; }
.articleContent .styl6 { color: #F25000; }
.articleContent .styl7 { color: #920000; }
.articleContent .styl8 { color: #d24538; text-decoration:line-through; }


/* konec stylu pro WYSIWYG editor */
