/* Basic
----------------------------------------------- */
  
input
  {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #aaaaaa;
  }
  
select
  {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #aaaaaa;
  }
  
textarea
  {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #aaaaaa;
  }
  
p
  {
  text-align: justify;
  }
    

/* Obrázky
----------------------------------------------- */
.last
  {
  float: left;
  width: 168px;
  margin-bottom: 15px;
  text-align: center;
  margin-left: 20px;
  }
   
.last-img
  {
  border: 1px solid #aaaaaa;
  margin: 0px;
  }
  
.img-noname
  {
  width: 50px;
  height: 20px;
  }




  
/* Index
----------------------------------------------- */

.date-latest
  {
  width: auto;
  font: 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #6785ca;
  }

/* Inputs (formátování formulářů)
----------------------------------------------- */

.input-cell
  {
  width: 500px;
  float: left;
  text-align: left;
  margin: 5px;
  }
  
.input-row1
  {
  width: 400px;
  float: left;
  text-align: left;
  margin: 0px;
  }
  
.input-row2
  {
  width: 400px;
  float: left;
  text-align: left;
  margin: 0px;
  margin-left: 15px;
  }
  
.input-row3
  {
  width: 400px;
  float: left;
  text-align: left;
  margin: 0px;
  margin-top: 10px;
  }

.input-text
  {
  width: 100px;
  float: left;
  text-align: left;
  }

.input-input
  {
  width: 290px;
  float: left;
  text-align: left;
  }
  
.input-gallery
  {
  width: 150px;
  float: left;
  text-align: left;
  }
  
.input-technic
  {
  width: 300px;
  float: left;
  text-align: left;
  }

.input-edit
  {
  width: 200px;
  float: left;
  text-align: left;
  }

.input-button
  {
  width: 290px;
  float: left;
  text-align: left;
  margin-bottom: 20px;
  }
  
/* Texts
----------------------------------------------- */

.odstavec
  {
  float: left;
  width: 500px;
  margin: 10px;
  margin-left: 30px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  }
  
.odstavec a
  {
  color: #d9d9d9;
  text-decoration: none;
  }
  
.odstavec-ram
  {
  float: left;
  width: 500px;
  margin: 10px;
  border: 1px solid #aaaaaa;
  padding: 10px;
  text-align: justify;
  }

/* Alerty
----------------------------------------------- */

.alert
{
	padding: 0;
	padding-top: 5px;
	width: 500px;
	padding-left: 25px;
	float: left;
	margin: 10px;
}

.alert2
{
	padding: 0;
	padding-top: 5px;
	width: 500px;
	padding-left: 25px;
	float: left;
	margin: 10px;
}


/* Image (zobrazení velkého obrázku)
----------------------------------------------- */

.back
  {
  margin: 50px;
  border: 1px solid #aaaaaa;
  }
  
#image_table
  {
  width: 400px;
  background: #ffffff;
  }
  
#image_table td
  {
  background: #eeeeee;
  padding: 2px;
  }

 
  
/* WYSIWYG EDITOR
----------------------------------------------- */

/* Toolbar */

.toolbar1
  {
  border: 1px solid #666666;
  height: 26px;
  background-image: url(../icons/background_silver.jpg);
  }
  
.toolbar2 
  {
  border: 1px solid #666666;
  height: 24px;
  background-image: url(../icons/background_silver.jpg);
  border-bottom: 0px;
  border-top: 0px;
  }

/* Command Buttons */
.button
  {
  width: 20px;
  height: 20px;
  border: 0px solid;
  margin: 1px;
  padding: 0px;
  }
  
.buttonOver
  {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  margin: 0px;
  padding: 0px;
  }

/* Font Type and Size Drop Down */

.dropdown
  {
  background-color: #ffffff;
  border: 1px solid #333333;
  height: 140px;
  overflow: auto;
  padding: 1px;
  }

button.mouseOver
  {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 3px;
  cursor: default;
  text-align: left;
  }
  
button.mouseOut
  {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px;
  cursor: default;
  text-align: left;
  }

/* CREATE TABLE POPUP */

/* Select Border Width/Type */

.on
  {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 6px;
  width: 140px;
  cursor: default;
  height: 5px;
  }
  
.off
  {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px;
  width: 140px;
  cursor: default;
  height: 5px;
  }

/* Select Shading/Border Color */

.selectColorTable
  {
  border: 1px solid #7e7e81;
  background-color: #f7f7f7;
  padding: 1px;
  }
  
.selectColorBorder
  {
  border: 1px solid #f7f7f7;
  }
  
.selectColorOn
  {
  border: 1px solid #999999;
  background-color: #cccccc;
  }
  
.selectColorOff
  {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  }
  
.selectColorBox
  {
  border: 1px solid #ffffff;
  font-size: 1px;
  height: 13px;
  width: 13px;
  }









/* Původní styly */

