/* © Trtkal 2007, http://trtkal.net */

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background: #b5ebfb url(./domain/img/style/bg_top.png) repeat-x;
	color: #2d6170;
}
h1 {
	text-align: center;
	margin: 0px;
	color: #1E90FF;
	background-color: inherit;
}
h2 {
	margin: 0px;
	padding: 0.5em 0em 0em 2em;
	color:  #2E8B57;
	background-color: inherit;
}
h3 {
	margin: 0px;
	padding: 0.5em 0em 0em 1.5em;
}
strong {
	color: #0066CC;
	background-color: inherit;
}
em {
	font-weight: bold;
	color: #097da0;
	background-color: inherit;
}
p {
	padding: 0px 0.5em;
	text-indent: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0px;

}
ul {
	margin: 0em 0px 0em 0.5em;
	padding-left: 1.5em;
}
li {
	padding-top: 0.5em;
	list-style-position: outside;
	list-style-type: circle;
}
pre {
	border: dashed 1px #4cc4e7;
	width: 90%;
	margin: 0.5em 0px 0px 2em;
	overflow: auto;
	padding: 0.5em;
}
table {
	margin: 0.5em 0px 0px 2em;
	padding: 0px;
	border: dashed 1px #4cc4e7;
	border-collapse: collapse;
}
table td {
	margin: 0px auto;
	text-align: center;
	padding: 1px 3px 1px 3px;
	border: dashed 1px #4cc4e7;
}
a:link {
	text-decoration: underline;
	color: #4880b5;
	background-color: inherit;
}
a:visited {
	color: #c57629;
	background-color: inherit;
	text-decoration: underline;
}
a:hover,  a:active,  a:visited:hover,  a:hover:active,  a:visited:active {
	text-decoration: underline overline;
	color: #FF6347; 
	background-color: inherit;
}
img {
	border: 0px;
	padding: 0px;
}

/*---------------------- ID ----------------------*/
#all {
	position: relative;
	width: 700px;
	margin: 0px auto;
}
#top {
	height: 105px;
	width: 700px;
	background: transparent url(./domain/img/style/top_inside.png) repeat-x;
	margin: 0px;
	padding: 0px;
}
#top-logo {
	position: relative;
	height: 70px;
	background: transparent url(./domain/img/style/top-logo.png) no-repeat center;
	top: 10px;
}
#top-menu {
	text-align: center;
	padding: 0px;
	position: relative;
	bottom: -10px;
}
#menu {
	width: 100%;
	margin: 0px auto;
	border: none 0px;
	border-collapse: collapse;
}
#menu td {
	width: 233px;
	border: none 0px;
	border-collapse: collapse;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 700px;
	position: relative;
	min-height: 500px;
}
#main_internal {
	padding: 0px 0.5em;
}
#bottom {
	height: 20px;
	width: 700px;
}
#bottom_inside {
	text-align: center;
	padding: 0px 0.5em;
}
#bottom-logo {
	background: transparent url(./domain/img/style/bottom-logo.png) no-repeat center;
	height: 20px;
}
#shadow_top-left {
	background: transparent url(./domain/img/style/shadow_top-left.png) no-repeat;
	width: 30px;
	height: 105px;
	left: -15px;
	position: absolute;	
	top: 0px;
}
#shadow_top-right {
	background: transparent url(./domain/img/style/shadow_top-right.png) no-repeat;
	width: 30px;
	height: 105px;
	position: absolute;
	top: 0px;
	right: -15px;
}
#shadow_left {
	background: transparent url(./domain/img/style/shadow_left.png) repeat-y;
	position: absolute;
	left: -15px;
	width: 15px;
	height: 100%;
}
#shadow_right {
	background: transparent url(./domain/img/style/shadow_right.png) repeat-y;
	position: absolute;
	right: -15px;
	width: 15px;
	height: 100%;
}
#shadow_bottom-left {
	background: transparent url(./domain/img/style/shadow_bottom-left.png) no-repeat;
	position: absolute;
	left: -15px;
	bottom: -15px;
	width: 30px;
	height: 35px;
}
#shadow_bottom-right {
	background: transparent url(./domain/img/style/shadow_bottom-right.png) no-repeat;
	position: absolute;
	right: -15px;
	bottom: -15px;
	width: 30px;
	height: 35px;
}
#shadow_bottom {
	background: transparent url(./domain/img/style/shadow_bottom.png) repeat-x;
	position: absolute;
	bottom: -15px;
	left: 15px;
	right: 15px;
	height: 15px;
}

/*--------------------- CLASS ---------------------*/
.center {
	text-align: center;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.writer {
	text-align: right;
	font-size: small;
	padding-right: 0.5em;
}
.hidden {
	display: none;
}
.odsazeni {
	padding-left: 3em;
	text-indent: 0px;
}
.mim_old {
 font-size: small;
}
.no-indent {
	text-indent: 0px;
}