* {
	margin: 0px;
	padding: 0px;
}

body, html {  height:100%;  border:0;  padding:0;  margin:0;  text-align:center;}

body {
	background: #E1E1E2 url('../layout/backround_tile.jpg');
	color: #000000;
	font-size: 0.8em;
}

h1 {
  position: absolute;
  z-index: 1;
  color: #B62824;
  padding: 80px 0px 0px 150px;
  font-size: 3em;
}

h2 {
  display:none;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.3em;
}

p {
	margin: 10px 0px 10px 0px;
}

ul {
	margin: 5px 5px 5px 20px;
	list-style: square;
}

hr {
	display: none;
}

a {
	color: #B62824;
}

a:hover {
	color: #412116;
	text-decoration: none;
}

a img {
	border-width: 0px;
}

table td {
	padding: 3px;
}



/* _______________ layout _______________ */

/*#container {
	width: 814px;
	height: 656px;
	margin: auto;
}*/

#top {
  width: 814px;
  height: 23px;
	background: transparent url('../layout/container/top.png') no-repeat;
  _background: none!important; 
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../layout/container/top.png', sizingMethod='scale');
}

#left {
  width: 27px;
  height: 633px;
  float: left;
	background: transparent url('../layout/container/left.png') no-repeat;
  _background: none!important; 
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../layout/container/left.png', sizingMethod='scale');
}

#right {
  width: 48px;
  height: 633px;
  float: right;
	background: transparent url('../layout/container/right.png') no-repeat;
  _background: none!important; 
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../layout/container/right.png', sizingMethod='scale');
}

#middle {
	width: 739px;
	height: 599px;
	float: left;
	position: relative;
	z-index: 2;
	text-align: left;
	background: url('../layout/container/middle.jpg') no-repeat;
}

#bottom {
  width: 739px;
  height: 34px;
  float:left;
	background: transparent url('../layout/container/bottom.png') no-repeat;
  _background: none!important; 
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../layout/container/bottom.png', sizingMethod='scale');
}

#menu {
	width: 205px;
	float: right;
	position: relative;
	overflow:hidden;
}

#kernel {
  font-size: 0.9em;
  font-family: "Courier New", Courier, monospace;
	height: 310px;
	width: 445px;
	padding: 3px 8px 0px 10px;
	margin: 65px 0px 0px 30px;
	float: left;
	overflow: auto;
	color: #333333;
	position:absolute;
	top: 105px;
	left: 0px;
}
#kernel p {text-align: justify;}

#mask {
	width: 550px;
	height: 70px;
	cursor: pointer;
	margin: 35px 0px 0px 40px;
}
	
	
	/* menu */

#menu ul {
	list-style: none;
	margin: 13px 50px 0px 0px; 
}

#menu a {
	display: block;
	width: 197px;
	position: relative;
	padding: 10px 0px 0px 10px;
}

#menu a #menu1, #menu a #menu2, #menu a #menu3, #menu a #menu4,#menu a #menu5,#menu a #menu6,#menu a #menu7,#menu a #menu8,#menu a #menu9 {
	width: 207px;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;
}

	
	
			/* classes */

.center {
	text-align: center;
}

.clear {
	clear: both;
	overflow: hidden;

	height: 0px;
}

.none {
	display: none;
}
	
.fl_right {
	float: right;
}


/* _______________ editace _______________ */

#edit_top {
	background-color: #AAAAAA;
	padding: 5px 25px 5px 25px;
}

#edit {
  text-align: left;
}

#edit_body {
	width: 814px;
	margin: auto;
}

#edit_legenda {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
	float: left;
	width: 300px;
	cursor: default;
	text-align: left;
}

#edit_text {
	width: 490px;
	height: 500px;
}




			/* specials */
			
.center {
	text-align: center;
}

.right {
	float: right;
}