BODY {
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 0px;
	margin-bottom : 0px;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #000000;
	color : #333333;
	text-align : center;
}
DIV.main {
	width : 1000px;
	margin : auto;
	background-image : url(../grafika/kupsa_back.gif);
	background-repeat : repeat-y;
	font-size : 0px;
	position : relative;
	text-align : center;
}
DIV.field {
	margin : auto;
	float : left;	
	font-size : 12px;
	position : relative;
}
DIV.portrait {
	margin-top : 0px;
	margin-left : 5px;
	position : relative;
	width : 142px;
	height : 140px;
	float : left;
}
DIV.menu1B {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu1B.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu1G {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu1G.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu2B {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu2B.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu2G {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu2G.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu3B {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu3B.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu3G {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu3G.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu4B {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu4B.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu4G {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu4G.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu5B {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu5B.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu5G {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu5G.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu6B {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu6B.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu6G {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu6G.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu7B {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu7B.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu7G {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu7G.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu8B {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu8B.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menu8G {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menu8G.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menuAD {
	margin : auto;
	padding-top : 10px;
	position : relative;
	width : 106px;
	height : 130px;
	background-image : url(../grafika/kupsa_menuAD.gif);
	background-repeat : no-repeat;
	background-position: right bottom;
	float : left;
}
DIV.menuleft {
	margin-top : 0px;
	margin-left : 6px;
	position : relative;
	width : 141px;
	float : left;
	text-align: left;
}
DIV.menubutA {
	margin : auto;
	padding-top : 9px;
	position : relative;
	width : 141px;
	height : 22px;
	background-image : url(../grafika/kupsa_butA.gif);
	background-repeat : no-repeat;
	background-position: left bottom;
	padding-left: 10px;
}
DIV.menubutP {
	margin : auto;
	padding-top : 9px;
	position : relative;
	width : 141px;
	height : 22px;
	background-image : url(../grafika/kupsa_butP.gif);
	background-repeat : no-repeat;
	background-position: left bottom;
	padding-left: 12px;
}
DIV.menubutM {
	margin : auto;
	padding-top : 7px;
	position : relative;
	font-variant : small-caps;
	font-size : 14px;
	width : 141px;
	height : 24px;
	background-image : url(../grafika/kupsa_butP.gif);
	background-repeat : no-repeat;
	background-position: left bottom;
	padding-left: 5px;
}
DIV.miniline {
	margin : auto;
	position : relative;
	width : 141px;
	height : 6px;
	font-size : 0px;
	background-image : url(../grafika/kupsa_miniline.gif);
	background-repeat : no-repeat;
	background-position: left bottom;
}
DIV.menudown {
	margin : auto;
	position : relative;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 25px;
	width : 131px;
	font-size : 10px;
	text-align : left;
	background-image : url(../grafika/kupsa_menudown.gif);
	background-repeat : no-repeat;
	background-position: left bottom;
}
DIV.menudown1 {
	margin : auto;
	position : relative;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 25px;
	width : 131px;
	font-size : 10px;
	text-align : center;
	background-image : url(../grafika/kupsa_menudown.gif);
	background-repeat : no-repeat;
	background-position: left bottom;
}
DIV.middle {
	margin-top : 30px;
	margin-left : 20px;
	margin-right : 20px;
	width : 600px;
	position : relative;
	float : left;
}
DIV.middleline {
	padding-left : 10px;
	width : 590px;
	position : relative;
	height : 30px;
	font-size : 20px;
	text-align : left;
	background-image : url(../grafika/kupsa_middleline.gif);
	background-repeat : no-repeat;
	background-position: left top;
}
DIV.line {
	padding-left : 10px;
	width : 590px;
	position : relative;
	height : 30px;
	font-size : 20px;
	text-align : left;
	background-image : url(../grafika/kupsa_line.gif);
	background-repeat : no-repeat;
	background-position: left top;
}
DIV.middlecontent {
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	width : 580px;
	position : relative;
	text-align : left;
	background-image : url(../grafika/kupsa_middlecontent.gif);
	background-repeat : repeat;
}

.blogy {text-align: center;}

DIV.anketaf {
	width : 300px;
	float : left;
	text-align : center;
}
DIV.anketat {
	width : 250px;
	float : right;
	text-align : left;
}
DIV.right {
	margin-top : 30px;
	margin-right : 6px;
	position : relative;
	width : 183px;
	float : right;
}
DIV.rightnew {
	padding-left : 10px;
	position : relative;
	width : 173px;
	height : 30px;
	font-size : 20px;
	text-align : left;
	background-image : url(../grafika/kupsa_rightnew.gif);
	background-repeat : no-repeat;
	background-position: left top;
}
DIV.rightcontent {
	padding-top : 15px;
	position : relative;
	width : 183px;
}
DIV.middleright {
	margin-top : 30px;
	margin-left : 20px;
	margin-right : 20px;
	width : 700px;
	position : relative;
	float : left;
}

DIV.middleright2 {
	margin-top : 30px;
	margin-left : 20px;
	margin-right : 20px;
	width : 850px;
	position : relative;
	float : left;
}

DIV.middlerightline {
	padding-left : 10px;
	padding-top : 3px;
	width : 710px;
	position : relative;
	height : 27px;
	font-size : 20px;
	text-align : left;
	background-image : url(../grafika/kupsa_middleline.gif);
	background-repeat : no-repeat;
	background-position: left top;
}

DIV.middlerightline-mapa {
	padding-left : 10px;
	padding-top : 3px;
	width : 950px;
	position : relative;
	height : 27px;
	font-size : 20px;
	text-align : left;
	background-image : url(../grafika/kupsa_middleline2.gif);
	background-repeat : no-repeat;
	background-position: left top;
}

DIV.middlerightcontent {
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	width : 700px;
	position : relative;
	text-align : left;
	list-style-image : url(../grafika/sipecka.jpg);
	background-image : url(../grafika/kupsa_middlecontent.gif);
	background-repeat : repeat;
}

DIV.middlerightcontent-mapa {
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	width : 940px;
	position : relative;
	text-align : left;
	list-style-image : url(../grafika/sipecka.jpg);
	background-image : url(../grafika/kupsa_middlecontent.gif);
	background-repeat : repeat;
}

DIV.celoclanek {
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	width : 924px;
	margin-left : 30px;
	margin-top : 30px;
	position : relative;
	text-align : left;
	background-image : url(../grafika/kupsa_middlecontent.gif);
	background-repeat : repeat;
}
DIV.clt {
	text-align : left;
}
DIV.clf {
	text-align : center;
}
DIV.rada {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	width : 783px;
	position : relative;
	text-align : left;
	background-image : url(../grafika/bckg_rada.jpg);
	background-repeat : repeat;
}
DIV.upoz {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	width : 783px;
	position : relative;
	text-align : left;
	background-image : url(../grafika/bckg_upoz.jpg);
	background-repeat : repeat;
}
DIV.odkaz_pic {
	float : left;
	width : 233px;	
	padding-bottom : 10px;
	text-align : center;
	margin : auto;
	position : relative;
}
DIV.odkaz_text {
	float : right;
	width : 450px;	
	padding-right : 10px;
	text-align : left;
	margin : auto;
	position : relative;
}
DIV.omne_pic {
	float : left;
	width : 283px;	
	padding-bottom : 10px;
	text-align : center;
	margin : auto;
	position : relative;
}
DIV.omne_text {
	float : right;
	width : 400px;	
	padding-right : 10px;
	text-align : left;
	margin : auto;
	position : relative;
}
DIV.content {
	float : left;	
	margin : auto;
	position : relative;
}
DIV.photocontent {
	padding-top : 20px;
	padding-left : 10px;
	padding-right : 10px;
	width : 810px;
	float : left;
	position : relative;
	text-align : center;
}
DIV.photo {
	width : 180px;
	height : 170px;
	float : left;
	padding-top : 5px;
	margin-bottom : 2px;
	margin-left : 9px;
	margin-right : 6px;
	margin-top : 2px;
	text-align : center;
}
DIV.photo-admin {
	width : 160px;
	height : 200px;
	float : left;
	padding-top : 5px;
	margin-bottom : 2px;
	margin-left : 9px;
	margin-right : 6px;
	margin-top : 2px;
	text-align : center;
}
DIV.photo2 {
	width : 170px;
	height : 170px;
	float : left;
	padding-top : 5px;
	margin-bottom : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-top : 2px;
	text-align : center;
}
DIV.phototop {
	margin-top : 30px;
	padding-left : 15px;
	padding-top : 8px;
	margin-left : 30px;
	width : 770px;
	height : 30px;
	float : left;
	background-image : url(../grafika/photo_top.gif);
	background-repeat : no-repeat;
	position : relative;
	text-align : left;
}
DIV.top {
	width : 990px;
	height : 20px;
	padding-top : 10px;
	padding-right : 10px;
	background-image : url(../grafika/kupsa_top.gif);
	background-repeat : no-repeat;
	margin : auto;
	color: #993300;
    	font-size : 10px;
	text-align : right;
}
DIV.bottom {
	width : 985px;
	height : 22px;
	padding-top : 40px;
	padding-right : 15px;
	background-image : url(../grafika/kupsa_bottom.gif);
	background-repeat : no-repeat;
	margin : auto;
	color: #333333;
    	font-size : 10px;
	text-align : right;
}
A.odkaz {
	color: #333333;
  font-weight: bold;
	text-decoration: none;
}
A.odkaz:hover {
	color: #555555;
    	font-weight: bold;
   	text-decoration: underline;
}
img {
    border: 0px;
}
SPAN.red {
    color: red;
}

.aktual a, .aktual a:visited, .aktual a:link {color: #000;}

.image-facebook {background: url("../img/facebook.png") 0 2px no-repeat; padding: 0 15px 0 24px; font-size: 0.875em; color: #000; line-height: 26px; font-size: 15px; text-decoration: none;}
.image-twitter {background: url("../img/twitter.png") 0 2px no-repeat; padding: 0 15px 0 24px; font-size: 0.875em; color: #000; line-height: 26px; font-size: 15px; text-decoration: none;}
.image-delicious {background: url("../img/delicious.png") 0 2px no-repeat; padding: 0 15px 0 24px; font-size: 0.875em; color: #000; line-height: 26px; font-size: 15px; text-decoration: none;}