html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #464748 url('../img/bg.jpg') left top repeat-x;
	font: .8em/1.3 Verdana,Arial,sans-serif;
	height: 100%;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	width: 991px;
	height: auto;
	_height: 100%;
	background: white;
}

h1 {
	position: relative;
	margin: 0;
	padding: 0;
	height: 240px;
	overflow: hidden;
	background: url('../img/head.jpg') left top no-repeat;
}
h1 a {
	
	color: #268ce0;
	text-decoration: none;
}
h1 span {
	position: absolute;
	display: block;
	width: 992px;
	height: 240px;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 0;
	background: url('../img/head.jpg') left top no-repeat;
}


#soutez{
  display:block;
  width:215px;
  _width:200px;
  height:86px;
  margin:5px 15px;
  _margin:0px 15px;
  background: url('../img/soutez.jpg') left top no-repeat;
}

#left {
	margin: 0;
	padding: 0 0 100px 0;
	float: left;
	width: 244px;
	background: url('../img/left.jpg') left bottom no-repeat;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
#menu {
	margin: 0;
	padding: 0;
	background: #ffd801 url('../img/wline.jpg') left bottom repeat-y;
	list-style-type: none;
	border-bottom: 1px solid white;
}
#menu li {
	margin: 0;
	padding: 0 0 1px 0;
	background: url('../img/menu2.jpg') right top no-repeat;
}
#menu li.last {
	padding: 0;
	background-image: none;
}
#menu li a {
	display: block;
	margin: 0;
	padding: 0 0 0 40px;
	line-height: 40px;
	#height: 40px;
	text-transform: uppercase;
	font-size: 1.1em;
	border-left: 10px solid black;
	background: url('../img/menu.jpg') right bottom no-repeat;
	color: #676769;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	background: url('../img/menu.jpg') right top no-repeat;
	color: white;
	text-decoration: none;
}
#menu li a:hover, #menu li a:active {
	background: url('../img/menu.jpg') right bottom no-repeat;
	color: #676769;
	text-decoration: none;
}
#menu li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#menu li ul li {
	margin: 0;
	padding: 0;
	background: url('../img/submenu.jpg') right bottom repeat-y;
}
#menu li ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 60px;
	line-height: 1.5;
	#height: 20px;
	text-transform: none;
	font-size: 1em;
	background: url('../img/submenu.jpg') right bottom repeat-y;
	color: black;
	text-decoration: none;
}
#menu li ul li a:link, #menu li ul li a:visited {
	background: url('../img/submenu.jpg') right bottom repeat-y;
	color: #676769;
	text-decoration: none;
}
#menu li ul li a:hover, #menu li ul li a:active {
	background: url('../img/submenu.jpg') right bottom repeat-y;
	color: black;
	text-decoration: none;
}

#main {
	margin: 0;
	padding: 0 35px 20px 40px;
	float: right;
	width: 671px;
	#width: 668px;
	border-top: 1px solid white;
	background: url('../img/main.jpg') left top repeat-x;
}
#page #main a{
  color:rgb(251,176,22);
}
#main h2 {
	font-size: 1.7em;
	#font-size: 1.4em;
	#margin-top: 10px;
}
#main img {
	margin: 5px;
	padding: 1px;
	border: 2px solid #fbb016
}
#main img.nb {
	margin: 0;
	padding: 0;
	border: none;
}
#main p {
	text-align: justify;
}
#main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main ul li {
	position: relative;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 35px;
	background: url('../img/li.gif') 0px 3px no-repeat;
}
#main ul li.q {
	background: url('../img/li2.gif') 5px 3px no-repeat;
}
#main h3 {
	position: relative;
	margin: 20px 0 10px -26px;
	padding: 0 0 0 26px;
	font-size: 1em;
	line-height: 26px;
	#height: 26px;
	background: #ffdf9a url('../img/h-left.jpg') left bottom no-repeat;
}
#main h3 span {
	position: absolute;
	display: block;
	right: -20px;
	top: 0;
	width: 55px;
	height: 26px;
	background: url('../img/h-right.jpg') left top no-repeat;
}
.float {
	float: left;
}
.photo .img {
	display: block;
	text-align: center;
}
.photo .desc {
	display: block;
	text-align: center;
}

#heel a:link, #main a:link, #heel a:visited, #main a:visited {
	color: white;
	text-decoration: underline;
}
#heel a:hover, #main a:hover, #heel a:active, #main a:active {
	color: white;
	text-decoration: none;
}
.clear{
  clear: both;
}
hr.cl {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
#heel {
	margin: 0;
	padding: 10px 35px 15px 35px;
	clear: both;
	text-align: right;
	height:17px;
  background: url('../img/footerbg.jpg') 255px 0px no-repeat;
  color:white;
}

.istudio
{

color:white;
font-weight:bold;
}



.input label{
  width:200px;
  display: block;
  float: left;
  text-align: left;
}
.red{
  color:#d00000;
}
.green{
  color:green;
}
fieldset{
  margin-bottom: 30px;
  border: 1px solid rgb(251,176,22);
  #padding:10px;
}
legend{
  background-color:rgb(251,176,22);
  padding:1px 4px;
}
ul#flag{
  margin:0;
  padding:0;
  position: absolute;
  top:17px;
  left:339px;
  list-style-type: none;
}
ul#flag li{
  width:31px;
  height:20px;
  margin:0 4px;
  float:left;
}
ul#flag li a{
  width:31px;
  height:20px;
  display: block;
}

/*
ul#flag li a.cz{
  background: url('../img/cz.jpg') no-repeat top left;
}
ul#flag li a.en{
  background: url('../img/en.jpg') no-repeat top left;
}
*/

#flash
{
  position: absolute;
  top: 0;
  left:430px;
  width: 559px;
  height: 228px;
  background: url(../images/head.jpg) left top no-repeat; 
}


