body
	{
		background: transparent url('bg.jpg');
    font-family: "Arial", Verdana, Helvetica;
    font-size:13px;
    color: #000000;
    font-weight: light;
	}

INPUT
  {
  border: 1px solid #853E23;
  background-color: #FFFAF4;
  }
  
TEXTAREA
  {
  border: 1px solid #853E23;
  background-color: #FFFAF4;
  }

IMG
{
border: 0px;
}

.warning
  {
    color : #dd0d0d;
  }
.dodatek
  {
    font-size : 10px;
    color : #666666;
    font-weight : lighter;
  }
.agree
  {
    font-weight : normal;
    color : green;
  }

.vypis
  {
    border:1px solid;
    border-color:#D7D7D7;
  }

A
  {
    color:#000000;
    text-align:underline;
  }
A:hover
  {
    color:#666666;
    text-align:none;
  }

#container
	{
		position: absolute;
		left: 50%;
		top: 0px;
		margin: 10px 0 0 -463px;
		width: 927px;
	}
	
#part_top
	{
		background: transparent url('part_top.png');
		height: 240px;
		width: 927px;
		z-index: 1;
	}

#part_top ul
	{
		padding: 115px 0 0 235px;
		list-style: none;
		margin: 0;
		z-index: 5;
	}

#part_top li
	{
		float: left;
		text-align: center;
		width: 100px;
	}
	
#part_top li a
	{
		color: #000000;
		font-size: 14px;
		font-weight:bold;
		display: block;
		padding-top: 8px;
		text-decoration: none;
		height: 57px;
		width: 95px;
	}

#main, #kategorie, #download, #omne, #kontakt, #novinky
  {
    background: url('button.gif');
    text-decoration: underline;
  }


#part_top li a:hover
	{
		background: transparent url('button.gif');
		text-decoration: underline;
	}
	
#part_middle
	{
	  width:927px;
	  float: right;
		background:  transparent url('part_middle.png') right repeat-y;
	}

div[id]	#part_middle
	{
    float:right;
	  width:926px;
	  min-height: 100px;
	  background:  transparent url('part_middle.png') right repeat-y;
	}
	
#part_bottom
	{
		background: transparent url('part_bottom.png') right repeat-y;
		text-align:center;
		color: #8F4D33;
		font-size:11px;
		clear: both;
		width:927px;
		height: 28px;
		text-decoration:none;
	}

#part_bottom a
	{
		color: #8F4D33;
		text-decoration:none;
	}

#part_bottom:hover
	{
		color: #8F4D33;
		text-decoration:none;
	}

#box_left
	{
	 padding-left:15px;
	 float:left;
	 width:145px;
	}	

div[id] #box_right
	{
    padding-right:15px;
    top: -20px;
	  float:right;
	  width:680px;
	}
		
#box_right
	{
		height: none;
		min-height: 100px;
	}

#jazyky
  {
    position: absolute;
		right: 15px;
    top:36px;
  }
  
.admin_head
  {
    list-style: none;
    display: inline;
    color:#000000;
  }
  
.admin_link
  {
    list-style: none;
    padding-left:10px;
    color:#999999;
  }

.admin_link a
  {
    list-style: none;
    padding-left:10px;
    color:#999999;
  }
  
.admin_link:hover
  {
    color:#666666;
  }
.tab_admin
  {
    text-align:left;
    border: 1px solid #8BC1E4;
  }
  
.tab_admin td
  {
    border: 1px solid #F6F4F3;
  }
#kontakt_inpage
  {
    border : 1px dashed #A96848;
    width:320px;
    background-color : #F8EADE;
    padding:5px;
    vertical-align:top;
  }

.img_hlavolam
  {
    border: 0px;
  }

.img_hlavolam td
  {
    border: 1px solid #D6A878;
    text-align: center;
  }

  
.img_hlavolam td:hover
  {
    
    background-color: #D6A878;
    border: 1px solid ;
  }

.vypis_hlavolamy
{
width: 680px;
}

.mp_i
  {
  width: 200px;
  z-index: 10;
  position: relative;
  top: 0;
  left: 350px;
  }

############# PRO GALERII ##############

.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px solid #A56446;
margin: 0 5px 5px 0;
}

.thumbnail:hover img{
border: 1px solid #A56446;
}

.thumbnail span{ /*CSS pro zvetseninu*/
position: absolute;
background-color: #F1DDC9;
padding: 5px;
left: -1000px;
border: 1px dashed #D0995F;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS pro zvetseninu**/
border-width: 0px;
padding: 2px;
max-height: 360px;
max-width: 450px;
}

.thumbnail:hover span{ /*CSS pro zvetseninu**/
visibility: visible;
top: 0px;
left: 230px;
z-index: 50;
}
