@charset "utf-8";
/* -SYSTÉMOVÉ DEKLARACE- */
body {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* -ODKAZY- */
* a {
	outline: none;
	cursor: pointer;
}
a {
	text-decoration: underline;
	color: #BC3217;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* -MENU A SEZNAMY- */
ul {
	margin: 0;
	padding: 0;
}
ul ul {
	margin-left: 10px;
}
.main-menu ul {
	list-style: none;
	line-height: 140%;
}

/* -TYPOGRAPHY- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0;
}
h1 {
	display: none;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
}
strong {
	font-weight: bold;
	color: #BC3217;
}
p {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 140%;
}
	p.article {
		margin: 10px 0 10px 0;
		line-height: 140%;
	}
.small {
	font-size: 10px;
}

/* TABULKY */
td {
	padding: 5px;
	border: 1px solid #A4C6E2;
	border-collapse: collapse;
}
	thead td {
		background: #4186C2;
		color: white;
		font-weight: bold;
		text-align: center;
	}
table {
	width: 540px;
	background: #E4EEF6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
	.footer-right table {
		width: auto !important;
		background: none !important;
	}
		.footer-right table td {
			background: none !important;
			border: none !important;
		}
		
.table2, .table2 td {
	border: none !important;
}

/* FORMULÁŘE */
input, textarea {
	border: 1px solid #B1B1B1;
	background: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}
	.middle-right input, .middle-right textarea {
		width: 300px;
	}
	input:focus, textarea:focus {
		border-color: #EE4500;
	}
	input[type=image], input[type=submit] {
		cursor: pointer;
		height: 25px;
		padding: 0 3px 0 3px;
	}
input[type=text], input[type=password] {
	height: 21px;
	padding: 3px 0 0 3px;
}
textarea {
	height: 90px;
}
