/*
Stylesheet pro Web Content Management, pouziva se pro zobrazeni obsahu webu ve frontendu
- v backendu se pouziva richtextwebcontent.css, ktery je stejny, ale
  obsahuje modifikace, popsane v uvodnim komentari
*/

html,body,* {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
}

p {
	margin-top:0px;
	margin-bottom:0px;
}

a, a:link, a:active, a:visited {
	color: #AA0000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

img {
	border:0px solid black;
}


table {
	border-collapse: collapse;
}

td {
	vertical-align:top;
}

h1 {
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 21px;
	color: #AA3601;
}

h2 {
	margin-top: 12px;
	margin-bottom: 4px;
	font-size: 18px;
	color: #AA3601;
}

h3 {
	margin: 10px 0px 0px;
	font-size: 13px;
	color: #AA3601;
}

ul {
	margin: 0px 0px 20px 30px;
	padding: 0px;
}

ul li {
	margin: 0px 10px;
	padding: 0px;
	list-style: disc;
}

ol {
	margin: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

/* tridy - style selector */

.smallText {
	font-size: 11px;
}

.red {
	color: #AA0000;
}

.grayTitle {
	color: #C9C9C9;
	font-size: 16px;
	font-weight: bold;
}

/* styly pouzite v preddefinovanem obsahu */

table.form td {
	border: 1px solid #cccccc;
}