/* ==============================================[ radkove prvky ] */

a {
	color: #D046F2;
	text-decoration: underline;
}

a:hover {
	color: #D046F2;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* ==============================================[ odstavce ] */

p {
	margin: 1em 0;
}

.medium {
	font-size: 117%;
}

.big {
	font-size: 150%;
}

.textright {
	text-align: right;
}

/* ==============================================[ nadpisy ] */

h1,
h2,
h3,
h4 {
	margin: 1em 0 0.5em;
	font-weight: bold;
}

h1 {
	color: #D046F2;
	font-size: 150%;
}

h2 {
	font-size: 117%
}

h3,
h4 {
	font-size: 100%;
}

/* ==============================================[ oddelovace ] */

.hr {
	margin: 0.5em 0 1em;
	height: 1px;
	background: #fff;
	font-size: 0;
}

.hr hr {
	display: none;
}

/* ==============================================[ seznamy ] */

ul,
ol {
	margin: 0.5em 0 1em;
	list-style: disc outside;
}

ol {
	list-style-type: decimal;
}

/* ==============================================[ formulare ] */

form {
	margin: 0.5em 0 1em;
}

input,
select,
textarea,
button {
	padding: 2px;
}


.submit input,
button {
	padding: 2px;
	background: #000;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

input.notext {
	border: none;
}

/* ==============================================[ tabulky ] */

table {
	margin: 0.5em 1px 1em;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

td,
th {
	padding: 2px 4px;
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: bold;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

.hidden {
	display: none
}

.clear {
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
}


dt.header{
	margin: 1em 0 0.5em;
	font-weight: bold;
	font-size: 117%
}
dt{
	font-weight: bold;
}
.errorwin{color: red;}
.mys{cursor:hand;}
