body, td, input, textarea {
		font: 10pt "Arial CE", "Arial", "Helvetica CE", "Helvetica", sans-serif;
		color: #000;
}

/* odkazy */

a {
		color: #000;
}

a:hover {
		color: #911D20;

}

.strip a {	color: #fff; }
.strip a:hover {	color: #D5D5D5; }

#gallery_list a:visited, .visited {
		color: #973737;
		text-decoration: none;
}

a.nohover:hover { /*pro kotvy pouze se jmenem*/
		color: #A52229;
		text-decoration: none;
}

/* styly pro text */
h1, h2, h3 { margin: 12px 0 5px 0; }
.text-max2 {
    font-size: 150%;
		color: #ffffff;
		font-weight: bold;
}

h1, .text-max {
		font-size: 135%;
		letter-spacing: 1px;
		color: #f6a000;
		font-weight: bold;
}

.text-bigger {
		font-size: 125%;
		letter-spacing: 1px;
		font-weight: bold;
		color: #911d20;
}

h2, .text-big {
		font-size: 120%;
		letter-spacing: 1px;
		font-weight: bold;
		color: #A52229;
}

h3, .text-bold {
		font-size: 112%;
		color: #520303;
}

ul li h3 { margin: 5px 0; }
ul li h3 span { font-weight: normal !important; }

h4, .text-normal {
		font-size: 100%;
		color: #520303;
}
h6, .text-small {
		font-size: 85%;
		line-height: 135%;
}

h7, .text-min {
		font-size: 85%;
}

/* text pro podminky (cena hovoru, zajistuje, pro starsi 18 let apod...) */
.text-terms {
		color: #505050;
}


.em { /* zvyrazneny text */
		font-style: italic;
		font-weight: bold;
		color: #A52229;
}

.em2 { /* zvyrazneny text */
		letter-spacing: 1px;
		font-style: normal;
		font-weight: bold;
		color: #FFC050;
}
em { font-style: normal; color: #f96a00; }

.not-bold {
		font-weight: normal;		
}


/*forms*/
form {
		margin: 0; padding: 0;
}
.disabled {
		background-color: #F0F0F0;
}
.submit {
		background-color: #D5D5D5;
}

.radio {
		background: none;
}

input, textarea, select {
		background-color: #FAF0F0;
		border: 1px solid #911D20;
		padding: 0 3px;
		font-size: 12px;
		color: #000;
}

/*tables*/
.table, .table2 { width:100%; border-collapse: collapse; }
.table3 { border-collapse: collapse; }
.table-cell { margin: 0 0 0 10px; }
.table-cell td { padding: 0 5px 7px 5px; }

.table tr		{ text-align: center; }

.table-head	td { background-color: #b32525; color: #ffffff; font-weight: bold; }
.th-1			{ background: url('../img/table_head.png') repeat; }
.th-2			{ background: url('../img/table_head.png') repeat -45% 0; }
.th-3			{ background: url('../img/table_head.png') repeat -90% 0; }
.table-row-1 td		{ border: 1px solid #FCE3E7; background-color: #FFF9FB; }
.table-row-2 td		{ border: 1px solid #FFFFFF; background-color: #FFF; }

.table td		{ padding: 3px; margin: 0; vertical-align: top; }
.table2 td		{ padding: 5px 6px; margin: 0; vertical-align: top; }
.table3 td		{ padding: 0; margin: 0; border: 0; }

td.td-space 		{ border: 0; background-color: #FFF; }

.table-form td {
		padding-right: 10px;
}

/*lists*/
ul {
		margin: 5px;
}
li {
		margin: 2px 0 2px 17px;
		list-style-image: url(../img/li.gif);
}

/* other */
.float-right {  float: right; }
.float-left { float: left; }
.centred { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.spacing1 { letter-spacing: 1px; }
.spacing2 { letter-spacing: 2px; }
p { margin: 0 0 9px 0; }

.image-tn { border: 1px solid #911D20; margin: 3px;}
.gray { color: #666666; }
.hr, .hr2 {
	clear: both; overflow: hidden;
	margin: 3px 0;
	line-height: 3px;
	border-bottom: 1px dashed #911D20;
}
.hr2 { border-bottom: 1px dashed #E09000; }

.message { margin: 8px 0 0 3px; font-weight: bold; color: #ffc000; }
.badlink, a.badlink, a.badlink:hover {
	font-size: 13px;
	color: #ff6633;
	text-decoration: none;
	font-weight: bold;
}
.noborder { border: 0; }
.highlight { border: 1px solid #911D20; background-color: #ffecf3; }

/* texty v menu */
#menu a { font-weight: bold; color: #000; }
#menu a:hover { color: #911D20; text-decoration: underline; }

#menu h1, #menu .text-max {
  margin: 4px 0 8px 0;
  color: #911d20;
  text-align: right;
  border-bottom: 1px solid #911d20;
  font-size: 18px;
  font-weight: bold;
}

#menu ul li { list-style-type: none; list-style-image: none; }
#menu h2, #menu ul li {
  margin: 4px 0 6px 0; padding: 0 0 0 15px;
  font-weight: normal;
  font-size: 105%;
  background: url('../img/li.gif') no-repeat transparent 4px 0;
}

#menu h2.small, #menu ul li.small { font-size: 95%; }
#menu h2.small a, #menu ul li.small a { font-weight: normal; }
#menu ul li a.em { color: #d00; font-style: normal; }


/* strankovani */
.paging { text-align: center; }
.paging-order { text-align: center; }
