@charset "utf-8";
/* CSS Document */

html, div, p, ul, li, ol, menu, form, fieldset, h1, h2, h3, h4, h5, h6   {
	margin: 0;
	padding: 0;
	height: 50%;
}	
	
body {
	list-style: none;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}

#container {
	height: auto;
	width: 960px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.clearer {
	height: 400px;
	width: 960px;
	clear: both;
}
table {
	height: 183px;
	width: 960px;

	
}

#select {
	height: 183px;
	width: 960px;

	
}

tr {
	text-align: center;
	vertical-align: middle;

	
}

/*css slide panel*/

a:focus {
	outline: none;
}
#panel {
	display: none;
	height: 360px;
	background-image: url(images/slideface.png);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.vnitrekslidu {
	margin-top: 150px;
	margin-left: 500px;
	text-align: right;	
}
.slide {
	margin: 0;
	padding: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #119A17;
	background-image: url(images/open.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.btn-slide {
	text-align: center;
	width: 160px;
	height: 40px;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background-image: url(images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: center -39px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.active {
	background-position: center 2px;
}

/*KONEC css slide panel*/

